@charset "utf-8";
/************************ COLOR CODES
Beige: #eed7af
Dark Blue: #206781
Light Blue: #33a8d9
Logo Grey: #6c6c6c
Link Hover: #036b8d

*******************************************/ 

body, html {
	margin:0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}
	
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;	
}
#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 800px;
}
#logo {
	background-image: url(../images/logo_website.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 300px;
}

#social {
	margin-top: 10px;
	padding: 0;
	height: 30px;
	width: 800px;
	text-align:right;
}
#social .logo {
	margin-right: 1em;
}
#main_navig {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 100px;
	width: 500px;
	background-image: url(../images/navig_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#main_navig ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:right;
	position: absolute;
	margin-top: 75px;
	margin-left: .5em;
}
#main_navig li {
	float: left;
}

#main_navig li a:link, #main_navig li a:visited {
	padding: .1em .4em;
	display: block;
	font-family: "Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #206781;
	text-decoration: none;
	line-height: 1.2em;
	margin-left: 0.5em;
}

#main_navig li a:hover {
	color:#FFF;
	background-color: #206781;
}

#main_navig li a.current, #main_navig li a.current:hover, #main_navig li a.current:active {
	color:#FFF;
	background-color: #206781;
	cursor: default;
}
	


#main_content {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align: center;
}
#inner_content {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 800px;
}
#articles {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 299px;
	margin-top: 5px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#on_art_holder {
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 299px;
}

#articles ul li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: .9em;
	text-decoration: none;
	display:block;
	text-align:left;
	margin-left: 1em;
	margin: 0 0 0 10px;
}
#articles ul li a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: .9em;
	text-decoration: none;
	display:block;
	text-align:left;
	margin-left: 1em;
	padding-left: 25px;
	margin: 0 0 0 10px;
	color: #333;
	line-height: 1.8;
	background:url(../images/art_bullet.gif) no-repeat left center;
}


#articles ul li a:hover {
	color:#09F;
}
	

#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 30px;
	width: 800px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #CCC;
}


#news {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
}
h6 {
	font-family: "Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	font-size: 1.6em;
	color: #333;
	text-align: left;
	background-image: url(../images/news_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style:italic;
	font-weight: normal;
	color:#999;
	text-align:left;
	margin-right: 2em;
	line-height:2.5;
	margin-left: 45px;
	padding-left: 45px;
	background:url(../images/quote.gif) no-repeat left center;
}
h4{ 
	text-align:left;
	font-family:"Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	font-size: 1em;
	color:#666;
	line-height: 1.2;
	font-weight:normal;
}
h4 a:link, h4 a:visited {
	text-align:left;
	font-family:"Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	font-size: 1em;
	color:#666;
	line-height: 1.2;
	text-decoration:none;
}
h4 a:hover {
	color:#039;	
	text-decoration: underline;
}
h2 {
	font-size: 2em;
	font-family: "Courier New", Courier, monospace;
	color: #999;
}

.author {
	font-weight:normal;
	font-style:italic;
	color:#000;
	margin-left:25px;
}

.subheading {
	color:#206781;
	font-size: .9em;
}
	
#schedule {
	padding: 0px;
	height: 45px;
	width: 800px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/schedule.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#now {
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 4px;
	float: right;
	height: 36px;
	width: 100px;
}

p {
	font-family:"Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.4;
	color:#333;
	text-align:left;
}

p .news_date {
	font-family:"Courier New", Courier, monospace;
	font-size: 1.1em;
	color: #A6AAC6;
	text-align:left;
	padding-right: 5px;
	line-height: 1;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #600;
}

p a:link, p a:visited {
	color:#666;
	text-decoration: none;
}
p a:hover {
	color: #036b8d;
}

#footer p {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .7em;
	line-height: 1.4;
	color:#999;	
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #000;
}

