body, p, td, tr, img, h1, h2, h3, a, div, br, input, textarea {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
}

html, body {
	height:100%;
} 

body {
	background: #990000 url("bg.gif") fixed;
	text-align: center;
	margin: 0px 10px;
	padding: 0px;
}

img {
	border: 0px;
}

a:link, a:visited { text-decoration: none; color: #990000; }
a:hover, a:active { text-decoration: none; color: #000000; }
a.menu:link, a.menu:visited { text-decoration: none; color: #FFFFFF; }
a.menu:hover, a.menu:active { text-decoration: none; color: #FFFFFF; }

#container {
	border-left: solid 1px #660000;
	border-right: solid 1px #660000;
	background: #FFFFFF;
	margin: 0 auto;
	width: 750px;
	min-height:100%;
	position: relative;
}

* html #container {
	height:100%;
}

#header {
	background: #990000 url("fill.png");
	clear: both;
	margin: 0 auto;
	height: 178px;
}

#menu {
	background: #990000 url("back.png");
	clear: both;
	margin: 0 auto;
	height: 19px;
	padding-top: 4px;
	text-size: 10px;
	color: #FFFFFF;
}

#text {
	padding: 15px 15px 30px 15px;
	text-align: left;
}

* html #text {
	padding-bottom: 20px;
}

#footer {
	background: #990000 url("back.png");
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	width: 750px;
	position: relative;
	margin: -22px auto 0 auto;
	color: #FFFFFF;
}

textarea {
	border: 1px dashed #660000;
	background: #990000;
	color: white;
}