html, body {
	margin: 0px;
	min-height: 100%;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	background:	#fff url('../gfx/BG.png') repeat-x;
}

a { 
	color: #990000;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #555;
}

h1, h2, h3, h4 { color: #bf1111; font-family: Arial, Helvetica; letter-spacing: 0.02em; }

h1 {
	font-size:		1.8em;
}
h2 {
	font-size:		1.4em;
}
h3 {
	font-size:		1.3em;
}
h4 {
	font-size:		1.2em;
}

p {
	line-height:	1.3em;
	margin: 		7px;
}

#main {
	width: 		800px;
	margin:		0 auto;
	min-height:	100%;
	height:		100%;
	background:	url('../gfx/main_bg.png') repeat-y;
	padding: 	0;
}

#top {
	height:		185px;
	width:		100%;
	background:	url('../gfx/top.jpg') no-repeat;
	position:	relative;
}

#top span {
	position:	absolute; left: 50px; bottom: 8px;
}

#top span h2 {
	font-size:	1.1em;
	margin:		0 6px;
	display:	inline;
}

#middle {
	margin:			0 8px 0 8px;
	padding:		15px;
	background: 	#fff;
}

#foot {
	height:		118px;
	width:		100%;
	position:	relative;
}

#foot span {
	position:	absolute; right: 10px; bottom: 10px;
	font-size:		0.9em;
	color:		#666;
}

#menu {
	text-align:left; 
	font-family: verdana, sans-serif; 
	font-weight: bold;
	font-size:1.1em;
	height: 28px;
	color: #fff;
	text-align: center;
	padding-top: 139px;
}

#menu ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
}

#menu ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

#menu ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
}

#menu ul li a:hover
{
	background: url('../gfx/menu_hover.gif') repeat-x;
	color: white;
}

.content {
	margin:		5px;
}

input, textarea, select {
	border: 1px solid #ccc;
	background-color: #fff;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	margin: 3px;
	padding: 0 0 0 3px;
}

.inputSubmit {
	background-image: url('../gfx/SubmitBG.gif');
	width: 150px;
	padding: 2px;
	height: 21px;
	font-weight: bold;
	
}