

body {
	margin: 10px 0;
	padding: 0;
	background: #CECECE url(images/bg_tile.gif);
	font: normal medium Times New Roman;
}

h1, h2, h3{
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1.25em;
	text-decoration: none;
}

h4 {
	margin: 0;
	color: #ffffff;
	font-size: 1.25em;
	text-decoration: none;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #730000;
	text-decoration: none;

}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 120px;
	margin: 0 auto;
	background: url(images/header_main.gif);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}


/* Menu */

#menu {
	width: 800px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/bg_menu_off.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/bg_menu_on.gif);
	color: #850000;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: url(images/bg_content.gif);
}

#colOne {
	float: left;
	width: 160px;
	padding: 5px 10px 0 10px;
}

#colTwo {
	float: left;
	width: 600px;
	padding: 5px 10px 0 10px;

}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/bg_footer.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;
}

