@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../images/bg.png);
}
#header {
	background-image: url(../images/topBar.png);
	height: 162px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.navigation {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#botNav {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#topNav {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-image: url(../images/logo.png);
	height: 162px;
	width: 452px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	float: left;
}
#slides {
	float: right;
	height: 120px;
	width: 450px;
	margin-top: 20px;
	margin-right: 30px;
}
#stage {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#sTop {
	background-image: url(../images/sideTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	width: 309px;
}
#sBot {
	background-image: url(../images/sideBot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
	width: 309px;
}
#sBAr {
	width: 309px;
}
#contentWrap {
	padding-right: 12px;
	padding-left: 7px;
}
#sideWrap {
	padding-right: 12px;
	padding-left: 7px;
}
#page {
	background-image: url(../images/mainMid.png);
	background-repeat: repeat-y;
	width: 641px;
}
.partial {
	margin: 0px;
	float: left;
}
.full {
	margin: auto;
	float: none;
}

#mTop {
	background-image: url(../images/mainTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 641px;
}
#mBot {
	background-image: url(../images/mainBot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	width: 641px;
}
#content {
	width: 641px;
}
#side {
	background-image: url(../images/sideMid.png);
	background-repeat: repeat-y;
	float: right;
	width: 309px;
}
.navigation ul {
	list-style-type: none;

}

.navigation li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;

}

.navigation a, .navigation a:visited, .navigation a:active {
	color: #000000;
	text-decoration: none;

}

.navigation a:hover {
	color: #8C0F00;

}
#modal{
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 2000;
	background-color: #111111;
	background-image: url(../images/imgCloser.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 25px 4px 4px 4px;
	-moz-border-radius: 4px;
	border: solid 1px #cccccc;	
}
#modal:hover{
	cursor: pointer;
}
