*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #800301;
	color: #000000;
	font-size: 100%;
	font-family: "verdana";
}

img
{
	border: 0;
}

#header
{
	margin: 0 auto;
	width: 700px;
	height: 40px;
	font-size: 75%;
	text-align: center;
	font-family: verdana;
	padding-top: 30px;
	padding-bottom: 10px;
	background: url('../images/design_03.gif') center no-repeat;
}

#header .left
{
	font-weight: bold;
	color: #FCF4D8;
	float: left;
}

#header .right
{
	font-weight: bold;
	color: #FCF4D8;
	float: right;
}

#maincontainer
{
	margin: 0 auto;
	width: 800px;
}

#topbar
{
	background: url('../images/design_06.gif') no-repeat;
	width: 800px;
	height: 20px;
}

#mainleft
{
	font-weight: none;
	color: #800301;
	height: 500px;
	float: left;
	width: 300px;
	background: url('../images/design_09.gif') repeat-y;
}


#bottomleft
{
	margin-top: 10px;
	height: 500px;
	width: 300px;
	background: url('../images/design_15.gif') left bottom no-repeat;
}

#mainright
{
	font-weight: none;
	font-size: 85%;
	color: #800301;
	float: right;
	width: 500px;
	background: url('../images/design_12.gif') repeat-y;
}

#menu
{
	float: left;
	font-size: 11px;
	width: 300px;
	line-height: 35px;
	text-align: center;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
}

#menu ul li a
{
	text-decoration: none;
	color: #000000;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: capitalize;
}

#menu ul li a span
{
	padding-right: 20px;
}

#menu ul li a:hover, #menu ul li a.active
{
	color: #800301;
	background: url(../images/bullet.gif) left no-repeat;
}

#menu ul li a:hover span, #menu ul li a.active span
{
	color: #800301;
	background: url(../images/bullet.gif) right no-repeat; 
}

.main1
{
	width: 500px;
	height: 170px;
	background: url('../images/main1.gif') no-repeat;
}

.main2
{
	width: 500px;
	height: 170px;
	background: url('../images/main2.gif') no-repeat;
}

.main3
{
	width: 500px;
	height: 170px;
	background: url('../images/main3.gif') no-repeat;
}

.main4
{
	width: 500px;
	height: 170px;
	background: url('../images/main4.gif') no-repeat;
}

.menutop
{
	clear: both;
	width: 300px;
	height: 17px;
	background: url('../images/design_07.gif') no-repeat;
}

.bottomright
{
	float: right;
	width: 500px;
	height: 20px;
	background: url('../images/design_18.gif') no-repeat;
}

.textouter
{
	float: left;
	width: 500px;
	height: 320px;
	background: url('../images/design_16.gif') bottom no-repeat;
}

.textcontainer
{
	float: left;
	width: 440px;
	height: 310px;
	padding-right: 20px;
	padding-left: 10px;
	overflow: auto;
	line-height: 20px;
}

.textcontainer h1
{
	font-size: 14px;
	color: #800301;
	padding-bottom: 14px;
}

.textcontainer h2
{
	font-size: 14px;
	color: #800301;
	padding-bottom: 8px;
}

.textcontainer a
{
	color: #800301;
}

.textcontainer p
{
	font-size: 11px;
	color: #800301;
	margin-bottom: 10px;
}

.textcontainer ul
{
	list-style-type: none;
	float: left;
}

.textcontainer ul li
{
	font-size: 11px;
}

.border
{
	border: 1px solid #800301;
	float: right;
	margin: 10px 20px 10px 10px;
}

.map
{
	border: 1px solid #800301;
	margin: 5px;
	float: right;
}

#copyright
{
	line-height: 20px;
	margin: 0 auto;
	font-size: 55%;
	text-align: center;
	width: 800px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
}

#copyright a
{
	color: #ffffff;
	text-decoration: none;
}

fieldset
{
	border: 0px;
	font-size: 11px;
	line-height: 14px;
}

input
{
	font-size: 11px;
}