@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}

img {
	border:0px;
}

div.outter_container {
	width:995px;
	height:auto;
	background-color:#FFFFFF;
}

div.navigation {
	width:995px;
	height:45px;
	vertical-align:top;
}

div.header {
	width:995px;
	/*height:435px;*/
	vertical-align:middle;
	text-align:center;
}

div.body {
	width:995px;
	height:auto;
}

#boxtop {
	background-image: url(images/top.jpg);
	background-repeat:no-repeat;
	margin-left:72px;
	margin-top:0px;
	width: 851px;
	height: 58px;
	border:thin;
	position:relative;
}

#boxmiddle {
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
	height:auto;
	margin-left:72px;
	margin-top:-12px;
	width: 851px;
	text-align: left;
	position:relative;
}

#boxbottom {
	background-image: url(images/bottom.jpg);
	background-repeat:no-repeat;
	margin-left:72px;
	margin-top:-16px;
	width: 851px;
	height: 68px;
}

div.content {
	margin-left:50px;
	width: 756px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
}

a:link {
	color: #399;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C60;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.contenttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
}

