body {
	font: 62.5%/1.8em "Lucida Grande", Helvetica, sans-serif;
	color: #4e4e4e;
	text-align: center;
	background: #e0e0e0 url("img/bkg.jpg") repeat-x top;
	}

*	{margin:0; padding:0;}

a, a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

ul{
	list-style: none;
	}

a img,:link img,:visited img{
	border:none;
	}

#wrap { 
	text-align: left; 
	margin: 0 auto; 
	position: relative; 
	width: 985px;
	background: silver url("img/shadow.gif");
	}

img.block{
	display:block;
	border:none

	}
	/*--------------------------------
		Heading
	 --------------------------------*/
 #heading{
 	height:46px;
	background: url(img/top.jpg) no-repeat center;
	text-indent: -5000px;
 	}

#heading h1{
 	display:block
 	}

	/*--------------------------------
		NAV
	 --------------------------------*/
#nav{
	float:left;
	background: #c3c3c3 url(img/navbkg.jpg) no-repeat;
	height:314px;
	width:291px; /*  310 - 19 = 283 */
	margin-left:19px;
	display:inline
	}

#nav li{
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:1.6em;
	margin-right:11px;
	background:url(img/dots.gif) bottom no-repeat;
	}

#nav li.first{
	padding-top:12px;
	color:#000;
	font-weight:bold;
	padding:20px 0 12px 24px;
	display:block
	}

#nav li a, #nav li a:visited{
	color:#424242;
	padding:5px 0 0 44px;
	height:32px;
	display:block;
	background:url(img/dot.jpg) no-repeat 24px 10px;
	}

#nav li a:hover {
	color:#fff;
	background-color:#424242
	}


	/*--------------------------------
		CONTENT
	 --------------------------------*/
#content{
	width:575px;/* 575 - 100 = 575 */
	margin-left:334px /* 310 is flush with line */}	

#content h2{
	font-size:3em;
	line-height:1.2em;
	padding:48px 0 16px 0;
	color:#a6001e;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:lighter
	}

#content h3{
	font-size:1.6em;
	line-height:1.2em;
	color:#a6001e;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	padding-bottom:6px;
	margin-bottom:6px;
	background:url(img/dotgrey.gif) bottom repeat-x
	}

#content p{
	font-size:1.2em;
	line-height:1.5em;
	padding-bottom:14px;
	}	

#content a, #content a:visited{
	border-bottom: 1px dotted #007dde;
	color:#007dde
	}

#content a.no, #content a.no:visited{
	border-bottom: 1px dotted #ff8a10;
	color:#ff8a10
	}

#content a:hover{
	border-bottom: 1px dotted #af4602;
	color:#af4602
	}	
	
#content  a:hover img{
	border: #333333 1px solid;
	background-color:#1D1D1D
	}

#content ul{
	list-style:square;
	padding:0 0 10px 14px
	}

#content ul li{
	font-size:1.2em;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:6px	
	}

#content img{
	margin:2px;
	padding:3px;
	border: #9A9A9A 1px solid
	}
	
#content p img.clean{
	margin:0;
	padding:0;
	border:none;
	}
	
#content p a{
	border-bottom:none
	}
	
#content p a:hover{
	border-bottom:none;
	}
	
#content a.no {
	border-bottom:none
	}
	
table{
	xpadding-bottom:14px;
	background-color:white;
	xborder-bottom:solid grey 1px;
	margin-bottom:30px;
	border-collapse:collapse;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	color:black;
	padding:4px;
}
th{
	color:#a6001e;
	padding:4px;
	}
	
caption{
	text-align:left;
	font-size:1.2em;
	color:black;
	background: #D3D3D3 url(img/rate.gif)  no-repeat 4px center;
	padding:10px 0 10px 24px;
	}
	
	tr.shade td{background-color:red}
	
	/*--------------------------------
		SIDEBAR
	 --------------------------------*/
#sidebar{
	
	}
	/*--------------------------------
		FOOTER
	 --------------------------------*/
#footer{
	clear:both;
	width:985px;
	height:287px;
	background:url(img/footer.jpg) no-repeat
	}

#footer p.tagline{
	clear:left;
	padding-left:334px;
	font-size:1.3em;
	color:white;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	}

#footer p.webdesign{
	padding-left:334px;
	padding-top:38px
	}

#footer p.webdesign a{
	color:#949494
	}

#footer ul{
	padding:176px 0 22px 334px;
	}

#footer ul li{
	float: left;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	padding:0 10px;
	border-right:1px solid #787878
	}

#footer ul li.first{
	padding-left:0
	}

#footer ul li.last{
	border-right:none
	}

#footer a, #footer a:visited {
	color:silver;
	font-size:1.1em;
	}

#footer a:hover{
	color:#af4602
	}	

.clearfix:after {
 	content: ".";              
 	display: block;         
 	height: 0;                  
	 clear: both;               
 	visibility: hidden;	     
}
/* alsett ckearing method */
.clearfix {display: inline-block;}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}