body {
	padding:0;
	margin:0;
	background:url(../images/background.png) center;
}
#wrapper {
	width:900px;
	margin:0 auto;
	margin-top:10px;
}
#title {
	background:url(../images/title.png) no-repeat;
	height:38px;
	width:300px;
	margin-top:10px;
	float:left;
}
.general {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #202327;
    font-size: 11px;
    text-shadow: #ebeced 0 1px 0;
	letter-spacing:1px;
}
.nav {
	width: 240px;
	height: 30px;
	background: url(../images/nav.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: 210px;
	top:10px;

}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 30px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
.nav .home a:link, .nav .home a:visited {left: 0px; width: 80px;}
.nav .home a:hover, .nav .home a:focus { background: url(../images/nav.png) no-repeat 0px -30px;}
.nav .home a:active { background: url(../images/nav.png) no-repeat 0px -30px;}
.current-home .home a:link, .current-home .home a:visited { background: url(../images/nav.png) no-repeat 0px -30px; cursor: default;}
.nav-home, .nav-home-click { position: absolute; top: 0; left: 0px; width: 80px; height: 30px; background: url(../images/nav.png) no-repeat 0px -30px;}
.nav .about a:link, .nav .about a:visited { left: 80px; width: 80px;}
.nav .about a:hover, .nav .about a:focus { background: url(../images/nav.png) no-repeat -80px -30px;}
.nav .about a:active { background: url(../images/nav.png) no-repeat -80px -30px;}
.current-about .about a:link, .current-about .about a:visited { background: url(../images/nav.png) no-repeat -80px -30px; cursor: default;}
.nav-about, .nav-about-click { position: absolute; top: 0; left: 80px; width: 80px; height: 30px; background: url(../images/nav.png) no-repeat -80px -30px;}
.nav .contact a:link, .nav .contact a:visited { left: 160px; width: 80px;}
.nav .contact a:hover, .nav .contact a:focus { background: url(../images/nav.png) no-repeat -160px -30px;}
.nav .contact a:active { background: url(../images/nav.png) no-repeat -160px -30px;}
.current-contact .contact a:link, .current-contact .contact a:visited { background: url(../images/nav.png) no-repeat -160px -30px; cursor: default;}
.nav-contact, .nav-contact-click { position: absolute; top: 0; left: 160px; width: 80px; height: 30px; background: url(../images/nav.png) no-repeat -160px -30px;}

#ribbon {
	background:url(../images/ribbon.png) no-repeat;
	width:900px;
	height:69px;
	float:left;
	margin-top:10px;
	text-align:center;
}
#ribbon p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #f0f7f7;
	letter-spacing:1px;
    text-shadow: #002c47 0 1px 0;
	width:800px;
	margin:0 auto;
	margin-top:12px;
}
#news {
	background:url(../images/news.png) no-repeat;
	height:33px;
	width:900px;
	float:left;
	margin-top:10px;
	padding:0px;
}
.rss {
	border:0 none;
	float:right;
	margin-right:8px;
	margin-top:4px;
}
#frame {
	background:url(../images/frame.png) no-repeat;
	width:901px;
	height:394px;
	position:absolute;
	left: 50%;
	margin-left: -450px;
	z-index:1000;
	margin-top:185px;
}
#glow {
	background:url(../images/glow.png) no-repeat;
	width:900px;
	min-height:100px;
	float:left;
	margin-top:270px;
	text-align:center;
}
#glow p {
	width:900px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #202327;
    font-size: 11px;
    text-shadow: #ebeced 0 1px 0;
	letter-spacing:1px;
	margin-top:10px;
}
#glow p a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006cd0;
    font-size: 11px;
    text-shadow: #ebeced 0 1px 0;
	text-decoration:underline;
}
#glow p a:hover {
	text-decoration:none;
}
#news ul {
	padding:0;
	margin:0;
}
#news ul li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #202327;
    font-size: 11px;
    text-shadow: #ebeced 0 1px 0;
	letter-spacing:1px;
	width:800px;
	list-style:none;
	float:left;
	margin-top:8px;
	margin-left:20px;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;

}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(../images/loading.gif) no-repeat 50% 50%;
	float:left;
	width:883px;
	height:374px;
	margin-top:24px;
	margin-left:9px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider .nivo-controlNav {
	position:absolute;
	bottom:-253px; /* Put the nav below the slider */
	margin-left:-9px;
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:11px;
	background:url(../images/mini.png) no-repeat;
	padding:9px;
	height:99px;
	width:98px;
}
