body {
	background: #316597;
	background-image: url('/website/images/background.png');
	background-repeat: repeat-x;
	margin: 0;
	min-width: 780px;
	font-size: 16px;
}

#main_container {
	background-image: url('/website/images/background_water.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#header {
	background-image: url('/website/images/background_header.png');
	background-repeat: repeat-x;
	height: 15px;
}

#content {
	background-image: url('/website/images/background_watermark.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 780px;
	min-height: 650px;
	margin: 0 auto;
}

#navbar {
	background: transparent;
	width: 780px;
	height: 35px;
	position: relative;
}

#navigation {
	background: transparent;
	height: 35px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	float: right;
	padding: 0;
	margin-top: -15px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width:auto;
}

#navigation ul li {
	display: block;
	float: left;
	margin: 0;
}

#navigation ul li a {
	display: block;
	float: left;
	color: #2c2e30;
	text-decoration: none;
	padding: 0 0 0 20px;
	height:35px;
}

#navigation ul li a span {
	padding: 12px 20px 0 0;
	height: 35px;
	float: left;
}

#navigation ul li a:hover {
	background: transparent;
	color: #fff;
	background: url('/website/images/navigation_hover.png') repeat-x top left;
}

#navigation ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer;
}

#navigation ul li a.current, #navigation ul li a.current:hover {
	background: transparent;
	background: url('/website/images/navigation_selected.png') repeat top left;
	color: #fff;
	line-height: 250%;
}

#navigation ul li a.current span {
	background: transparent;
	background: url('/website/images/navigation_selected.png') no-repeat top right;
	display: block;
	padding: 0 20px 0 0;
	width: auto;
	height: 35px;
}

#contact {
	width: 390px;
	height: 180px;
	float: left;
	overflow: visible;
	margin: 0;
}

#title {
	width: 390px;
	height: 180px;
	float: left;
	overflow: visible;
	margin: 0;
}

#text {
	background-image: url('/website/images/background_text.png');
	width: 490px;
	float: right;
	overflow: hidden;
	margin: 60px 0 20px 0;
	padding: 0 20px 20px 20px;
}

#bottom_line {
	clear: both;
	background-image: url('/website/images/background_footer.png');
	background-repeat: repeat-x;
	height: 15px;
	width: 100%;
}

#footer {
  background: #2c2e29;
}

p {
	margin: 0;
}

h1 {
	color: #e1e1e0;
	font-family: 'Times New Roman';
	font-size: 3em;
	font-weight: normal;
	text-align: right;
	margin: 5px 0 5px 0;
}

h2 {
	color: #fffffe;
	font-family: 'Times New Roman';
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	margin: 15px 0 3px 0;
}

h3 {
	color: #e1e1e2;
	font-family: 'Arial';
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	margin: 15px 0 3px 0;
}

h3 a:link {color: #2c2e30; text-decoration: none;}
h3 a:visited {color: #2c2e31; text-decoration: none;}
h3 a:hover {color: #e1e1e3; text-decoration: underline;}
h3 a:active {color: #c00; text-decoration: underline;}

h4 {
	color: #fffffd;
	font-family: 'Times New Roman';
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	margin: 15px 0 3px 0;
}

#text p {
	font-family: Arial;
	font-size: 0.8em;
	color: #e1e1e4;
	text-align: justify;
	text-indent: 30px;
}

#text b {
	font-family: Arial;
	font-size: 0.8em;
	font-variant: small-caps;
	color: #e1e1e5;
	text-align: justify;
	text-indent: 30px;
}

#text li {
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	color: #fffffd;
	margin-left: -20px;
}

#text img {
    border-color: #fff;
    border-width: 1px;
}

img.floatLeft { 
    float: left; 
    margin: 3px 5px 3px 0px;
}
img.floatRight { 
    float: right; 
    margin: 3px 0 3px 5px; 
}

#container {
	width: 320px;
	margin: 0 auto;
}

#footer p {padding: 10px; font-family: Arial, sans-serif; font-size: 0.7em; color: #e1e1e6; text-align: center;}
#footer p a:link {color: #e1e1e7; text-decoration: none;}
#footer p a:visited {color: #e1e1e8; text-decoration: none;}
#footer p a:hover {color: #e1e1e9; text-decoration: underline;}
#footer p a:active {color: #c00; text-decoration: underline;}

#contact-area {
	width: 356px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
	color: #e1e1df;
}

#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 350px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	border: 1px solid #2c2e37;
	background: #e1e1e1;
}

#contact-area textarea {
	height: 100px;
}

#contact-area b {
	font-weight: bold;
	color: #c00;
	background: #fff;
	padding: 0 3px 0 3px;
	
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #fffffe;
	background: #fff;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	border-width: 0px;
	background: #000;
	color: #fff;
	cursor: pointer;
}

#contact-area input.submit-button:hover {
	background: #900;
}

label {
	float: right;
	text-align: right;
	margin-right: 7px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#banner {
	position: absolute;
	display: block;
	top: 290px;
	left: 130px;
}