@charset "utf-8";

/* v1.0 | 20080212 Resst File*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;	
}
ol, ul {
	/*list-style: none;*/
	padding: 5px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* Main Style */

body{
	background: #424240 url(../images/bg.jpg) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p{
	padding:5px 10px;
	line-height: 1.3em;
}

a{
	color: #000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	padding:5px 10px;
	color:#1d4896;
	font-size:16px;
}

hr{
	width:770px;
	margin: 0px auto;
}	

#main{
	width:800px;
	background-color:#FFF;
	margin: 5px auto;
	position:relative;
	background-color: #253e9a;
	
}

#header{	
	background-color: #253e9a;	
}

#head1{
	float: left;	
	background-color: #253e9a;
	margin-top:10px;
	margin-left: 20px;
	
}

#head2{
	float: right;	
	background-color: #253e9a;
	margin-top:10px;
	margin-right: 8px;
	border: 3px solid #FFF;
}

#ad1{
	width:750px;
	height: 100px;
	margin: 0px auto;
	text-align:center;
}


#main_body{
	width:780px;
	background-color:#FFF;
	margin: 0px auto;	
}

#sm{
	width:750px;
	padding:5px;
	margin: 0px auto;
}

#sm1{
	width:350px;
	float:left;
}

.sbox{
	vertical-align:middle;
	padding-right:10px;
}

#fb{
	width:340px;
	float:right;
	padding-left: 50px;
	height:245px;
}
	

#main2{
	margin: 0px auto;
	width:780px;
	margin-top:10px;	
}

#main_col1{
	float:left;
	width:380px;
	height: 180px;
	background-color:#FFF;
}

#main_col2{
	float:right;
	width:380px;
	height: 180px;
	background-color:#FFF;
}

#ad2{
	width:750px;
	height: 100px;
	margin: 0px auto;
	text-align:center;
	padding-top:8px;
}

#footer{
	width:780px;
	padding: 10px;
	margin: auto;	
}

#copy{
	color:#FFF;
	font-size:11px;
	float:left;
}

#links{		
	float:right;
	color:#FFF;
}

#links a{	
	color:#FFF;
	font-size:11px;	
}

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

#title, #title2, #title3{	
	padding: 5px 10px;
	background: #437cbf;
	color:#FFF;
	font-weight:bold;
}

.round{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.round_d{
	margin: 10px;	
	border:1px #999 solid;
}


.title_round{
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;	
}

.links
{
	color: #3c6cad;
	text-decoration:none;
}

.links:hover
{
	/*display:block;*/
	background-color: #5e82b3;
	color:#FFF;
	text-decoration:none;
}

.aname{
	font-style:italic;
	font-size:12px;
}

.aboutbox{
	border: 2px solid #069;
	margin-top: 10px;
	padding: 5px;
}

.downbox_main{
	width:700px;
	margin:auto;
}
	
.downbox{
	width:125px;
	text-align:center;
	margin-right:15px;
	float:left;
}

.clear{
	clear:both;	
}
