
@charset "UTF-8";
/* CSS Document */


@import url("reset.css");

/* --------------Main Body------------------ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	margin-top: 30px;
	margin-bottom: 30px;
}

#container {
	width: 901px;
	margin: auto;
}

#title {
	float: left;
	height: 39px;
	width: 201px;
	margin-top: 2px;
}

#maincontent {
	margin-top: 40px;
	margin-left: auto;
	margin-right:auto;
}
.content-top {
	float: left;
	height: 34px;
	width: 901px;
	background-image:url(../images/content_top.png);
}
.content-middle {
	float: left;
	width: 901px;
	background-image: url(../images/content_center.png);
	background-repeat: repeat-y;
}
.content-bottom {
	float: left;
	height: 34px;
	width: 901px;
	background-image:url(../images/content_bottom.png);
}
#sidebar {
	float: left;
	width: 270px;
	margin-left: 10px;
	margin-left: 10px;
}
#contentright {
	float:right;
	width: 590px;
	margin-left: 10px;
	margin-right: 10px;
}
.flasharea {
	width: 557px;	
	height: 255px;
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
	background-image:url(../images/main_flash_area.png);
}
.homeswf {
	width: 532px;
	height: 216px;
	margin-left: 14px;
}
.upcoming li {
	background-image: url(../images/bullet.png);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
	background-position: left 6px;
}
#footer {
	clear: both;
	text-align: center;
	margin: auto;
	padding-top: 20px;
}

/* ---------------Navigation---------------- */

#navigation {
	width: 901px;px;
	height: 68px;
	margin: auto;
	margin-top:20px;
}

.navigation li {
	float:left;
	width: 159px;
	display: block;
	list-style-type: none;
}

.navigation li a {
	float: left;
	display: block;
	height: 68px;
	text-indent: -9999px;
}

li.home a {
	width: 159px;
	background-image:url(../images/home.png);
	background-position: top left;
	background-repeat: no-repeat;
}
li.pictures a {
	width: 159px;
	background-image:url(../images/pictures.png);
	background-position: top left;
	background-repeat: no-repeat;
}
li.videos a {
	width: 159px;
	background-image:url(../images/videos.png);
	background-position: top left;
	background-repeat: no-repeat;
}
li.downloads a {
 	width: 159px;
 	background-image:url(../images/downloads.png);
 	background-position: top left;
	background-repeat: no-repeat;
}
li.contact a {
	width: 159px;
	background-image:url(../images/contact.png);
	background-position: top left;
	background-repeat: no-repeat;
}


li.home a:hover {
	width: 159px;
	background-image:url(../images/home.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
li.pictures a:hover {
	width: 159px;
	background-image:url(../images/pictures.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
li.videos a:hover {
	width: 159px;
	background-image:url(../images/videos.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
li.downloads a:hover {
	width: 159px;
	background-image:url(../images/downloads.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
li.contact a:hover {
	width: 159px;
	background-image:url(../images/contact.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.upcoming li h1 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #0C6;
	font-size: 24px;
	font-weight: bold;
}
h2 a {
	font-family: Verdana, Geneva, sans-serif;
	color: #0C6;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
h2 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-decoration: line-through;

