/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #F0BC11  url('images/body_bg.jpg') repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
#page-container {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
h1 {
	color: #006CFF;
}
	

/*==============================
	LANGUAGES SECTION
===============================*/
#top {
	height: 40px;
	padding: 0;
	margin: 0;
}
#top p {
	margin-top: 20px;
	text-align: right;
}
#top a:link,
#top a:active,
#top a:visited {
	text-decoration: none;
	color: #000000;
}
#top a:hover {
	text-decoration: underline;
}
#top p span {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/*==============================
	LOGO SECTION
===============================*/
#logo {
	text-align: left;
	padding: 0;
	margin: 0;
	height: 110px;
}
#logo img {
	margin-left: 50px;
	border: 0;
}
#logo h2 {
	padding: 0;
	margin: 0;
	padding-right: 3500px;
	padding-top: 70px;
	float: right;
	font-family: Georgia;
	font-style: italic;
	color: #B78F0B;
}
/*==============================
	MENU SECTION
===============================*/
#menu {
	height: 67px;
	background: url('images/menu.jpg') no-repeat;
}
#menu p {
	color: #fff;
	padding-top: 20px;
	font-size: 20px;
	font-weight: bold;
}
#menu a:link,
#menu a:active,
#menu a:visited {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #F0BC11;
}
	
/*==============================
	HEADER SECTION
===============================*/
#header {
	background: url('images/header.jpg') no-repeat;
	height: 254px;
	margin: 0;
	padding: 0;
}
/*==============================
	CONTENT SECTION
===============================*/
#content {
	background: #fff;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	text-align: justify;
}
#content #text {
	margin: 0 400px 0 30px;
	color: #8A8A89;
	font-size: 13px;
	line-height: 1.6em;
}
#content #text h1 {
	color: #E99322;
	font-size: 18px;
}
#content #text a:link,
#content #text a:active,
#content #text a:visited {
	color: #E99322;
	text-decoration: none;
}
#content #text a:hover {
	color: #E99322;
	text-decoration: underline;
}
#content #text ul li {
	list-style-type: circle;
	padding-bottom: 10px;
}
#content #text ul li .fields {
	font-weight: bold;
}
/*==============================
	QUOTE SECTION
===============================*/
#content #quote {
	float: right;
	width: 310px;
	height: 270px;
	margin: 15px 30px 0 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #BB5C15;
	background: #E99322;
	color: #fff;
}
#content #quote .form {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 67px;
}
/*==============================
	CLEARER SECTION
===============================*/
#content #clearer {
	clear: both;
	height: 19px;
	background: #fff url('images/bottom.jpg') no-repeat;
	
}
/*==============================
	FOOTER SECTION
===============================*/
#footer p {
	margin: 3px 0 5px 0;
	padding: 0;
}
#footer p span {
	float: right;
	margin-right: 5px;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}	