#container {
	background-color: #000;
	height: 1500px;
	width: 1000px;
	margin: auto;
}
#header {
	height: 147px;
	width: 994px;
	background-color: #333;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFC;
	border-bottom-color: #FFC;
	border-left-color: #FFC;
}
#maincontent {
	background-color: #FFC;
	height: 800px;
	width: 800px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
#sidebarnavi {
	background-color: #333;
	height: 780px;
	width: 180px;
	margin: 7px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}


#navigation {
	background-color: #333;
	height: 50px;
	width: 994px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D90000;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFC;
	border-left-color: #FFC;
}

#sidebar {
	background-color: #FFC;
	height: 800px;
	width: 200px;
	float: left;
}
#sidebarcontent {
	background-color: #333;
	height: 794px;
	width: 194px;
	margin-top: 3px;
	margin-left: 3px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}



#textcontent {
	background-color: #FFC;
	height: 500px;
	width: 1000px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#text {
	background-color: #FFC;
	height: 480px;
	width: 980px;
	margin-top: 10px;
	margin-left: 10px;
}
#maintext {
	background-color: #FFC;
	height: 780px;
	width: 780px;
	margin-top: 10px;
	margin-left: 10px;
}
a.navi:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9;
	text-decoration: underline;
}
a.navi:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFC;
	text-decoration: underline;
}
a.navi:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFC;
	text-decoration: underline;
	font-style: italic;
}
a.navi:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFC;
	text-decoration: underline;
	font-weight: bold;
}
a.sidebar:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9;
	text-decoration: underline;
}
a.sidebar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFC;
	text-decoration: underline;
}
a.sidebar:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFC;
	text-decoration: underline;
	font-style: italic;
}
a.sidebar:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFC;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFC;
	text-decoration: underline;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFC;
	text-decoration: underline;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFC;
	text-decoration: underline;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFC;
	text-decoration: underline;

