/*--- DIV ---*/
#main{ width:800px; border:1px solid #000; position: relative;}

#header{ height:110px; vertical-align: baseline; background: #fff; text-align:left;}

#menu{height:18px; background: #000; width:800px; font:12px Arial, Helvetica, sans-serif; text-align:left;}

/*--- LINK ---*/

a.item{ margin: 0 30px 0 5px;}

#menu a{color:#ffffff; text-decoration:none;}

#menu a.item{font-weight: bold;}

#menu a.item:hover{ color: #aaa;}

/*--- CONTENT ---*/

#content{
	font: 12px Arial, Helvetica, sans-serif;
	height: 630px;
	overflow: auto;
	padding: 5px;
	background: #ffffff;
	}

#main_text{
	width:520px;
	margin-right:20px;
	float:left;
	text-align:justify;
}

#sidebar{
	width:230px;
	height: 500px;
	float: left;
}

#footer{
	font: 10px Arial, Helvetica, sans-serif;
	color: #a0a0a0;
	text-align: left;
}

#content a{
	color:rgb(230,50,0);
	text-decoration:none;
}


#content a:hover{
	text-decoration:underline;
}

p.title {
	font-size:16px;
	margin-top:16px;
	margin-bottom: 12px;
	color: #000;
	font-weight:bold;
	text-align: left;
	}
	
p.small{
	font-size:9px;
	margin-top:40px;
	margin-bottom: 8px;
	color: #333;
	}

p.news{
	margin-top:40px;
	margin-bottom: 20px;
	color: #000;
	background: #ccc;
	border: 1px solid #333;
	padding: 10px;
	}

p.subtitle{
	margin-top:12px;
	color: rgb(79,21,28);
	font-weight:bold;
	}

#content p{
	margin-left:10px;
}

body {
	margin: 10px;
	text-align: left;
	background: #ffffff;
}

li {margin-top:5px; }

#content td{ font: 12px Arial, Helvetica, sans-serif; border-bottom:1px solid #000;}
