/* Start of CMSMS style sheet 'tomhdp-style' */
@charset "UTF-8";
/* Page Styles */

body {
	background-color: #32312A;
	margin: 0;
	padding: 0;
}

/* Layout Divs */

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-top: 0px;
	width: 726px;
}

#header {
	width: 714px;
	height: 415px;
	background: URL("../images/tomhdp/header.png") no-repeat;
	margin-left: 4px;
	position: relative;
	top: -17px;
}

#header-top {
	width: 726px;
	height: 20px;
	background: URL("../images/tomhdp/header-top.png") no-repeat;
}

#body-background {
	background: URL("../images/tomhdp/body-bg.png") repeat-y;
}

#footer {
	width: 726px;
	height: 25px;
	background: URL("../images/tomhdp/footer.png") no-repeat;
}

#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding-left: 30px;
}

#body-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
}

/* Menu */

.nav {
	position: relative;
	top: -19px;
}

.nav ul {
	float: left;
	background: URL("../images/tomhdp/nav-bg.png") repeat-x;
	width: 710px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 6px;
	
}

.nav ul li {
	display: inline;
	float: left;
	height: 30px;
	border-left: 1px solid #000000;
	background: URL("../images/tomhdp/nav-bg.png") repeat-x;
	padding-left: 17px;
	padding-right: 18px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.nav ul li:hover {
	background: URL("../images/tomhdp/nav-hover.png") repeat-x;
}

.current {
	background: URL("../images/tomhdp/nav-hover.png") repeat-x;
}


.nav a:hover, .nav a:visited, .nav a:link, .nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	position: relative;
	top: 6px;	
}

/* Copyright */

#copyright {
	padding-left: 20px;
}

#copyright, #copyright a:hover, #copyright a:link, #copyright a:visited, #copyright a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
/* End of 'tomhdp-style' */

