/* Arkitkt 01 - an open source xhtml/css website layout by Scott Benedict--arkitkt.com.
Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.0 (28 Jun 2006) */

@import url("global.css");


body {
     background-color: #CCCC66;
     margin: 0 auto;
     font-size: 1.2em; 
}

#page {
	margin: 0 auto;
	width: 750px;
	position: relative;
	top: 10px;
	background-color: #FFFFFF;
	height: 100px;
}

#header {
     background-image: url(images/header.png);
     width: 750px;
     height: 283px; 
}

#marquee {
	width: 370px;
	left: 363px;
	position: absolute;
	top: 75px;
}

#navbar {
     display: inline;
     float: right;
     position: relative;
     top: 19px;
     width: 100%;
     left: -145px;
     z-index: 1; 
}

#navbar a {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .75em;
}

#navbar a:hover {
     color: #ffff99;
}

#home {
     position: relative;
     width: 75px;
     left: 250px;
     top: -2px; 
}

#news {
     position: relative;
     left: 350px;
     top: 46px;
     width: 75px; 
}

#links {
     position: relative;
     left: 490px;
     top: 96px;
     width: 75px; 
}

#about {
     position: relative;
     top: 120px;
     width: 95px;
     left: 640px; 
}

#contact {
     position: relative;
     left: 790px;
     top:120px;
     width: 75px; 
}

#title {
	color: #ffff66;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	position: relative;
	right: 0px;
	font-size: 1px;
	top: 0px;
	visibility: hidden;
     }

#slogan {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     text-align: right;
     font-size: 1em;
     position: relative;
     right: 40px;
     top: -90px; 
}

#wrapper {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	width: 750px;
	float: right;
}

#content {
     width: 451px;
     position: relative;
     float: left;
     margin-left: 10px;
     font-family: Arial, Helvetica, sans-serif;
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.entrytitle {
     color: #FF9900;
     font-size: 1em;
     padding-bottom: 10px; 
}

.entry {
     font-family: Arial, Helvetica, sans-serif;
     color: #009900;
     text-align: left;
     font-size: 0.7em;
     padding-bottom: 10px; 
}

.entry a {
     color: #650b14;
}

.entry a:visited {
     text-decoration: underline; 
}

.entry a:hover {
     color: #ae7e0f;
}

#submenu {
	width: 217px;
	float: left;
	position: relative;
	height: auto;
	top: -150px;
	z-index: auto;
	text-align: center;
}

#clockpanel {
	width: 200px;
	float: left;
	position: relative;
	height: auto;
	top: 40px;
	z-index: auto;
	left: 8px;
	overflow: visible;
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid#006600;
}


#submenu h3 {
     padding-top: 18px; 
}

.menutitle {
     font-family: Arial, Helvetica, sans-serif;
     color: #FF9900;
     font-size: 14px;
     text-decoration: underline overline;
     text-align: center;
     padding-bottom: 3px; 
}

ul a {
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 13px;
	text-align: center;
	display: marker;
	padding-bottom: 0px;
}

ul a:link {
     color: #009900;
}

ul a:visited {
	color: #009900;
	text-decoration: none;
	letter-spacing: normal;
}

ul a:hover {
	color: #FF9900;
	font-style: normal;
	font-weight: bold;
}

.menuactive {}

li {}

a {}

#footer {
     width: 750px;
     height: 180px;
     background-image: url(images/footer.png);
     clear: both; 
}

.copyright {
	color: #00CC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	position: relative;
	top: 130px;
	left: 25px;
	width: 400px;
}

a:link {}

a:visited {}

a:hover {}

a:active {}
