@charset "utf-8";
body {
	background-image: url(../images/layout.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-color:#993300;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	
}

#news-ticker {
	position:absolute;
	top:0;
	left:20px;
	width:98%;
	z-index:10;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	}
#news-ticker a {
	color:#FF0000;
	text-decoration:none;
	margin-right:50px;
	}
.date {
	color:#009900;
	font-weight:bold;
	}

#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 750px;
	text-align: left;
	position:relative;
	top:10px;
}
#header {
	margin:0;
	}
#nav {
	width: 100%;
	float: left;
	margin-top: 40px;
}#nav img {
	margin-right: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	padding: 10px;
	width: 980px;
	float: left;
	height: 475px;
	margin-top: 15px;
	color: #000000;
	position: relative;
}
#rotation {
	background-color: #000000;
	height: 470px;
	width: 720px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}
#content {
	position: absolute;
	height: 470px;
	width: 290px;
	left: 430px;
	top: 10px;
	z-index: 10;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat;
}
#flyer {
	position: absolute;
	top: 150px;
	left: 30px;
}

#content-inner {
	padding: 10px;
	color: #FFFFFF;
	overflow:auto;
	height:450px;
}
#content-inner p {
	font-weight: bold;
}


#content-inner a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #fff;
	}
#content-inner a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
	}
#content-inner  a img {
	border: none!important;
	border-bottom: 0px;
}


#content h3 {
	font-size:14px;
	font-weight:bold;
	display:inline;
	}
.hr {
	border:0;
	height:1px;
	background:#ffffff;
}

#ads {
	position: absolute;
	height: 470px;
	width: 220px;
	top: 10px;
	right: 10px;
}

#spectext{
margin-top:130px;
padding-left:10px;
}

#spectext h2{
margin-bottom:0px;
padding-bottom:5px;
}

#spectext p{
margin-top:0;
}

#footer {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	position: relative;
}


#social {
	text-align: center;
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-top: 28px;
}
#social img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#newsletter {
	background-color: #963E2C;
	width: 804px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	height: 50px;
	text-align: right;
}
#copy {
	position: absolute;
	width: auto;
	top: 80px;
	right: 0px;
	text-align: right;
	font-size: 9px;
}
form {
	display: inline;
	margin:0;
	padding:0;
}
#form {
	margin-top: 10px;
	margin-right: 5px;
}

.input {
	border:1px solid #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

.go {
	border: 1px solid #FFFFFF;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	width: 3em;
}
#footer a {
	font-weight:bold;
	color:#fff;
	text-decoration: none;
}
#footer a:hover {
	font-weight:bold;
	color:#fff;
	text-decoration: underline;
}


/* this page declarations */	
#wrapp {
width: 760px;
text-align: left;
font: normal 1em Arial;
margin: 0 auto;
padding: 0;
color: black;
}
#wrapp h1 {font: bold 1.1em Arial; margin: 1.2em 0 0.5em 0; padding: 0;}
.gnb {
width: 740px; 
margin: 20px 0 3px 0; 
background: #f0f1f1 url(gnb_bg.gif) left top repeat-x 
}
.gnb h3{
font: normal 9px/14px Arial;
text-align: right;
margin: 0 10px 0 0; 
padding: 0
}
#wrapp p{font: normal 0.9em Arial; margin: 1em 0; padding: 0;}
#wrapp h2 {font: bold 1em Arial;}

code {
width:93%;	
font: normal 11px 'Courier New', Courier, Fixed;
color: #000;
display: block;
padding: 1em;
margin: 1em 0;
background-color: #eee;
border: 1px solid #d3d3d6;
border-left-width: 5px;
white-space: pre;
overflow-x: auto;
}




/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border: 0px solid #000;
background: transparent; 
width: 100%; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 0px;
width: 100%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 0;
	font: bold 20px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: transparent;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: bold 20px Verdana;
	margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

.pics {  padding:0; margin:0; overflow: hidden }
.pics img {  padding: 0px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }


.gallerythumb {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #000000;
}
