@charset "UTF-8";
/* CSS Document */

body {
	color: #FFFFFF;
	background: url(/images/bg_page.png) repeat-x 50% 0 #2A0001;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}

#container {
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #97021D;
	border-right-color: #97021D;
	border-bottom-color: #97021D;
	border-left-color: #97021D;
	border-top-width: 0px;
	border-bottom-width: 4px;
}
#header {
	width: 100%;
	height: 418px; 
	background: url(/images/bg_header.png) repeat-x;
}
#header-photo { width: 100%; }
#menu { width: 100%; height: 39px; background: url(/images/bg_nav.png) repeat-x; line-height: 39px; }
#menu ul,li {
	float: left;
	display: block;
	margin: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #d1b6b6;
	list-style-image: none;
}
#menu a { color: #d1b6b6; text-decoration: none; }
#menu a:hover { color: #d1b6b6; text-decoration: underline; }
#main {
	width: 900px;
	background: #150000;
	padding: 50px;
}

#footer {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #97021d;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer a { color: #97021d; text-decoration: none; }
#footer a:hover { color: #97021d; text-decoration: underline; }

input { background-color: #2A0001; height: 30px; line-height: 30px; color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; border: 1px solid #97021D; }
textarea { background-color: #2A0001; height: 100px; color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; border: 1px solid #97021D; }
