html {
	height: 100%;
}

body {
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-color: #DDE0EA;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Verdana;
	min-height: 100%;
}

input, textarea {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	color: #222222;
	border: 1px solid #49719F;
}

#container {
	width: 778px;
	padding-top: 70px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 778px;
	background-image: url(img/content_bg.gif);
	background-repeat: repeat-y;
}

#header {
	width: 778xp;
	height: 54px;
}
#header img { width: 778xp; height: 54px; border-style: none; }

#top {
	width: 778xp;
	height: 133px;
	background-image: url(img/top.jpg);
}

#navigation {
	width: 778px; 
	height: 33px; 
	margin: 0px; 
	padding: 0px; 
	position: relative; 
}
#navigation li {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 558px;
	top: 0px;
	width: 127px;
}
#navigation a { display: block; }
#navigation img { border-style: none; }
#navigation .nav_1 {
	top: 0px;
	left: 0px;
	width: 122px;
	height: 33px;
}
#navigation .nav_2 {
	top: 0px;
	left: 145px;
	width: 63px;
	height: 33px;
}
#navigation .nav_3 {
	top: 0px;
	left: 208px;
	width: 165px;
	height: 33px;
}
#navigation .nav_4 {
	top: 0px;
	left: 373px;
	width: 185px;
	height: 33px;
}
#navigation .nav_5 {
	top: 0px;
	left: 686px;
	width: 92px;
	height: 33px;
}

#content {
	width: 778px;
	background-image: url(img/content_bg2.jpg);
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-bottom: 22px;
	position: relative; 
}

#text_bg {
	margin-left: 224px;
	margin-right: 7px;
	background-color: #E4E7EC;
	background-image: url(img/lt_corner.gif);
	background-repeat: no-repeat;
}

#text {
	background-image: url(img/lb_corner.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding: 20px;
	color: #383C42;
	font-size: 11px;
	text-align: left;
}
#text td {  font-size: 11px; }
#text .td_left { color: #383C42; text-align: right; }
#text h1 { color: #49719F; font-weight: bold; font-size: 12px; padding-top: 7px; padding-bottom: 7px; margin: 0px; }
#text h2 { color: #FF6600; font-weight: bold; font-size: 12px; padding-top: 7px; padding-bottom: 7px; margin: 0px; }
#text p { padding-top: 7px; padding-bottom: 7px; margin: 0px; }
#text ul { padding-left: 10px; margin-left: 10px; padding-top: 2px; margin-top: 2px; margin-bottom: 13px; padding-bottom: 0px; }
#text .ul_narrow { width: 300px; }
#text li { margin-bottom: 0px; padding-bottom: 5px; margin-top: 0px; padding-top: 0px; }
#text .goup { text-align: right; color: #49719F; font-size: 10px; font-weight: bold; }
#text a:link, #text a:active, #text a:visited { color: #49719F; text-decoration: underline; }
#text a:hover { color: #600819; text-decoration: underline; }
#text #contact_form { padding-top: 0px; margin-top: 13px; }
#text img { border: 1px solid #4B71A0; }

#left_image {
	width: 217px;
	height: 124px;
	position: absolute;
	left: 7px;
	top: 75px;
}

#footer {
	width: 778xp;
	height: 40px;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-color: #DDE0EA;
	color: #383C42;
	font-size: 11px;
	padding-top: 13px;
	padding-left: 280px;
}
#footer a:link, #footer a:active, #footer a:visited { color: #49719F; text-decoration: underline; }
#footer a:hover { color: #600819; text-decoration: underline; }

