@charset "utf-8";
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/conMid.png);
	background-repeat: repeat-y;
}
#conTop {
	height: 20px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/conTop.png);
}
#conBot {
	background-image: url(../images/conBot.png);
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
}


#header {
	background-image: url(../images/headerBack.png);
	background-repeat: repeat-x;
	height: 110px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: center;
	z-index: 10;
	margin-top: 0px;
}

#title  {
	width: 800px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#title h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	margin-left: 65px;
}
#title img {
	float: left;
	margin-top: 0px;
}
#nav {
	width: 350px;
	margin-left: 25px;
	margin-right: auto;
	margin-top: 0px;
	float: right;
	text-align: center;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#nav  li  {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	width: 160px;
	height: 30px;
	background-image: url(../images/nav.png);
	padding-top: 5px;
	background-repeat: no-repeat;
}
#nav a {
	margin: 0px;
	padding: 0px;
}

#flasher {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

#cont {
	padding: 10px;
}
#first {
	height: 170px;
	padding: 10px;
	z-index: 0;
	clear: none;
}
#footer {
	font-size: 10px;
	text-align: center;
	clear: both;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/tile.png);
	background-repeat: repeat;
}
h2 {
	margin: 0px;
}
a:visited {
	color: #CC3300;
}
.rightImg {
	float: right;
}
