@charset "UTF-8";
/* CSS Document */

p, ul, ol, li, h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
}

hr{
	width:75%;
	margin:15px auto;
}

body{
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #CCC;
}

p{ 
    font-size: 0.75em;
    line-height: 1.15em;
	margin:10px;
} 

h1{
	color: #999;
	font-size:1.90em;
}

h3{
	color: #663399;
	font-size:0.90em;
	margin-left:10px;
}

h4{
	color: #999;
	font-size:0.80em;
	margin-left:10px;
}

strong{
	color: #999;
	font-size:1.20em;
}

div p{
    font-size: 0.75em;
}

.page_nav{
	width:570px;
	margin:0 auto;
	text-align:right;
	margin-right:40px;
	color:#C48DEF;
}

.page_nav a{
	color: #C48DEF;
	font-size:0.75em;
}

#page_wrapper{
	width:800px;
	background-color:#FFF;
	margin:0 auto;
	height:100%;
}

#header_wrapper{
	width:800px;
	height:152px;
}

#sidebar{
	width:227px;
	height:550px;
	float:left;
	clear:both;
	list-style:none;
}

#sidebar li{
	list-style:none;
}


#nav_wrapper{
	width:227px;
	height:402px;
	background-image:url('../images/nav_bg.gif');
	background-repeat:no-repeat;
	list-style:none;
}

#nav{
	width:227px;
	height:200px;
	padding-top:150px;
	text-align:center;
	list-style:none;
}

#nav a{
	color:#999;
	text-decoration:none;
	font-size:0.85em;
	list-style:none;
}

#nav a:hover{
	text-decoration:underline;
}

#nav li .small_nav{
	font-size:0.70em;
	color:#CCC;
	list-style:none;
}

#social{
	width:227px;
	height:148px;
}

#page_image{
	width:573px;
	height:195px;
	float:left;
	clear:none;
}

#content_wrapper{
	width:573px;
	height:100%;
	background-color:#FFF;
	float:left;
	clear:none;
}	

#content{
	width:540px;
	height:100%;
	margin-top:15px;
}

#content h3 a{
	color:#999;
	text-decoration:none;
}

#content h3 a:hover{
	text-decoration:underline;
}

#footer_wrapper{
	width:800px;
	height:125px;
	clear:both;
}

#affiliates{
	width:800px;
	height:99px;
}

#footer_nav{
	width:800px;
	height:26px;
	text-align:center;
}

#footer_nav a{
	color: #666;
	font-size:0.65em;
	text-decoration:none;
}

#footer_nav a:hover{
	text-decoration:underline;
}

#copyright{
	width:800px;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
}

#copyright p{
	color: #FFF;
	font-size:0.70em;
}

.visiting_spec{
	width:573px;
	height:100%;
	text-align:left;
}

.visiting_spec h4{
	font-size:0.95em;
	color: #666;
}

.visiting_spec img{
	margin:7px;
}


.visiting_spec strong{
	font-size: inherit;
}

.visiting_spec a{
	color: #999;
	text-decoration:none;
}

.visiting_spec a:hover{
	text-decoration:underline;
}

.img_box{
	width:170px;
	height:170px;
	float:left;
	clear:both;
}

.link_box{
	width:400px;
	float:left;
	clear:none;
	margin-bottom:25px;
}

.link_box a{
	font-size:0.75em;
	float:left;
	margin-left:100px;
}

#designby{
	width:420px;
	margin:0 auto;
	text-align:center;
}
