body {
	background-color: #300;
	background-image: url("../images/bg.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

table, tr, td, span, div, a  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}

.nwslist, .nwslist a { color: #fff; margin: 7px; padding: 4px; text-decoration: none; }

p { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: justify;
}

.wrap {
	width: 950px;
	margin: auto;
	background-image: url("../images/shadow.png");
	background-repeat:  repeat-y;
	background-position:  center center;
}

alt { visibility:hidden; display: none; }

.container {
	width: 900px;
	margin: auto;
	background-color: #fff;
}

.header {
	height: 75px;
	width: 900px;
	background-image: url("../images/header.jpg");
	position: relative;
}

.topnav {
	width: 165px;
	height: 23px;
	top: 0px;
	right: 0px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	position: absolute;
	color: #fff;
}

.topnav a:link, .topnav a:visited { color: #fff; text-decoration: none }
.topnav a:hover { font-weight: bold; }

.slideshow {
	height: 250px;
	width: 900px;
	position: relative;
	background-color: #ccc;
}

.mainnav {
	height: 40px;
	width: 900px;
	background-color: #000;
}

.navitem , .navitem ul img {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navitem li { float:left }

a img { border:none }

.newsbox {
	z-index: 1000;
	width: 250px;
	height: 250px;
	background-color: #000;
	top:0px;
	left: 25px;
	position: absolute;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;

}

.frontcontent {
	width: 900px;
	background-color: #fff;
	position: relative;
}

.contentarea {
	width: 855px;
	margin: auto;
	position: relative;
}

/* default content */

.section {
	width: 285px;
	height: 285px;
	float: left;
	position:relative;
}
p img { border: 1px solid black }

.sector {
	width: 255px;
	height: 240px;
	position: absolute;
	top: 15px;
	left: 15px;
}
/* footer */

.footer {
	margin:auto;
	width: 950px;
	height: 45px;
	background-image: url("../images/footer.png");
}

.reflection {
	width: 950px;
	height: 122px;
	margin:auto;
	background-image:url(../images/reflection.jpg);
}

/* content column */

.leftside {
	width: 220px;
	height: 400px;
	float: left;
	position: relative;
	padding: 15px;
	background-image: url(../images/leftshades.jpg);
	background-repeat:no-repeat;
	background-position: 95% 10%;
}

.contentinside {
	width: 575px;
	float: left;
	padding: 15px;
}

.leftmenu, .leftmenu li a, .leftmenu li a:visited {
	text-decoration: none;
	color: #000;
}

.leftmenu li a:hover {
	font-weight: bold;
}

.imgs img { border: none }

.link {
	font-family: Trebuchet MS;
	font-size: 13px;
	text-decoration: none;

}