body {
	margin: 0;
	padding: 0;
	color: #1D3045;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
.banner{width:680px; margin-bottom:20px; border:#333333 solid 2px;}
a, a:link, a:visited { color: #1D3045; }
a:hover { text-decoration: underline; }

p { margin: 0 0 10px 0; padding: 0;    color: #1D3045; text-align:justify;
    }
img { border: none; }

h1, h2, h3, h4, h5, h6 {    color: #6F8FAD;
   }
h1 { font-size: 24px; margin: 0 0 10px 0; padding: 5px 0; line-height:28px; }
h2 { font-size: 20px; margin: 0 0 10px 0; padding: 0; }
h3 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 16px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 14px; margin: 0 0 10px; padding: 0; }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

a.more { 
	padding: 0 15px 0 0; 
	font-weight: bold; 
	font-size: 12px; 
	background: url(../images/more.png) no-repeat right center;  
}

a.more:hover { 
	padding-right: 20px; 
}

.float_l { float: left }
.float_r { float: right }

.image_wrapper { 
	display: inline-block; 
	border: 1px solid #ccc; 
	padding: 4px; 
	background: #fff; 
	margin-bottom: 5px; 
}

.image_fl { 
	float: left; 
	margin: 3px 15px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 15px; 
}


em { color: #359548 }

.tmo_list { 
	margin: 0 0 0 10px; 
	padding: 0; 
	list-style: none 
}

.tmo_list li { 
	color:#df802e; 
	color: #DF802E;
    margin: 0 0 2px;
    padding: 3px 0 0 25px;
	background: transparent url(../images/list.png) scroll 0 8px  no-repeat; 
}

.tmo_list li a { 
color: #1D3045; text-decoration:underline
}

.tmo_list li a:hover { 
	color: #1D3045; text-decoration:none
}

#body_wrapper {
	width: 100%;
	background: url(../images/bg.jpg);
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding:10px;
	background: url(../images/wrapper.jpg) top center no-repeat; background:#FFF;
}

#header {
		
}


.bg_header {
	position:absolute;
	cursor:default;
	width:45px;
	height:45px;
	display:block;
	right:234px;
	top:35px;
}



/* menu */

#menu {
	clear: both;
	width:1000px;
	height: 41px; background:url(../images/bg_nav.jpg) repeat-x;
}


/* end of menu */

#main {
	clear: both;
	width:1000px;
	padding:15px 0px;
	background: #fff 
}

.col_w900 { 
	width:1000px; 
	padding-bottom: 15px; 
	margin-bottom: 0px; 
}

.col_w580 { width:695px }
.col_w420 { width: 420px }
.col_w280 { width: 280px }
.col_allw280 { float: left; width: 280px; margin-right: 30px }
.col_w900_last { margin: 0; background: none; }
.col_last { margin: 0; }

.hr_divider { 
	background: url(../images/hr_divider.png) repeat-x bottom; 
}


#footer_wrapper {
	clear: both;
	height:56px;
	background: url(../images/footer_wrapper.jpg) repeat-x top
}

#footer {
	 clear: both;
    color: #FFFFFF;
    height: 22px;
    margin: 0 auto;
    padding: 15px 60px;
    text-align: center;
    width: 900px;
	
}

#footer a {
	font-weight: normal;
	color: #fff;
}
#himg{float:right;}
#author{width:700px}
@media only screen and (min-width: 310px) and (max-width : 780px) {
	
	#wrapper {
   background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    padding:0;
    width: 98%;
	
}
#author{width:100%}
img{ width:100%;}
iframe{ width:200px;}
#header{width:100%;}
#header img{ text-align:center; width:20%}
#body_wrapper {
    background: url("../images/bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    width:100%;
}
.banner{width:100%;}
#menu {
    
    width: 100%;
}
#author img{width:10%}
#footer {
 
    width:100%; padding:0px;
}
#main, .col_w900 {
    
    width:96%; padding:2%
}
.float_l, .float_r{ float:none;}
.col_w580, .col_w280{width:100%;}
	}