body {
	background-color: #ffffcc;
}
#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 170px;
	background-image: url(assets/tpheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	color: #630;
	text-indent: 200px;
	text-decoration: underline;
}

#menu {
	width: 960px;
	height: 40px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #491D14;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 14px Verdana;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(assets/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(assets/blockactive.gif) center center repeat-x;
}




#maincontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #300;
	width: 960px;
	height: 450px;
}
#footer {
	background-color: #300;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #630;
	clear: both;
}
#leftcontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #300;
	float: left;
	width: 550px;
	padding-top: 10px;
}
#rightcontent {
	float: right;
	width: 310px;
	padding-top: 30px;
}
.style1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #300;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #300;
}
#leftcontent2 {
	float: left;
	width: 550px;
	padding-top: 20px;
}
#rightcontent2 {
	width: 310px;
	float: right;
	padding-top: 40px;
}

a:hover {
	text-decoration: none;
	color: #300;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#centrecontent {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
