@charset "utf-8";
body {
	background-color: #000;
}
#Containar {
	width: 900px;
	margin: auto;
}
#Containar #Header {
	height: 100px;
	background-repeat: no-repeat;
	width: 900px;
	margin: 0px;
}
#Containar #mid {
	margin: 0px;
	background-color: #dec492;
	height: 350px;
}

#Containar #leftSide {
	width: 450px;
	background-color: #DEC492;
	height: 350px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#Containar #mid #mid table {
	background-image: url(../images/contact_bg.png);
}

#Containar #rightSide {
	padding-right: 10px;
	padding-bottom: 10px;
	height: 350px;
	background-color: #dec492;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 1em;
}
#Containar #footer {
	margin: 0px;
	height: 150px;
	background-image: url(../images/footer.png);
	position: relative;
}
#Containar #footer #navcontainer {
	width: 600px;
	position: absolute;
	left: 45px;
	top: 63px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #51300F;
}
#Containar #mid #design {
	width: 450px;
	float: left;
}

#navlist
{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 20px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #dec492;
	font-weight: bold;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-bottom: 2px;
	background: transparent;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #CCC;
}

#navlist a:hover {
	color: #CCC;
}
.head1 {
	font-size: 24px;
	color: #930;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold;
}
.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #600;
	text-align: justify;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.headertxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #DEC492;
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	font-style: normal;
	margin-left: 250px;
	position: relative;
	top: 22px;
	left: 5px;
}

#navsubcontainer
{
	padding: 0;
	width: 600px;
	position: absolute;
	left: 120px;
	top: 20px;
}

#navsubcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navsubcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navsubcontainer ul li a
{
	width: 78px;
	height: 18px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-family: "MS Serif", "New York", serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	border-right-width: 1px;
	border-right-color: #999;
}

#navsubcontainer ul li a:hover
{
	color: #565258;
	background-color: #999;
}

#navsubcontainer a:active
{
	color: #fff;
	background-color: #999;
}

#navsubcontainer li#active a
{
	border: 1px solid #999;
	color: #fff;
	background-color: #999;
}
.clear {
	clear: both;
}
#Containar table {
	height: 350px;
}
