body {
	background: url(images/background.jpg); 
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	}
a {
 	color: #aa0000;
	text-decoration: none;
	}
a:hover {
	color: #ffffff;
	background: #aa0000;
	}
ul {
	margin-left: 45px;
	list-style-type: none;
	}
	
ol {
	margin-left: 45px;
	}
h1 {
	font-size: 16px;
	font-weight: 900;
	margin-top: 20px;
	margin-bottom: -5px;
	}
	
#wrapper {
	padding-top: 20px;
	margin-left: 30px;
	width: 840px;
	height: auto;
	padding-left: 20px;
	border-left: 2px dashed #000;
	}

#logo {
	float: left;
	width: 200px;
	height: 150px;	
	}
#subtitle {
	float: left;
	margin-top: 89px;
	width: 600px;
	}

#info_date {
	clear: both;
	height: 13px;
	width: 700px;
	background: #000;
	margin-top: 5px;
	margin-left: 100px;
	}
#nav_prim {
	clear: both;
	margin-top: 5px;
	width: 840px;
	height: 13px;
	}		
	
.menu_item {
	float: left;
	width: 95px;
	height: 13px;
	margin-right: 5px;
	background: #aa0000;
	}
.menu_item a {
	float: left;
	width: 95px;
	height: 13px;
	margin-right: 5px;
	background: #aa0000;
	text-align: center;
	font-size: 10px;
	font-weight: bold;color: #fff;
	text-decoration: none;
	}
.menu_item a:hover {
	background: #dd0000;
	}

#main_body {
	width: 840px;
	margin-top: 15px;
	}
#text {
	float: left;
	height: auto;
	width: 565px; 
	background: #fcf6e0;
	border: 5px solid #492611;
	padding: 10px;
	margin-bottom: 15px;
	}

#text_min {
	float: left;
	height: 350px;
	width: 565px; 
	background: #fcf6e0;
	border: 5px solid #492611;
	padding: 10px;
	margin-bottom: 15px;
	}
#reg {
	margin-left: 40px;
	background: #fff;
	}
	
#text p {
	margin-left: 30px;
	}
#text_min p {
	margin-left: 30px;
	}
	
#sidebar {
	float: left;
	background: #fee;
	width: 170px;
	height: 300px;
	margin-left: 5px;
	padding: 10px;
	border: 2px dotted #a00;
	margin-bottom: 15px;
	}
	
#footer {
	clear: both;
	margin-bottom: 10px;
	margin-top: 15px;
	width: 790px;
	height: 30px;
	background: #000;
	color: #fff;
	text-align: right;
	padding: 5px;
	font-size: 11px;
	}
#footer a {
	color: #ffffff;
	text-decoration: underline;
	padding: 1px;
	}
#footer a:hover {
	background: #ffffff;
	color: #ff0000;
	text-decoration: none;
	padding: 1px;
	}
	
.redtext {
	color: #aa0000;
	}

.blktext {
	color: #ffffff;
	}

.textwrap {
	margin: 0px 10px 10px -10px;
	}

.textwrapright {
	margin: 0px 10px -10px 10px;
	}

.author {
	border-bottom: 1px dotted #492611;
	font-size: 10px;
	}
.table_header {
	background: #aa0000;
	color: #ffffff;
	}
.table_header_cell {
	font-size: 11px;
	padding: 3px;
	border: 0px;
	text-align: center;
	}
.table_spacer_cell {
	background: #fcf6e0;
	padding: 3px;
	border: 0px;
	text-align: center;
	}
.table_odd {
	background: #CCCCCC;
	font-size: 11px;
	}
.table_even {
	background: #fcf6e0;
	font-size: 11px;
	}
.table_odd_cell {
	padding: 5px;
	border: 0px;
	}
.table_even_cell {
	padding: 5px;
	border: 0px;
	}