/* stylesheet inspired by the winners of the WThRemix competition 
http://w3mix.web-graphics.com/win.php 
particularly Garen Keshishian
http://www.g2gk.com/w3c/ 
*/

@import url(style_inc.css);
@import url("http://www2.blogger.com/css/blog_controls.css");
@import url("http://www2.blogger.com/dyn-css/authorization.css?blogID=6959");

#navbar-iframe {   
	display: none !important;
}

div.menuLeft {
	float:left;
	width:15%;
}

div.menuLeft ul {
	list-style: none;
	margin: 0;    
	padding: 0;
}

div.menuLeft ul li {
	 border-bottom: 1px solid #daa520;
	 border-right: 1px solid #daa520;
}

div.menuLeft ul li a {
        text-decoration: none;
	font-size:11px;
        width: 94.5%;
}


div.centerContent {
	float:left;
	width:84%;
}

div.centerForm {
	float:right;
	width:42%;
}

form { margin:0; padding:0;}

div.news {
	float:left;
	width:84%;
}

div.menuRight {
	float:right;
	width:14%;
	font-size:11px;
	text-align:left;
}

div.clear {
	clear:both;
}

div.footer {
	padding:5px 10px 30px 10px;
	text-align:left;
}

P.bottomtitle {text-align:center}

HR {
	margin-top:8px;
	margin-top:8px;
	color: #993300;
	height: 2px;	
}

