body {
	background:		url('img/bg.png') repeat;
	font-family:		verdana, arial, sans-serif;
	font-size:		11px;
}

#frame_top {
	width:			780px;
	height:			210px;
	background:		url('img/frame_top.png') no-repeat;
}
#frame_mid {
	width:			100%;
	background:		url('img/frame_mid.png');
	padding:		0px 70px 0px 70px;
}
#frame_bottom {
	width:			100%;
	height:			122px;
	background:		url('img/frame_bottom.png');
}
a {
	text-decoration:	underline;
	color:			#003588;
}
a img {
	border:			0;
}
img {
	border:			0;
	display:		block;
}
li {
	list-style-image:	url('img/bullet.png');
	padding-bottom:		10px;

}
.menu {
	text-decoration:	none;
	padding:		7px 60px;
	color:			white;
	font-weight:		bold;
	font-size:		13px;
	background-color:	#5881d6;
	background-image:	url('img/fade/0.png');
}
.footer {
	text-decoration:	none;
	color:			white;
	font-size:		10px;
}
.footer :hover {
	text-decoration:	underline;
}
.contact {
	width:			260px;
	border:			solid 1px gray;
	margin-bottom:		10px;
}
.captcha {
	width:			130px;
	border:			solid 1px gray;
}
.contact_b {
	margin-top:		10px;
	width:			260px;
	border:			solid 1px gray;

}
.sitemap {
	margin-left:		5px;
	margin-top:		2px;
}

/* messages */
div.msg {
	margin-bottom:		25px;
	margin-top:		25px;
	color:			black;
	font-size:		11px;
}
table.msg {
	padding:		20px;
	background-color:	#eee;
	border:			solid 1px #259;
	margin:			auto;
}

textarea {
	width: 600px;
}
input {
	padding: 5px;
}
