body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6em;
	font-style: normal;
	margin: 0px;
	background-color: #009999;
	background-image: url(/img/bg01.jpg);
	background-repeat: repeat-x;
}

p, ul, ol, li{
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: Tahoma;
	font-size: 18px;
	color: #000066;
	font-weight: bold;
}

h2 {
	font-family: Tahoma;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}

h3 {
	font-family: Tahoma;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

h4 {
	font-family: Tahoma;
	font-size: 13px;
	color: #000066;
	font-weight: bold;
}

hr {
	color: #996600;
}

blockquote ul li {
	font-family: "Comic Sans MS", Arial, Verdana;
	font-size: 13px;
	color: #FF3333;
	list-style-type: disc;
}

#wrapper {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 750px;
}

#main {
	background-color: #FFFFFF;
	border-top: 1px solid #333333;
}

#header {
	border-width: 3 0 3 0px;
	border-style: solid;
	border-color: #7E5429;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(/img/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: 290px;
}

#footer {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #996600;
	text-align: center;
	border-top: 2px dotted #996600;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-weight: normal;
	line-height: normal;
	background-color: #e4e4e4;
}

.leftmenu {
	font-family: "Trebuchet MS";
	font-size: 16px;
	white-space: nowrap;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}

.leftmenu a:link {
	color: #000000;
	text-decoration: none;
} 

.leftmenu a:visited {
	color: #000000;
	text-decoration: none;
} 

.leftmenu a:hover {
	color: #ff0000;
}

#content {
	padding: 10px 15px 20px 10px;
	margin: 0px;
	width: 500px;
	height: 625px;
}

#leftbar {
	padding-left: 5px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996600;
	width: 150px;
	background-color: #FFF4DD;
	background-image: url(/img/bg01.gif);
	background-repeat: no-repeat;
}

#rightbar {
	padding-left: 5px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	width: 200px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #E6E6E6;
}