html, body {
	background-color:#FFFFFF;
	font-family:trebuchet ms, verdana, arial, helvetica, sans-serif;
}

a {
	color:#FFFFFF;
}

#wrapper {
	width:824px;
	margin:auto;
}

#main {
	background-color:#B21F24;
	background-image:url(gfx/bg.jpg);
	background-repeat:no-repeat;
}

#content {
	font-size:10pt;
	color:#FFFFFF;
	padding:5px;
	line-height:18pt;
/*	display:table-cell;*/
}

#content h1 {
	font-size:16pt;
}

#menu {
	padding:20px;
	width:180px;
	float:left;
}

#menu_top {
	background-color:#FFFFFF;
	background-image:url(gfx/menu_topleft.gif);
	background-repeat:no-repeat;
	height:30px;
}

#menu_content {
	padding:0px 5px;
	background-color:#FFFFFF;
}

#menu_content a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#menu_content ul {
	margin:0px;
	padding:0px;
	padding-left:20px;
}

#menu_content li {
	margin:0px 0px;
	padding:0px;
	list-style-type: none;
/*	list-style-image:url(gfx/bullet.gif);*/
	padding-top:0px;
	padding-bottom:15px;
	list-style-position: inside;
	height:26px;
	padding-left:0px;
}

#menu_content ul li a {
	padding-left:0px;
	display: block;
	background:url(gfx/menubg.jpg) repeat -20px 35px;
	height:26px;
}

#menu_content ul li a:hover {
	background-position: -20px 94px;
	color: #FFFFFF;
}

#menu_content ul li a img {
	border:0px;
	padding-right:5px;
}

#footer {
	background-color:#B21F24;
	margin:auto;
	width:600px;
	border-top:1px solid #FFFFFF;
	clear:both;
	font-size:8pt;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
}

#contactForm {
	
}

#contactForm th {
	font-weight:normal;
	text-align:right;
	vertical-align:top;
}

#contactForm td input {
	width:200px;
}

#contactForm td textarea {
	width:200px;
	height:100px;
}