body{
margin:0;
padding:0;
font: normal small Georgia, "Times New Roman", Times, serif;
}
h3{
padding:0;
margin:3px 25px;
font-size:normal;
color:#5F9EA0;
font-family: Georgia, "Times New Roman", Times, serif;
}
h4{
margin:0 ;
color:#8FBC8F;
}
a{
text-decoration:none;
color:#828282;
}
a:hover{
text-decoration:underline;
}
#top{
width:100%;
height:200px;
background:#000 url('images/bg_top.png') ;
border-bottom:2px solid #c1c1c1;
}
#wrapper{
margin:0 auto;
width:760px;
}
/* Menu */

#menu {
	height: 70px;
	text-align:center;
}

#menu ul {
	padding: 0;
	list-style: none;
	margin:0 10px
}

#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	width:140px;
	height: 70px;
	padding-top: 10px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 25px;
	color: #c1c1c1;
	background:url('images/patt_button_orange_001.png') repeat-x;
}
#menu a:hover {
	color: #8FBC8F;
}
#menu .left{
display:block;
float: left;
width:14px;
height:70px;
background:url('images/left_button_orange_001.png');
}
#menu .right{
display:block;
float: left;
width:14px;
height:70px;
background:url('images/right_button_orange_001.png');
}
/*sidebar*/
#sidebar{
width:250px;
float:left;
}
#sidebar .top{
width:200px;
height:25px;
background:url('images/top_sidebar_orange.png');
}

#sidebar ul{
margin:0 25px;
padding:0;
list-style:none;
}
/*content*/
#content{
float:right;
width:500px;
padding:5px;
}
#content .post{
border-bottom:1px solid #ffce37;
}
/*footer*/
#footer{
height:100px;
background:#000 url('images/bg_footer.png') ;
border-top:2px solid #c1c1c1;
margin:0;
padding:0;
}
#menu_footer{
margin:0 auto;
width:760px;
text-align:center;
}
#menu_footer ul {
	padding: 0;
	list-style: none;
	margin:0 10px
}

#menu_footer li {
	display: inline;
}