* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #eee;
	line-height: 17px;
	background-color: #7E7E7E;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
}

img {
	border: none;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	clear: left;

}
a { color: #FEA330; }
a:hover { text-decoration: none; color : #D17301; }
h3 {
	color: #fea330;
	padding-bottom: 0px;
	font-weight: 100;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 25px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
h3 a {
	text-decoration: none;
	font-size: 22px;
	letter-spacing: -1px;
	float: left;
	height: 23px;
	width: auto;
	clear: none;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-bottom: 5px;
	line-height: 30px;

}
h3 a:hover { color: #D17301; }
h4 {
	color: #fea330;
	padding-bottom: 0px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
p{
	float:left;
	text-align: left;
}

#wrap {
width: 800px;
margin: 0 auto;
}

#header {
height: 90px;

}
#header h1 { 
font-size: 30px;
padding: 25px 0 0 0;
color: #fff;
letter-spacing: -2px;
}
#header h1 a {
	text-decoration: none;
	font-weight: 600;
	letter-spacing: -2px;
	margin-bottom: 10px;
}
#header h1 a:hover {
color: #D17301;
}
#header h2 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 0 10px 2px;
	font-weight: 100;
	border: none;
	margin-top: 5px;


}
#menu {
height: 30px;
line-height: 30px;
}
#menu li
{
float: left;
list-style-type: none;
padding-right: 5px;
}
#menu li a{ 
color: #fff;
text-decoration: none;
padding: 0 20px 0 0;
font-weight: 600;
}
#menu li a:hover {
color: #D17301;
}
#menu ul { }

#content { 
}
#left {
	padding-top: 5px;
	width: 580px;
	float: left;
	font-size: 13px;
	text-align: left;
	padding-right: 12px;
	padding-left: 0px;
}

#right {
padding-top: 20px;
width: 200px;
float: right;
}
#right ul { color: #D17301; list-style-type: square; padding: 10px 0 10px 20px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { font-weight: 600; display: block; text-decoration: none; font-size: 13px; }
#right ul li a:hover { color : #D17301; }

#footer {
background: #797979;
font-size: 11px;
color: #eee;
text-align: center;
height: 30px;
line-height: 30px;
margin: 20px 0;
}
#footer a { 
color: #eee;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline; 
}
#contact-area {
	width: 248px;
	margin-top: 25px;
	height: 180px;
}

#contact-area input, #contact-area textarea {
	padding: 0px;
	width: 200px;
	font-family: Helvetica, sans-serif;
	font-size: .9em;
	border: 1px solid #ccc;
	height: 13px;
	float: right;
	margin: 0px;
	clear: right;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	height: auto;
}

label {
	float: left;
	text-align: left;
	margin-right: 0px;
	width: auto;
	padding-top: 0px;
	font-size: 1.0em;
	clear: left;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
