body {
	background: #7A0031;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 13px;
	border: 0;
	padding: 0;
	margin: 0 80px 40px 80px;
	color: #444;
}

/* BEGIN LAYOUT */

#wrapper {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#leftside {
	position: absolute;
	left:80px;
	top:141px;
	width: 171px;;
	background:#fff;
	border-left: 1px solid #ccc;
}

#content {
	padding: 10px 20px 10px 20px;
	border-left: 1px solid #ccc;
	background:#fff;
	margin: 0 0 0 172px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0 0 0 172px;
}

html>body #content {
	margin-left: 172px;
}	

#header {
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-left: 10px;
	background:#fff;
	height:130px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:129px;
}

html>body #header {
		height:129px;
}

#footer {
	border-top: 1px solid #ccc;
	height: 20px;
	font-size: 11px;
	padding: 10px;
	text-align: right;
	color: #444;
}


#logo {
	float: left;
}

#heading {
	text-align: right;
	padding: 0px 20px 0px 0px;
	font-size: 20px;
	font-weight: 500;
	color: #7A003C;
}

/* BEGIN NAVIGATION BAR */

#navcontainer {
	position: absolute;
	width: 400px;
	left: 250px;
	top: 116px;
	padding: 0;
	height: 20px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	background: #fff;
	width: 78px;
	height: 18px;
	border-left: 1px solid #ccc;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 15px;
}

#navcontainer ul li a#left {
	background: #fff;
	width: 78px;
	height: 18px;
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
	text-decoration: none;
	display: block;
	text-align: center;
}

#navcontainer ul li a#current {
	color: #7A003C;
}

#navcontainer ul li a#currentLeft {
	color: #7A003C;
	border: none;
}

#navcontainer ul li a:hover {
	color: #111;
}

/* END NAVIGATION BAR */

/* BEGIN MENU */

#menucontainer { 
	margin: 0;
	border-bottom: 1px solid #ccc;
}

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

#menucontainer a {
	display: block;
	background-color: #aaa;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 3px 4px 10px;
	margin: 0;
	width: 148px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 159px;
}

#menucontainer a:link, #menulist a:visited {
	color: #fff;
	text-decoration: none;
}

#menucontainer a#current {
	color: #fff;
	background-color: #7A003C;
}

#menucontainer a.subnav {
	color: #444;
	padding: 4px 3px 4px 30px;
	background-color: #ccc;
	width: 139px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 139px;
}

#menucontainer a:hover {
	color: #aaa;
	background-color: #fff;
}

/* END MENU */

/* END LAYOUT */
