body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #121212;
	font-size: 12px;
	background-color: #7C6C5D;
	background-image: url(images/wood.jpg);
	margin: 0px;
	padding: 0px;
	background-position: center;
}
/*--------------------Links-----------------------*/
#tabs a {
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	text-align: center;
	padding-top: 8px;
	margin: 20px 0px 0px 3px;
	background-image: url(images/tab.jpg);
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#tabs a:hover {
	margin-top: 10px;
	color: #333333;
}
#navbar a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 12px 0px 12px 15px;
	display: block;
	text-decoration: none;
}
#navbar a:hover {
	color: #008CD8;
	background-color: #FFFFFF;
	border: 1px solid #008CD8;
	padding: 11px 14px 11px 0px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
/*--------------------Layout-----------------------*/
#wrapper {
	width: 821px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	z-index: 1;
	background-image: url(images/logobkg.png);
	height: 224px;
	width: 437px;
	margin-left: 50px;
}
#tabs {
	height: 75px;
	width: 309px;
	margin: -77px 0px 0px 484px;
}
#content {
	background-image: url(images/website.png);
	height: 759px;
	width: 821px;
	position: absolute;
	top: 185px;
	z-index: 2;
}
#navbar {
	width: 190px;
	float: left;
	margin: 45px 0px 0px 45px;
}
#contentrt {
	background-color: #FFFFFF;
	float: left;
	width: 515px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #EEEEEE #EEEEEE #DDDDDD #EEEEEE;
	margin: 36px 0px 35px 7px;
	padding: 10px;
	height: 620px;
}
#footer {
	width: 450px;
	margin-left: 185px;
	clear: both;
	font-size: 11px;
	font-weight: bold;
}
/*--------------------Style-----------------------*/
#contentrt p {
	font-size: 11px;
}
#contentrt h1 {
	font-size: 14px;
	font-weight: normal;
}
.border {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
