/*
	StyleSheet by David Herreman
	http://www.free-css-templates.com
		
*/

body { 
	padding: 0; 
	margin: 0; 
	font: 76% Verdana, sans-serif; 
	line-height: 1.5em; 

	color: #454545; 
	}
	
a { color: #b50e00; background: inherit; }
a:hover { color: #b50e00; background: inherit; text-decoration: underline}
p {	margin: 5px 0; }
h1 {	font: bold 1.8em Verdana, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px; }
h2 { font: bold 1.6em Verdana, Sans-Serif; letter-spacing: -1px; }
h3 { padding: 4px 0; margin:  0; }
ul { margin: 0; padding : 0; list-style: none; }
img { border: 0; }
hr { height: 1px; border-style: none; color: #d0d0d0; background-color: #C0C0C0; margin: 10px 0; }


.content { margin: 0px auto; width: 800px; }

/* Top part */
#top {  background: transparent; height: 123px; }
#menu{
	padding-top:100px; padding-left: 163px;
}
#menu ul{
	margin-bottom:5px;
}
#menu ul li{
	display: inline;

}
#menu ul li a{
	color: #b50e00;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	border:1px solid #DCDCDC;
	border-bottom: none;
	padding:.5em;
	background: #F6F6F6;
}
#menu ul li a:hover{

	text-decoration: underline;
}

/* Second part */
#prec {
	height: 205px;
	margin:0;
	padding: 0;
	background: #f6f6f6 url(../images/embera_top_grad.png) repeat-x bottom;
	border-top: 1px solid #DCDCDC;
	overflow: hidden;
	margin-bottom: 15px
}
#wrap {
	margin: 0 auto;
	width: 800px;
}

			


/*  Advertising */
#ad {  margin-bottom: 15px;}
#ad a, #left_side a { background: #FFF; text-decoration: none }
#ad a:hover, #left_side a:hover { text-decoration: underline }

#ad ul { padding-left:2em;list-style-type: disc }


#location{ margin-bottom: 10px; font-size: 1em;	}
/* main area */
#main { }

	#right_side { float: right; width: 212px; background: #F6F6F6; padding: 5px 10px 5px 10px; margin-bottom: 10px }
		#right_side ul { padding: 3px 0 8px 0 } 
		#right_side li { line-height: 18px; background: #F6F6F6 url(images/cat-li.gif) no-repeat left; list-style: none; padding-left: 20px; }
		#right_side a { background: #F6F6F6; text-decoration:  none }
		#right_side h3 { color: #404040; font:  bold 1.2em Verdana, Sans-Serif; }
	
	#left_side { background: #FFF; margin-bottom: 10px; width: 560px;  }
		#left_side h3 {  height:30px;  margin: 0; font:  bold 1.2em Verdana, Sans-Serif; }
		#left_side h3 span {    line-height: 22px; margin: 0}
		#left_side p { color: #454545; text-align: justify }
		#left_side img { float: left; padding: 0 10px 5px 0 }
		#left_side blockquote { padding-left: 10px; border-left: 2px solid #DA4040; margin: 10px 0 10px 25px; }
		.date { border-top: 1px dotted #ccc; padding: 5px 0; margin: 10px 0 25px 0; text-align: right }		
		#left_side .rs { float: right; margin: 0 10px; border: 1px solid #ddd; padding: 5px; background: #f5f5f5  }
		#left_side ul { list-style-position: inside; margin-left: 2px }
		#left_side ul li { list-style-type: square; margin-left: 15px;  }
		#left_side ul ul li { list-style: none; margin-left: 10px; list-style-type: lower-alpha; list-style-position: inside }
	
/* The footer */
#footer { clear: both; border-top: 1px solid #DCDCDC; margin: 0 0 3em 0; color: #777;  background: #fff; font-size:.8em; }
#footer .right  { float: right; text-align: right; background: #FFF; }
#footer a { text-decoration: none; background: #FFF }
	
