/* CSS Document */


body	
		{
		margin: 0px;
		padding: 20px;
		font-size: 13px;
		color: #000000;
		background-color:#000000;		
		font-family:"Lucida Grande", Verdana, Arial;
		line-height: 150%;
		text-align:left;
		}
		
		
p		
		{
		padding:0;
		margin:20px 0;		
		}
		
p.indent
		{
		padding-left:30px;
		}
		
		
h1	
		{
		padding:0;
		margin:20px 0;
		font-size: 16px;
		font-weight:normal;
		color:#f05a28;
		}
		
h2		{
		padding:0;
		margin:20px 0;
		font-size: 16px;
		font-weight:normal;
		color:#000000;
		}
		
h2.advertise, h2.email, h2.hosting
		{
		height:70px;
		line-height:70px;
		padding:0 0 0 80px;
		background-image:url(images/bg_header_advertise.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		color:#8bc53f;
		}

h2.email
		{
		background-image:url(images/bg_header_email.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		color:#faaf40;
		}
		
h2.hosting
		{
		background-image:url(images/bg_header_web.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		color:#00aeef;
		}				

a img	
		{
		border:none;
		}
				
li		
		{	
		}

ul
		{
		list-style:disc;
		}

li ul
		{
		list-style:circle;
		}		
		
a		
		{
		}
		
a:link {color:#0090bc; text-decoration: underline;}
a:visited {color:#0090bc; text-decoration: underline;}
a:hover {color:#0090bc; text-decoration: underline;}				
		
.clearboth
		{
		clear:both;
		font-size:0;
		height:0;
		line-height:0;	
		}

.text_blue
		{
		color:#00aeef;
		}
		
.text_green
		{
		color:#8bc53f;
		}
		
.text_orange
		{
		color:#faaf40;
		}
		
.text_red
		{
		color:#f05a28;
		}							
								
#container
		{
		margin:0px auto 0px auto;
		padding:0;
		width:1000px;
		background-color:#000;
		}
		
#header embed, #header object
		{
		display:block;
		}		
			
#nav
		{
		width:990px;
		padding:0 0 0 10px;
		height:56px;
		line-height:56px;
		background-color:#222022;
		color:#d2dcdb;
		background-image:url(images/bg_nav.jpg);
		background-repeat:repeat-x;
		}
#nav a
		{
		padding:0 25px;
		float:left;
		height:56px;
		margin:0;
		border-right:1px solid #0f556f;
		}		
		
#nav a:link {color:#d2dcdb; text-decoration:none;}
#nav a:visited {color:#d2dcdb; text-decoration:none;}
#nav a:hover {color:#d2dcdb; text-decoration:underline;}	
					
#three_col_container
		{
		width:1000px;
		background-image:url(images/bg_three_column.gif);
		background-repeat:repeat-y;
		background-color:#fff;
		}
		
#content
		{
		width:540px;
		padding:20px 30px 0 30px;
		background-color:#fff;
		float:left;
		}

#ads180
		{
		width:120px;
		padding:35px 30px 30px 30px;
		float:left;
		min-height:1340px;
		background-color:#64747e;
		background-image:url(images/bg_ads.jpg);
		background-repeat:repeat-x;		
		}
		
#ads220
		{
		width:160px;
		padding:35px 30px 30px 30px;
		float:left;
		min-height:1340px;
		background-color:#64747e;
		background-image:url(images/bg_ads.jpg);
		background-repeat:repeat-x;	
		}
		
#ads180 img, #ads220 img
		{
		display:block;
		margin-bottom:30px;
		}
		
#center_ads
		{
		width:468px;
		padding:0 30px;
		}
		
#center_ads .ad_horiz
		{
		display:block;
		margin:30px 0;
		}

#center_ads .ad_left
		{
		float:left;		
		}

#center_ads .ad_right
		{
		float:right;
		}				

#roundedbottom
		{
		width:1000px;
		height:36px;
		background-image:url(images/bg_rounded_bottom.jpg);
		clear:both;
		}						
		
#footer
		{
		padding-top:30px;
		width:1000px;
		text-align:center;
		font-size:14px;
		color:#d2dcdb;
		}
		
#footer a
		{
		margin:0 13px;
		}
				
#footer a:link {color:#d2dcdb; text-decoration: underline;}
#footer a:visited {color:#d2dcdb; text-decoration: underline;}
#footer a:hover {color:#d2dcdb; text-decoration: underline;}

#copyright
		{
		padding-top:15px;
		width:1000px;
		text-align:center;
		color:#d2dcdb;
		}



