@charset "utf-8";
/* CSS Document */

body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #000000;	

}

body {
	background-image: url(/images/bg.jpg);	
	width: 701px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
}

form {
	display: inline;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #e0e414;
}
a:hover {
	color: #5c5d1b;
}

#footer {
	font-size: 10px;
}
#container {
	background-image: url(/images/layout.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 701px;
	height: 756px;
	text-align: left;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
#logo {
	width: 152px;
	height: 170px;
	padding: 16px 0px 0px 19px;
	margin: 0px;
}
#menu {
	margin: 0px 0px 0px 27px;
	padding: 0px;
	width: 640px;
	height: 65px;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

#menu a:link, #menu a:visited, #menu a:active {
	text-decoration: none;
	color: #000;
	margin: 0px 20px 0px 20px;
}
#menu a:hover {
	color: #666;
}
#bodyContainer {
	width: 600px;
	height: 415px;
	margin: 0px 0px 0px 47px;
	color: #FFF;
}
#bottomMenu {
	width: 600px;
	height: 20px;
	color: #CCC;
	margin: 30px 0px 0px 47px;
	font-size: 8pt;
}
#bottomMenu a:link, #bottomMenu a:visited, #bottomMenu a:active {
	text-decoration: none;
	color: #FFF;
	margin: 0px 5px 0px 5px;
}
#bottomMenu a:hover {
	color: #E2E24D;
}
.bgHome {
	background-image: url(/images/home01.jpg);
	background-repeat: no-repeat;
	background-position: 325px 132px;	
}
.bgAbout {
	background-image: url(/images/about01.jpg);
	background-repeat: no-repeat;
	background-position: 325px 132px;	
}
.bgContact {
	background-image: url(/images/contact01.jpg);
	background-repeat: no-repeat;
	background-position: 325px 132px;	
}
#bodyHeader {
	font-size: 16pt;
	float: left;
	width: auto;
	background-color: #000;
	padding: 0px 15px 0px 0px;
}
#bodyHeaderLine {
	float: left;
	width: 600px;
	background-image: url(/images/line.jpg);
	background-position: center;
	background-repeat: repeat-x;
	height: 30px;	
}
#bodyContent {
	clear: both;
	width: 600px;
	height: 375px;
	padding-top: 10px;
	line-height: 16pt;
	overflow: auto;
}
#bodyContentLeft {
	width: 280px;
	float: left;
	padding-right: 60px;
}
#bodyContentRight {
	width: 260px;
	float: left;
}
.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: #cccc2d 1px solid;
	height: auto;
	width: 275px;
	margin-bottom: 10px;
}
.field textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: #cccc2d 1px solid;
	height: auto;
	width: 275px;
	margin-bottom: 10px;
}
