/* CSS Document */body {
	background-color:#E2BB24;
	/* background-image:url(bg.jpg); */
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#OB6DOB;
	text-align: center;
}h1, h2, h3, h4 {
	color: #OB6DOB;
	margin:0;
	padding:0;
	font-size: 18px;
}#header,#nav {
	width:800px;
	margin:0;
	padding:0;
	float:left;
}
#container {
	text-align: left;
	width: 800px;
}
#header {
	background-repeat:no-repeat;
	height:150px;
}
/* Navigation */
#nav {
	width: 800px;
	margin:0;
	padding:0;
	background-color: #3a0866;
}
#nav .navigation a {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	display:block;
	text-align:center;
	line-height: 25px;
	font-size: 12px;
	font-weight:bold;
}#nav .navigation a {
	width: 100px;
	display:block;
	background-color:#3a0866;
	height: 25px;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}
#nav .navigation a:hover {
	background-color:#be280a;
	color:#FFFFFF;
}/*  Body  */#main {
	float:left;
	width: 780px;
	font-size:14px;
	background-color:#FFFFFF;
	padding: 10px;	
}#left {
	float:left;
	border-right:1px dotted #cccccc;
	width:480px;	
	padding: 10px;
	padding-top 0px;
}#right {
	width:160px;
	float:left;
	padding: 10px;
	padding-top: 0px;
}#left, #right {
	min-height: 250px;
	height: auto !important;
	height: 250px;
}#bottom {	width:780px;
	border-top:1px dotted #cccccc;
	padding:10px;
	clear:both;
}
#footer {	clear:both;
	width:800px;
	height:50px;
	background-color:#be280a;
	text-decoration:none;
}
#footer #nav2 {
	width: 800px;
	padding:0;
	margin:0;
	font-size:11px;
	text-align:center;
}
#footer .navigation2 {
	display:inline;
	line-height:22px;
	padding-left:10px;
}#footer a {
	text-decoration:none;
	color:#000000;
}
#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}#copyright {
	font-size:11px;
	width:800px;
	text-align:center;
}
