/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	min-width:800px;
}

#wrapper {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 800px;
	background-color: #716F75;
}

/* Header Style */
#header {
	width: 800px;
	heigth: 150px;
	background-color:#716F75;
	background-image: url(/images/Steele_Header.png);
	height: 310px;
	background-repeat: no-repeat;
}

#topnav {
	height:25px;
	padding-left:29px;
	font-size:1.3em;
	color: #FFFFFF;
	line-height: 25px;
	padding-top: 5px;
}

#topnav a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	*padding-bottom:10px;
}

#topnav a:hover {
	color: #FF6600;
}

#topnav a.current {
	color: #FF6600;
}
/* End Header Style */

/* Content Styles */
#content {
	margin-left:205px;
	margin-right:285px;
	margin-top:30px;
	margin-bottom:35px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:15px;
	color:#FFFFFF;
}

#content p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.15em;
	line-height:1.1em;
}

h2 {
	color:#FF0000;
	padding:1px;
	font-size:1.7em;
	font-weight:normal;
}

h3 {
	padding:1px;
	font-size:1.7em;
	font-weight:normal;
}

#rightside {
	width:279px;
	margin-top:15px;
	float:right;
	padding-bottom: 25px;
}

#leftside {
	width:200px;
	margin-top:30px;
	float:left;
}

#quote {
	background-image:url(/images/Steele_Testamonial_Bkg.gif);
	background-repeat:no-repeat;
	padding-top:25px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:17px;
	width:157px;
	height:231px;
	color:#FFFFFF;
}

#quote p {
	text-align:justify;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}

#quote a {
	color:#FFFFFF;
}

#quote a:hover {
	color:#000000;
}

#quote .right {
	padding-left:20px;
}

#quote2 {
	background-image:url(/images/Steele_Testamonial_Bkg_sm.gif);
	background-repeat:no-repeat;
	padding-top:25px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:17px;
	width:157px;
	height:100px;
	color:#FFFFFF;
}

#quote2 p {
	text-align:left;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}

#quote2 a {
	color:#FFFFFF;
}

#quote2 a:hover {
	color:#000000;
}

#quote2 .right {
	padding-left:20px;
}

/* End Content Styles */

/* Footer Styles */
#footernav {
	width:800px;
	height:25px;
	background-color:#000000;
	clear:both;
	border-top-color: #FF6600;
	border-top-style: solid;
	border-top-width: 5px;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: center;
	padding-top:10px; 
}

#footernav a {
	color:#FFFFFF;
	text-decoration:none;
}

#footernav a:hover {
	color:#FF6600;
}

.small {
	font-size:.9em;
}
/* End Footer Styles */

/* Misc Styles */
.buybutton {
	margin-left:81px;
}
	
#title {
	padding-top: 110px;
	padding-left: 290px;
}
#author {
	padding-top: 50px;
	padding-left: 340px;
}
