@charset "utf-8";
/* CSS Document */

body {
	background: #000 url(images/bg.gif) top center no-repeat;
	padding: 0px;
	margin: 0px;
	}

#wrapper {
	width: 793px;
	margin: 0 auto 0 auto;
	}

#main {
	width: 793px;
	float: left;
	background-image: url(images/wrapper_bg.gif);
	background-repeat: repeat-y;
	}

#left {
	width: 214px;
	float: left;
	}

#lft_sidebar {
	width: 214px;
	float: left;
	}

#right {
	width: 579px;
	float: left;
	}

#banner {
	width: 579px;
	height: 303px;
	float: left;
	background-image: url(images/banner3.jpg);
	}

#banner2 {
	width: 579px;
	height: 303px;
	float: left;
	background-image: url(images/banner4.jpg);
	}

#content {
	width: 576px;
	float: left;
	padding: 10px 3px 0 0;
	}

.profile {
	width: 523px;
	height: 144px;
	float: left;
	background-image: url(images/profile_bg.gif);
	padding: 4px 5px 5px 5px;
	margin: 0 0 20px 0;
	}

.profile_pic {
	width: 160px;
	height: 144px;
	float: left;
	}

.profile_content {
	width: 359px;
	height: 144px;
	float: left;
	padding: 0 0 0 4px;
	}

.profile_title {
	width: 359px;
	height: 28px;
	float: left;
	background-image: url(images/profile_title.gif);
	padding-top: 9px;
	}

.profile_text {
	width: 339px;
	height: 87px;
	padding: 10px 10px 10px 10px;
	float: left;
	}

.text {
	width: 536px;
	float: left;
	padding: 0 20px 20px 20px;
	}

.text_left {
	width: 180px;
	padding: 0 20px 0 0;
	float: left;
	}

.text_right {
	width: 336px;
	float: left;
	}
	
.home_text {
	width: 556px;
	height: 325px;
	float: left;
	background: url(images/home_pic.jpg) right no-repeat;
	padding: 0 0 0 20px;
	}

.home_text_2 {
	width: 350px;
	height: 325px;
	float: left;
	}

#nav {
	width: 214px;
	float: left;
	background: url(images/nav_bg.gif) repeat-y;
	}
.nav {
	float:left;
	}
a#nav{
	float:left;
	}

#footer {
	width: 793px;
	height: 42px;
	background-image: url(images/footer.gif);
	float: left;
	padding-top: 1px;
	}

#footer2 {
	width: 793px;
	float: left;
	padding-top: 8px;
	}

#copyright {
	width: 379px;
	float: left;
	text-align: left;
	padding-left: 17px;
	}

#keyweb {
	width: 394px;
	float: right;
	text-align: right;
	padding-right: 3px;
	}

.thumbnail {
	border: #666666 1px solid;
	margin: 15px;
	}

/* Text Styles */

p {
	font-family: Times New Roman, Georgia, Serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 12px 0;
	}

p a {
	color: #a57c00;
	text-decoration: none;
	}

p a:hover {
	color: #000000;
	}

a.interlinking {
	color: #333333;
	text-decoration: none;
	}

hr {
	color: #a57c00;
	border: 0px 0 0 0 0;
	}

.title {
	font-family: Trajan Pro, Times New Roman, Georgia, Serif;
	font-size: 16px;
	color: #a57c00;
	font-weight: normal;
	text-align: center;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding-bottom: 10px;
	}

.title2 {
	font-size: 30px;
	}

.title2 a {
	color: #FF0000;
	}

.profile_title {
	font-family: Trajan Pro, Times New Roman, Georgia, Serif;
	font-size: 16px;
	color: #a57c00;
	font-weight: normal;
	text-align: center;
	letter-spacing: 4px;
	text-transform: uppercase;
	}

.category {
	font-family: Times New Roman, Georgia, Serif;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	}
	
.home_content {
	font-family: Times New Roman, Georgia, Serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	}

#content {
	font-family: Times New Roman, Georgia, Serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	}

#footer {
	font-family: Times New Roman, Georgia, Serif;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	}

#footer a {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px 0 10px;
	}

#footer a:hover {
	color: #000;
	}

#copyright {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}

form {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #555;
	}

h3 {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #333;
	font-size: 17px;
	}

input {
	margin: 0 0 5px 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	}

.required {
	color: #a57c00;
	font-weight: bold;
	font-size: 18px;
	}

