/* 
Stylesheet for the free sNews15_1 template
from http://www.free-css-templates.com
*/

/* Reset all margins and paddings for browsers */
* { 
	padding: 0;
	margin: 0;
}

body { 
	font: .8em Verdana, Arial, Sans-Serif; 
 /*background: white url("../images/back4.png") center top;
  background-repeat: repeat-y;
  background-attachment: fixed;*/
  background: #f3f3f3;

	margin: 0;
	/*	background-image: url(../images/back3.jpg);
	background-repeat:  repeat-x; 	*/
}
#wrap2 {	margin: 0 auto;	width: 100% }
#wrap {	margin: 0 auto;	width: 850px}


/* TOP HEADER -------- */
#top {
height:100%; 
background: #ffffff; 

color: #666; 


border-style:solid;
border-color:#cccccc;
border-left: 1px;
border-right: 1px;
border-top: 0px;
border-bottom: 0px;
}

#top .lefts { 
	/*background: transparent url(../images/topl.jpg) no-repeat left; */	
	float:left;


    width: 300px;

}

#top .centers {
	/*background: transparent url(../images/topr.jpg) no-repeat right;*/
	float: right;
	text-align: right;
	width: 500px;
	margin-right:0px;
	z-index: 1;
	margin-top:5px;



	}

#subheader {
height:100%; 

background: #ffffff; 
margin: 0em 0px 0em 0px; 
color: #666; 
text-align:center; 
z-index:1;
border-style:solid;
border-color:#cccccc;
border-left: 1px;
border-right: 1px;
border-top: 0px;
border-bottom: 0px;
}

#subheader a { text-decoration: none; border-bottom: 1px dashed #0066B3; } 
 
#main {
height:100%; 
z-index: -1;
background: #ffffff; 
margin: 0px 0px 0em 0px; 
color: #666; 
text-align:center; 
border-style:solid;
border-color:#cccccc;
border-left: 1px;
border-bottom: 1px;
border-right: 1px;
border-top: 0px;

padding-left: 13px;
}

#footer {

	clear: both;
	background: #FFF url(../images/back2.png) center bottom repeat-y;
	height: 45px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 75%;
	color: #666;
}
#res {

	clear: both;
	background: #FFF url(../images/back5.png) center bottom repeat-y;
	height: 0px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 75%;
	color: #666;
}
#iner {
	clear: both;
	background: #FFF url(../images/back3.png) center top repeat-x;
	height: 20px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 75%;
	color: #666;
}
#footer p  { padding: 5px }
#footer .rside { float: right; display: inline; padding: 5px; text-align: right}
 
 
a { color: #0066B3;text-decoration: none }

ul { float:right; padding: 0; margin-right: 12px}
li { list-style-type: none }
