* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #7A7A7A;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#headbar, #bar2, #bar3, #bar4 {
	width: 100%;
	clear:both;
}
#headbar {
	background-image: url(../images/bar1_right.gif);
	background-repeat: repeat-x;
	height: 127px;
}
#headbarlogo,#headbarcontact {
	float: left;
	height: 79px;
	padding-top: 48px;
}
#headbarlogo {
	background-image: url(../images/bar1_left.gif);
	background-repeat: no-repeat;
	width: 257px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}
#headbarcontact {
	clear: right;
	margin-left: 280px;
	width: 620px;
	display: inline;
}
#headbarcontact strong {
	font-weight: normal;
	color: #7F1E1E;
}
#headbarcontact a {
	color: #7A7A7A;
	text-decoration: none;
}

#bar2 {
	background-image: url(../images/bar2_right.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 17px;
}

#bar2left, #bar2right {
	float: left;
	height: 17px;
	top: 127px;
}
#bar2left {
	background-image: url(../images/bar2_left.gif);
	background-repeat: no-repeat;
	width: 257px;
}
#contentbar {
	min-height: 397px;
}
#content {
	clear: right;
	min-width: 370px;
	width: 600px;
	padding-right: 20px;
	padding-top: 30px;
	margin-left: 280px;
}
#content h1 {
	font-size: 1.4em;
	font-weight: bold;
}
#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #7F1E1E;
}
#content p {
	margin-bottom: 12px;
}
#content ul {
	list-style-position: inside;
	padding-bottom: 12px;

}
#content li {
	margin-bottom: 4px;
}

#mainMenu {
	width: 180px;
	float: left;
	list-style-type: none;
	position: absolute;
	color: #000000;
	left: 36px;
	top: 180px;
}
#mainMenu li {
	line-height: 26px;
	width: 177px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	padding-left: 3px;
}
#mainMenu a {
	height: 26px;
	width: 180px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#mainMenu a:hover {
	color: #7F1E1E;
}
#mainMenu a:visited {
	color: #000000;
}
#mainMenu .top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CECECE;
}
#footer {
	background-image: url(../images/bar3_right.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	height: 63px;
	background-color: #7F1E1E;
	text-align: right;
}

#footerleft {
	background-image: url(../images/bar3_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 63px;
	width: 257px;
}
#footer p {
	color: #FFFFFF;
	padding-top: 16px;
	padding-right: 24px;
}
.footerleft {
	color: #FFFFFF;
	padding-top: 16px;
	padding-left: 24px;
	float: left;
	text-align: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#tagline {
	background-image: url(../images/bar4_right.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	height: 63px;
	width: 100%;
	background-color: #7F1E1E;
	text-align: right;
}
#taglineleft {
	background-image: url(../images/tagline_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 63px;
	width: 257px;
}
#tagline p {
	color: #FFFFFF;
	letter-spacing: 0.5em;
	padding-top: 23px;
	padding-right: 20px;
}
.selected {
	background-color: #AAAAAA;
	color: #FFFFFF;
}
