html, body {
	margin: 0;
	padding: 0;
	background: #3c6378 url(/images/bg.gif) repeat-x top;
}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#top {
	float: left;
	width: 950px;
	height: 120px;
	background: url(/images/top.gif);
}

#main {
	width: 950px;
	background: url(/images/bg_main.gif);
}

#menu {
	background: url(/images/menu.gif);
	float: left;
	margin-left: 14px;
	width: 182px;
	height: 200px;
	display: inline;
}

#menu img {
	display: block;
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}

#menu_text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
}

#banner {
	background: url(/images/banner.gif);
	float: left;
	margin-right: 14px;
	display: inline;
	width: 738px;
	height: 200px;
}

#shadow {
	background: url(/images/shadow.gif);
	float: left;
	width: 920px;
	height: 15px;
	margin: 0 14px 0 14px;
	font-size: 1px;
	line-height: 1px;
	display: inline;
}

#content {
	float: left;
	width: 620px;
	padding: 0 53px 30px 53px;
	margin-left: 14px;
	display: inline;
}

#content h1 {
	margin: 15px 0 0 10px;
}

#content p {
	font: 11px Tahoma;
	line-height: 18px;
	color: #494949;
}

#menu_right {
	background: url(/images/menu_right.gif);
	float: left;
	width: 194px;
	margin-right: 14px;
	display: inline;
}

#menu_right p {
	margin: 0;
	padding: 0 0 0 5px;
	font: 11px Tahoma;
	color: white;
}

#contact_top {
	background: url(/images/contact_top.gif);
	width: 177px;
	height: 116px;
	font: 11px Tahoma;
	line-height: 15px;
	letter-spacing: 0;
	padding: 52px 0 0 17px;
	color: white;
}

#contact_bottom {
	background: url(/images/contact_bottom.gif);
	width: 194px;
	height: 32px;
}

#bottom {
	background: url(/images/bottom.gif);
	float: left;
	width: 950px;
	height: 35px;
	font: 10px Tahoma;
	color: #a7afb3;
	text-align: center;
}

.title {
	margin: 10px 20px;
}

fieldset {
	border-top: 2px solid #0a2637;
	border-bottom: 2px solid #c9cfd3;
	border-left: 0;
	border-right: 0;
	background: url(/images/pf.gif) bottom repeat-x;
	margin: 10px;
}

fieldset h1 {
	margin: 0;
	font: bold 16px Arial;
	color: #0a2637;
}

fieldset p {
	margin: 0;
	padding: 5px 0 0 200px;
}

legend {
	font: bold 14px Arial;
	color: #0a2637;
}

fieldset a {
	text-decoration: none;
}

fieldset a img {
	float: left;
	border: 2px solid #c9cfd3;
	margin: 15px;
}

.clear {
	clear: both;
}
a img{
	border:0;
}
