/* After Hours Recovery, LLC Global Style Sheet
Web Design by Ellipse Labs | www.ellipselabs.com */

body {
background: 000000 url(images/background.jpg);
background-color: 000000;
background-repeat: repeat-y;
background-attachment: fixed;
background-position: center;
padding: 25px;
padding-top: 0px;
margin: 0px;
color: CCCCCC;
}

a {text-decoration: none;}
a:link {color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:active {color: #FFFF00;}
a:hover {color: #CC0000;}


#maintable {
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-position: top center;
font-family: Georgia, "Times New Roman", Times, serif;
color: CCCCCC;
font-size: 14px;
}

#mainleft {
font-family: Georgia, "Times New Roman", Times, serif;
color: CCCCCC;
font-size: 17px;
line-height: 24px;
text-decoration: none;
padding-left: 20px;
border: 0px;
border-right: 2px;
border-style: solid;
border-color: #CC0000;
}

#mainright {
font-family: Georgia, "Times New Roman", Times, serif;
color: CCCCCC;
font-size: 14px;
padding-left: 20px;
padding-right: 20px;
border: 0px;
text-align: justify;
}



.heading {
font-family: Arial, Helvetica, sans-serif;
color: FFFFFF;
font-size: 26px;
line-height: 30px;
text-decoration: none;
font-weight:bold;
}

.heading2 {
font-family: Arial, Helvetica, sans-serif;
color: CC0000;
font-size: 24px;
line-height: 28px;
text-decoration: none;
font-weight:bold;
}

.heading3 {
font-family: Arial, Helvetica, sans-serif;
color: FFFFFF;
font-size: 24px;
line-height: 28px;
text-decoration: none;
font-weight:bold;
}

.smfont {
font-family: Georgia, "Times New Roman", Times, serif;
color: CCCCCC;
font-size: 12px;
}

#contactfield {
	width: 400px;
	height: 20px;
	color: CCCCCC;
	background: 000000;
	border: 2px;
	border-color: CC0000;
	border-style: solid;
}

#contactbody {
	width: 400px;
	height: 100px;
	color: CCCCCC;
	background: 000000;
	border: 2px;
	border-color: CC0000;
	border-style: solid;
}

#contactsubmit {
	height: 20px;
}


