
a img,:link img,:visited img {
    border:none;
	
}
a {
    color:#38B5F1;
	text-decoration:none;
}
.clear {clear:both;}


body {
	text-align:left;
	font-family:"Trebuchet MS";
	font-size: 15px;
	margin:0;
	padding:0;
	background: url(../images/img01.gif) center top repeat-x #fff;
	color:#4F6977;
}


.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	padding:0 28px;
	
}	
/* page header container */
#header {
	text-align:center;
    width:100%;  
	padding:40px 25px 50px 25px;
	background: url(../images/bg.gif) bottom right no-repeat;
}
.banner{padding:10px; background:#e75d14; margin:0 0 20px 0;}
/*  page name */
#header .logo{
 
}
#header .logo h1{
	margin:0;
	padding:0;
    font-size:42px;
	color:#fff; 
}


/*  page description   */
#header .tagline{
 float:left;
 padding:15px 0 0 10px;
 color:#FFFFFF;
}
 
    
    
    
/* body content */
#bodycontent {
	width:100%; 
    min-height: 600px;
    height: auto !important;
    height: 600px;
    margin:20px 0 0 28px;
}
    
    
/*   page content   */
#bodycontent .post {
margin:0 0 15px 0;

padding:10px;
}

/*   page titles  */
#bodycontent .post h1 {
color:#e75d14;
font-family:"Trebuchet MS";
font-weight:normal;
font-size:28px;
margin:0;border-bottom:dashed 1px #666666;
}
  
    
/*   page content items    */
#bodycontent .post .postcontent{

}
  
#bodycontent .post .postcontent h2 {
margin:0;
padding:0;
color:#e75d14;
font-size:18px;
}

#bodycontent .post .postcontent h3 {

}

#bodycontent .post .postcontent h4 {

}

#bodycontent .post .postcontent p {
  margin:0;
  padding:6px 0 6px 0;  
  line-height:23px;
  color:#666666;
}

#bodycontent .post .postcontent ul, #bodycontent .post .postcontent ol {

}

#bodycontent .post .postcontent ul li, #bodycontent .post .postcontent ol li{

}

#bodycontent .post .postcontent ul ul, #bodycontent .post .postcontent ol ul, #bodycontent .post .postcontent ul ol, #bodycontent .post .postcontent ol ol {

}

#bodycontent .post .postcontent blockquote {

}

#bodycontent .post .postcontent code {

}

#bodycontent .post .postcontent pre code {

}
/* end page content items */


/* page links */
#bodycontent .post .postcontent a:link, #bodycontent .post .postcontent a:visited {

}

#bodycontent .post .postcontent a:hover {

}
 
/* fotter */

#footer {
    font-size:14px;
	padding:5px 10px;
	margin:20px auto 0 auto;
 
	color:#fff;
	border-top:dashed 1px #666666;
	background:#e75d14;
}

#footer p.left-footer {text-align:center;width:100%; color:#fff;} 

/* fotter links */    
#footer a:link, #footer a:visited {
color:#405A67;
text-decoration:none;
}

#footer a:hover {

}
        
