@charset "UTF-8";
/**************************************************
DONE DIRECT
(C) DONE DIRECT. ALL RIGHTS RESERVED.
AUTHORED BY: ECARLIST.COM
***************************************************/

body {
	background:#000000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
	color:#ffffff;
}

h1 { font-size:18pt; font-weight:bold; margin-bottom:10px; margin-top:0px; }
h2 { font-size:16pt; font-weight:bold; margin-bottom:10px; margin-top:0px; }
h3 { font-size:14pt; font-weight:bold; margin-bottom:10px; margin-top:0px; }
h4 { font-size:12pt; font-weight:bold; margin-bottom:10px; margin-top:0px; }
p { margin-bottom:10px; }
a { color:#ffffff; text-decoration:underline; }
a:hover {color:#379DFF; }

/******************
CONTAINERS
*******************/
#secA {
	height:205px;
	background:url(../images/banner.jpg) top center no-repeat;
	margin-top:5px;

}
#secB {
	background:url(../images/bgMain.jpg) top center repeat-y;
}
#secB #navSec {
}
#secB #navSec img {
	margin-right:1px;
}
#secB #content {
	width:930px;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:20px;
	font-size:10pt;
	text-align:left;
	color:#fff;
}
#secB #content a {
	color:#fff;
	text-decoration:underline;
}
#secB #content a:hover {
	color:#379DFF;
}
#secB #homePage {
	background:url(../images/bgHome.jpg) top center no-repeat;
	height:436px;
}
#secC {
	background:url(../images/bgBottom.jpg) top center no-repeat;
	height:29px;
}
#bottomInner {
	width:950px;
	margin:0px auto;
}
 #contactInfo {
	font-size:8pt;
	margin-top:5px;
	margin-bottom:20px;
	float:left;
}
 #poweredBy {
	font-size:8pt;
	margin-top:5px;
	margin-bottom:20px;
	float:right;
}

.aboutPic {
	width:198px;
	height:315px;
	float:left;
	margin-left:18px;
	margin-right:10px;
	font-size:14pt;
	margin-bottom:5px;
}
.aboutPic img {
	border:#ffffff 1pt solid;
	margin-bottom:5px;
}
.aboutPicTitle {
	font-size:9pt;
}

/******************
MISC CLASSES & IDs
*******************/
.clear {
	clear:both;
}