body{
	margin:10px 0;
	font: 12px/1.6em 'Trebouchet MS',Arial,sans-serif;
	letter-spacing: 0.03em;
	background-color: #990000;
}

#wrap{
	margin:auto;
	width:760px;
	border:#000 1px solid;
	background:#fff;
}


#head{
	height: 180px;
}

#menu{
	padding:0;
	margin:0 0 0;
	background: url(../images/menu_bg.png) left top repeat-x;
	line-height:22px;
}
#menu li{display:inline;}
#menu li a{
	font-weight:bold;
	letter-spacing: -0.05em;
	font-size:12px;
	font-family:Verdana;
	text-decoration:none;
	padding: 2px 9px 4px 8px;
	border-color:#000;
	color: #CC0000;
	border-width: 1px 1px 0 0;

}
#menu li a:hover,li.current a{
	background:#fff;
	padding: 2px 8px 4px 8px;
	border-color:#666666;
	border-style:solid;
	color: #FF0000;
	border-width: 1px 1px 0 0;
}
#menu li.current a:hover{
 	padding: 2px 8px 4px 8px;
}

#main{
	padding:10px 20px;
}

#content{
	width:510px;
	margin-right:15px;
	float:left;
}
#sidebar{
	width:189px;
	float:left;
	font-size:11px;
	letter-spacing:0px;
	background: url(../images/contentsep.jpg) left top repeat-y;
}
#sidebar li{
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sidebar p{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 30px;
}

h1,h2,h3,h4,h5,h6{
	letter-spacing:-0.05em;
	font-weight:normal;
	margin: 5px;
}
h1{
	font-size:20px;
	line-height: normal;
	color: #666666;
	font-weight: bold;
}
h2{
	font-size:20px;
	line-height: normal;
	margin: 0px;
}
h3{
	font-size:16px;
	font-weight: bold;
}

#main p{
	margin-top:0.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.entry,#news li{margin-bottom:10px;}

a:link,a:visited{
	color:#CC0000;
}
a:hover{
	color:#FF0000;
	text-decoration:none;
}
img.floatLeft {
	float: left;
	margin: 0px 10px 5px 0px;
	background-repeat: no-repeat;
}

img.floatRight { 
    float: right; 
    margin: 0px 0px 5px 10px; 
}

#info{
	background:#eee;
	font-size:11px;
	padding: 3px;
	border: 1px;
	border-color: #990000;
	border-bottom-style: solid;
	border-top-style: solid;
}


#footer{
	clear:both;
	font-size:11px;
	letter-spacing:-0.02em;
	text-align:right;
	padding: 2px 6px;
	border-top: #ccc 1px solid;
	background: #eee;
	margin-top:20px;
}
