@charset "utf-8";
/* CSS Document */

/* Main Elements */
body {
	background: url(images/bg.gif) repeat-x center 20px;
	margin: 0 auto;
	width: 830px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
#layout {
	background: #FFFFFF url(images/mainbg.gif) repeat-y center;
	border-collapse: collapse;
	width: 100%;
}
#layout td {
	vertical-align: top;
}
#header div, #menu div, #main div, #footer div {
	padding: 20px 40px;
}

/* Header */
#header {
	background: #d81823 url(images/headerbg.gif) repeat-y left;
	padding: 0;
	width: 630px;
	height: 170px;
	vertical-align: middle !important;
}
#header img {
	border: 0;
}

/* Menu */
#menu {
	background: #d81823 url(images/headerbg.gif) repeat-y right;
	color: #FFFFFF;
	padding: 0;
	width: 200px;
	vertical-align: middle !important;
	text-align: right;
}
#menu a {
	border-right: 5px solid #FFFFFF;
	display: block;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	color: #FFFFFF;
}
#menu a:hover {
	padding-right: 12px;
	padding-left: 0;
}

/* Main Content */
#main {
	padding: 0;
	font-size: 9pt;
	height: 330px;
}
#main div {
	padding-top: 5px;
}

/* Footer */
#footer {
	background: url(images/footerbg.gif) no-repeat bottom center;
	padding: 0;
	text-align: center;
	color: #999999;
}
#footer div {
	padding-bottom: 40px;
}

/* General Text Formatting */
h1 {
	font-size: 20pt;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #d81823;
}
b {
	font-weight: bold;
	color: #d81823;
}
a {
	color: #d81823;
}





