@CHARSET "ISO-8859-1";

a:link    {color:#269400;}
a:visited {color:#228101;}

body {
	background: url(../images/bg.png) repeat;
	font-family: Arial, Helevtica, sans-serif;
	color: #fff;
}

#container {
	width: 1000px;
	margin: 0px auto;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 1000px;
}

#navigation {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	clear: both;
	padding: 5px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	clear: both;
	text-align: justify;
}

.box {
	margin: 5px 0px;
}

.box_top {
	height: 22px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.box_top_right {
	float: left;
	width: 22px;
	height: 22px;
	background: url(../images/box_topright.png) no-repeat top right;
}

.box_top_left {
	float: left;
	width: 22px;
	height: 22px;
	background: url(../images/box_topleft.png) no-repeat top left;
}

.box_top_mid {
	float: left;
	height: 22px;
	background: url(../images/box_top.png) repeat-x;
}

.box_middle {
	background: #003b65;
	border-left: 5px solid #002f59;
	border-right: 5px solid #002f59;
	padding: 0px 5px;
	margin: -16px 0px;
	clear: both;
}

.box_bottom {
	height: 22px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.box_bottom_right {
	float: left;
	width: 22px;
	height: 22px;
	background: url(../images/box_bottomright.png) no-repeat bottom right;
}

.box_bottom_left {
	float: left;
	width: 22px;
	height: 22px;
	background: url(../images/box_bottomleft.png) no-repeat bottom left;
}

.box_bottom_mid {
	float: left;
	height: 22px;
	background: url(../images/box_bottom.png) repeat-x;
}

#gallery {
	margin: 0px auto;
	width: 780px;
	clear: both;
}

#footer {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#footer p {
	font-size: 9pt;
}
