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

body {
	margin:0px;
	text-align:center;
	width:100%;
	height:auto;
	padding:0px;
	background-image: url(vert_blue_bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}

#content {
	width:1000px;
	height:auto;
	margin:0px auto;
	text-align:left;
	padding:0px;
}

#art_box {
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	margin-left:140px;
	float: left;
	width: 660px;
	height:auto;
	background-image:url(../bg.jpg);
	background-repeat:repeat-y;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
}

#nav_box {
	float:left;
	width:330px;
	height:auto;
}

#header {
	float:left;
	width:984px;
	height:407px;
	margin-left:8px;
	padding-left:0px;
	background-image:url(header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#menu_horizontal {
	position:absolute;
	top:370px;
	width:984px;
	height:auto;
}

#menu_vertical {
	float:left;
	margin-left:20px;
	padding:10px;
	width:170px;
	height:auto;
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#000033;
	border-style:solid;
}

#icon {
	width:200px;
	height:auto;
	margin-left:10px;
	padding:0px;
	float:right;
}

#text {
	float:left;
	width:445px;
	height:auto;
	margin-left:100px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	padding:24px;
}

#footer {
	clear:both;
	float:left;
	width:984px;
	height:136px;
	margin-left:8px;
	padding-left:0px;
	background-image:url(footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
