html{
	overflow-y:scroll;
}
body{
	background-color:#000;
	color:#FFF;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
:focus
{
	-moz-outline-style: none;
}
p{
	text-indent:15px;
	line-height:1.5em;
}
h1, h2, h3, h4{
	margin:0; padding:0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3{
	border:1px dashed #333;
	background:#000 url(../images/current.jpg) repeat-x top;
	margin:10px 5px;
	padding:5px 10px 5px;
	width:420px;
}
h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:15px 10px;
	line-height:1.5em;
}
input, select, textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
a:link, a:visited{
	color:#FFF;
	text-decoration:underline;
}
a:hover, a:active{
	color:#FFF;
	text-decoration:none;
}
.banner{
	position:fixed;
	right:0;
	bottom:0;
	z-index:10001;
}
.alignRight{
	text-align:right;
}
.wrap{
	position:relative;
	width:800px;
	margin:0 auto;
}
.logo{
	position:absolute;
	top:0;
	left:0;
}
.contactInfo{
	position:absolute;
	top:30px;
	right:0;
	text-align:right;
}
.contactInfo ul{
	list-style:none;
	margin:0;
	padding:0;
}
.contactInfo .phone, .sections .phone{
	font-size:22px;
	vertical-align:top;
}
.menu{
	position:absolute;
	left:1px;
	top:100px;
	height:30px;
	width:794px;
	border:3px double #fff;
	text-align:right;
}
.menu ul{
	margin:7px 5px 0 0;
	list-style:none;
}
.menu li{
	display:inline;
	padding:7px 13px 8px;
}
.menu .current{
	background:#FFF;
	color:#000;
	font-weight:bold;
}
.page{
	border:1px solid #000;
	border-top:none;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	top:132px;
	width:100%;
}
.home{
	border-bottom:none !important;
}
.head{
	margin:10px 0;
}
.sections{
	border:3px double #fff;
	padding:10px;
	margin:0 0 10px;
	clear:both;
	overflow: auto; 
	height: 1%;

}
.sections p{
	margin:0 20px 1em;
	width:410px;
}
.sections ul{
	list-style:none;
}
.sections .rightCol{
	float:right;
	width:310px;
}
.sections .rightCol img{
	margin:0 0 2em 10px;
	border:1px dashed #333;
}
.generalInfo{
	margin: 10px 0 0;
}
.generalInfo ul{
	margin:20px 0 20px 20px;
}
.request{
}
.request table{
	margin-left:30px;
}
.request td{
	padding:5px;
}
.foot{
	clear:both;
	font-size:10px;
	text-align:right;
}
.foot ul{
	float:left;
	margin:0;
	padding:0;
}
.foot li{
	display:inline;
	list-style:none;
	text-align:left;
	margin:0 10px 0 0;
}
.home .foot{
	border-top:none !important;
}
.page .foot{
	margin-top:0;
}
.author{
	text-align:left;
	padding-bottom:15px !important;
}
.rating{
	padding:0 0 0 10px;
	font-size:80%;
	float:right
}