html, body {

	height:100%;

	width:100%;

	margin:0px;

	border:0px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#544825;

	background-color:#c00000;

}

div, h1, h2, p, form {

	margin:0px;

	padding:0px;

}

h1 {

	font-size:2em;

	margin-bottom:0.5em;

}

p {

	margin-bottom:1.25em;

}

img {

	border:none;

}

td {

	vertical-align:top;

}

a {

	color:#026f52;

}

a:hover {

	color:#544825;

}

#main {

	margin:0px auto;

	width:1007px;

	height:100%;

	background-image:url(images/wrapper_bg.gif);

	background-repeat:repeat-y;

}

#header {

	background-image:url(images/header.jpg);

	background-repeat:repeat-y;

	background-position:center top;

	height:87px;

}

#logo {

	margin-top:3px;

	margin-left:12px;

}

#menu {

	background-color:#98baac;

	border-right:1px solid #6ba491;

	border-bottom:1px solid #c00000;

	margin:0px 8px;

	height:26px;

	text-align:right;

	padding-right:3px;

}

#menu a {

	background-image:url(images/menu_separator.gif);

	background-repeat:no-repeat;

	background-position:0px -5px;

	line-height:25px;

	text-decoration:none;

	padding-left:25px;

}

* html #menu a {

	background-position:0px 0px;

}

#menu a img {

	vertical-align:top;

}

#content {

	padding:50px 28px;

	background-image:url(images/content_bg.jpg);

	background-repeat:no-repeat;

	background-position:center bottom;

}

* html #content {

	height:67%;

}

#footer {

	height:68px;

	margin:0px 8px;

	background-color:#333333;

	text-align:center;

	color:#fff;

	border-top:1px solid #c00000;

	font-weight:bold;

	padding-top:7px;

}

#footer a{

	color:#fff;

	text-decoration:none;

}

#footer a:hover{

	text-decoration:underline;

}

.clear{clear:both;}
