@charset "iso-8859-1";

/**
* Developed By Frank Perez
* frank@frankperez.net
**/


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #d79533;
}

#frame {
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 980px;
	height: 131px;
	float: left;
	background-color: #ffd379;
}

#header_left {
	width: 500px;
	height: 112px;
	float: left;
}

#header_left a {
	width: 500px;
	height: 112px;
	display: block;
	float: left;
	background-image: url('../media/logo2.jpg');
	background-repeat: no-repeat;
}

#header_left h1 {
	display: none;
}

#header_right {
	width: 480px;
	height: 112px;
	float: left;
}

#headeruls {
	width: 150px;
	float: right;
	padding-top: 8px;
}

#headeruls ul {
	float: left;
	padding-right: 20px;
	padding-top: 3px;
}

#headeruls ul li {
	list-style: none;
	padding-top: 10px;
}

#headeruls ul li a {
	font-family: "Tahoma", Arial, Verdana, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000000;
	text-decoration: none;
}

#mainmenu {
	width: 980px;
	height: 24px;
	float: left;
	background-color: #522900;
}

#mainmenu ul {
	width: 780px;
	float: right;
}

#mainmenu ul li {
	display: inline;
	float: left;
	list-style: none;
	padding-left: 50px;
	line-height: 24px;
}

#mainmenu ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffd379;
	text-decoration: none;
}

#mainmenu ul li a:hover {
	text-decoration: underline;
}

#mainbody {
	width: 980px;
	float: left;
	background-image: url('../media/sitebg2.jpg');
	background-repeat: repeat-y;
	border-bottom: 2px solid #522900;
}

#mainbody_left {
	width: 190px;
	float: left;
	text-align: left;
}

.imageleft {
	width: 190px;
	float: left;
	text-align: center;
}

.imageleft img {
	padding-top: 4px;
	padding-bottom: 6px;
}

#mainbody_left ul {
	padding-top: 6px;
	padding-bottom: 6px;
}

#mainbody_left ul li {
	list-style: none;
	padding-left: 10px;
}

#mainbody_left ul li a {
	font-family: "Tahoma", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffd379;
	text-decoration: none;
	width: 800px;
}

#mainbody_left ul li a:hover {
	text-decoration: underline;
}

#mainbody_right {
	width: 790px;
	float: left;
}

#mainbody_right_cont {
	width: 780px;
	float: left;
	padding: 4px;
}
.style7 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-decoration: none; line-height:18px;}