@import url("reset.css");

/****************************
1. Universal Styles
****************************/
.left{float:left}
.left{float:right}
.clear{clear:both;}
body{
	background:#363636;
	font-family:arial, tahoma, verdana;
	color:#000000;
	margin:0px;
}
#page{
	width:1150px;
	margin:0 auto;
	padding:21px 0 0 0;
	background:#ffffff;
}
/****************************
 Header Styles
****************************/
#header{
	text-align:center;
	margin:0 auto auto auto;
}
/****************************
 Body Contents
****************************/
h1{
	font-size:14px;
	margin:20px 50px 10px 50px;
	text-align:center;
}
h2{
	font-size:36px;
	text-align:center;
	padding:6px 0 0 0;
}
h2 a:link,h2 a:link,h2 a:link{color:#f92291;}
#thumbs {
	text-align:center;
	margin:18px auto 10px auto;
	width:1105px;
}
h2 a:hover{text-decoration:none;}
#thumbs ul li{
	float:left;
	margin-left: 1px;	
	margin-bottom: 1px;
}
#thumbs ul li img{display:block;}
/****************************
footer styles
****************************/
#footer {
	margin:30px 0 0px 0;
	text-align:center;
}
#footer p.footer_links{font-size:60px;}
#footer p.footer_links a:link,
#footer p.footer_links a:active,
#footer p.footer_links a:visited{
	color:#f92291;
	font-weight:bold;
}
#footer p.footer_links a:hover{text-decoration:none;}
#footer p.footer_bottom_links{	margin:50px 0 0px 0;}
#footer p.footer_bottom_links a:link,
#footer p.footer_bottom_links a:active,
#footer p.footer_bottom_links a:visited{
	font-size:12px;
	color:#666666;
}
/****************************
mulit-site-area
****************************/
.full_access{
	color:#015874;
	text-align:center;
	font-weight:bold;
	font-size:30px;
	margin:20px 0 0 0;
}
#sites_tn ul{
	text-align:center;
	padding-top:13px;
	margin:0px;
	}
#sites_tn ul li{
	list-style:none;
	margin: 0 7.5px 0 7.5px;
	width:250px;
	display:inline-block;
	
}
.title_site_bottom{
	margin:9px 0 0 0;
	font-weight:bold;
	color:#015874;
	font-size:20px;
}