@charset "UTF-8";
body {
	background-color:#660000
}

#wrapper {
	background-color: #FFF;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
}
* {
	margin: 0px;
	padding: 0px;
}

#header {
	background-color: #000;
	height: 165px;
	width: 971px;
	border-bottom-color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
}
#content {
	color: #000;
	background-color: #990000;
	width: 972px;
	margin-top: 35px;
}
#navbar {
	color: #FFF;
	background-color: #9F021A;
	float: left;
	width: 200px;
	padding-top: 25px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	font-family: "MS Serif", "New York", serif;
}
#rightcolumn {
	margin-left: 200px;
	background-color: #FFFFFF;
	width: 712px;
	font-size: 16px;
	padding-top: 30px;
	padding-left: 60px;
	font-family: "MS Serif", "New York", serif;
	line-height: 19px;
	color: #000;
}
#footer1 {
	background-color: #000;
	clear: both;
	height: 50px;
	width: 882px;
	color: #FFF;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
	margin: 0px;
	font-size: 18px;
	line-height: 50px;
	padding-left: 90px;
}
#footer2 {
	color: #FFF;
	background-color: #9F021A;
	width: 947px;
	height: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 15px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: none;
}
a:active {
	color: #FF9;
	text-decoration: none;
}
#footer2 a {
	color: #FF9;
}
#footer1 a {
	color: #CCC;
	text-decoration: underline;
}

#picture img {
	border: 1px solid #FFF;
}
.redtype {
	color: #9F021A;
}

.leftcell {
	background-color: #900;
	width: 100px;
	padding: 10px;
}
.rightcell {
	text-align: left;
	vertical-align: top;
	padding: 20px;
}
