@charset "utf-8";
#container {
	background-color:#FFFFFF;
	width: 800px;
	border: 10px solid #CCCCCC;
	font-family: Calibri, Arial, Verdana, sans-serif;
	color:#660033;
	font-size: small;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#header {
	width: 800px;
	height: 200px;
}

#header_left {
	width: 200px;
	float: left;
	height: 180px;
	padding-top: 20px;
}

#header_right {
	width: 535px;
	float: right;
	height: 150px;
	padding-top: 50px;
	padding-left: 55px;
}

#sidebar {
	width: 200px;
	float: left;
	padding-top: 30px;
}
#menu_item {
	height: 20px;
	width: 175px;
	margin-left: 15px;
	color:#660033;
	padding: 5px;
}

#menu_item a {
	color: #660033;
	}

#menu_item a:hover {
	color:#333333;
	}

#content{
	width: 590px;
	float: right;
	height: auto;
	color: #660033;
}

#content a {
	color:#333333;
}

#content a:hover {
	color:#003366;
}

#container #main #content #text {
	background-color: #FFFFFF;
	width: 500px;
	padding: 10px;
	border-top-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #432241;
	border-right-color: #432241;
	border-bottom-color: #432241;
	border-left-color: #432241;
	float: none;
}

#footer{
	color:#333333;
	text-align:center;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: 432241;
}

#footer a {
color: #333333;}

#footer a:hover {
color:#003366;}#container #main #content #text img {
}
