@charset "utf-8";
body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	color: #59564F;
	font-size:12px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

.sidebar_title{ 
font-size:16px;
font-weight:bold;}


	
 #container { 
	width: 880px;
	margin: 0 auto;
} 

 #header { 
	clear: both;
	background: #ffffff; 
	margin-bottom:10px;
	margin-top:5px;
	position:relative;
	left:10px;
	width:600px;
	
} 

#header a:link{
border-style:none;
}


#flashbanner{
border-bottom:1px solid #ccc;

}

#sidebar1 {
	float: right; 
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;

	}
	


#main{ 
	margin: 0px 299px 0 0; 
border-right:1px solid #ccc;
}
	
#main_text{
padding: 0 20px 0 0;
	}
	
  
 #footer { 
	padding: 0 10px 0 20px; 
	margin-top:20px;
	background:#ffffff;
	text-align:center;
} 

 #footer a{
 font-size:10px;
 color:#666666;
 text-decoration:none;
} 

 #copyright{
 font-size:10px;
 color:#666666;
}

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.main_title{
font-size:16px; 
color: #F27123;
font-weight:bold;
}

.more a{
text-decoration:none;
font-size: 11px; 
color:#F27123;
}

.sidebar_element{
position:relative;
left:10px;
padding-right:10px;
}