* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Tohama, Arial;
	font-size: 14pt;
	color: #333333;
	margin: 0 auto;
	text-align: center;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#header {
	width: 800px;
	height: 250px;
	text-align: center;
	background: #fff url('images/banner.jpg') no-repeat;
}


/*******************************************************************************************/
/* TOP NAVIGATION */
/*******************************************************************************************/

#topnavi {
	width: 800px;
	height: 30px;
	background: #000;
	font-size: 0.8em;
	text-align: right;
}

#topnavi ul {
	list-style: none;
	padding: 5px 5px 5px 5px;
}

#topnavi li {
	display: inline;
	padding: 5px 15px 5px 15px;
}

#topnavi li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
}

#topnavi li a:hover {
	color: #A50101;
	text-decoration: none;	
}

/*******************************************************************************************/
/* CONTENT */
/*******************************************************************************************/

#content {
	float: left;
	width: 800px;
	background: #000;
	text-align: left;
}

/*******************************************************************************************/
/* MAIN CONTENT */
/*******************************************************************************************/


#maincontent {
	float: left;
	width: 600px;
	background: #000;
	text-align: left;
}

#maincontent h1 {
	font-size: 0.9em;
	color: #fff;
	background: #A50101;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px 5px 10px;
	border: 1px solid #fff; 
}

#maincontent p {
	font-size: 0.8em;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-align: justify;
}

#maincontent img {
	border: 3px solid #fff;
}

#maincontent a {	
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
}

#maincontent a:hover {
	color: #A50101;
	text-decoration: none;	
}

#maincontent ul {
	color: #fff;
	font-size: 0.8em;
	list-style: none;
	padding: 5px 5px 5px 5px;
}

#maincontent li {
	display: block;
	padding: 5px 15px 5px 15px;
}

#maincontent li a {
	color: #fff;
	text-decoration: none;	
}

#maincontent li a:hover {
	color: #A50101;
	text-decoration: none;	
}

#leftimagebox {
	float: left;
	padding: 5px 10px 10px 10px;
}

#leftimagebox img {
	border: 3px solid #fff;
}

/*******************************************************************************************/
/* RIGHT CONTENT */
/*******************************************************************************************/


#rightcontent {
	float: left;
	width: 180px;
	background: #000;
	text-align: left;
}

#rightcontent h1 {
	font-size: 0.8em;
	color: #EA0000;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px 5px 10px;
}

#rightcontent h2 {
	font-size: 0.8em;
	color: #EA0000;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px 5px 10px;
}

#rightcontent p {
	font-size: 0.8em;
	color: #fff;
	padding: 5px 10px 5px 10px;
}

#rightcontent img {
	border: 3px solid #fff;
}


#rightcontent ul {
	font-size: 0.8em;
	list-style: none;
	padding: 0px 5px 5px 5px;
}

#rightcontent li {
	display: block;
	padding: 2px 5px 3px 15px;
}

#rightcontent li a {
	color: #fff;
	text-decoration: none;	
}

#rightcontent li a:hover {
	color: #A50101;
	text-decoration: none;	
}


/*******************************************************************************************/
/* FOOTER */
/*******************************************************************************************/

#footer {
	float: left;
	width: 800px;
	background: #A50101;
	text-align: center;
	border: 2px solid #424141;
}

#footer p {
	font-size: 0.6em;
	color: #fff;
	background: #;
	padding: 5px 10px 5px 10px;
}

#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}

#footer a:hover {
	color: #C40303;
	text-decoration: none;	
}