@import url("reset.css");

/* @group page attributes */
body {
	color: #eee;
	font: lighter 10px Georgia, "Times New Roman", Times, serif;
	background: #000 url(../images/bckgrnd_img.jpg) no-repeat fixed right center;
	}
/* @end page attributes */

/* @group page elements */
#apDiv1 {
	position:absolute;
	left:121px;
	top:340px;
	width:79px;
	height:99px;
	z-index:1;
}
#siteContainer {
	background: transparent url(../images/logo.png) no-repeat left top;
	width: 600px;
	height: 600px;
	position: absolute;
	top: 60px;
	left: 30px;
	}
#headerContainer {
	background: transparent url(../images/tag_line.png) no-repeat 136px bottom;
	width: 600px;
	height: 116px;
	}
#contentContainer {
	margin-top: 10px;
	margin-left: -45px;
	}
#contentContainer #contentContainerHeader {
	background: transparent url(../images/content_container_header.png) no-repeat center bottom;
	width: 600px;
	height: 83px;
	}
#contentContainer #articleContainer {
	background: transparent url(../images/content_container_bckgrnd.png) repeat-y 98px top;
	}
#contentContainer #contentContainerFooter {
	background: transparent url(../images/content_container_footer.png) no-repeat 79px top;
	width: 630px;
	height: 83px;
	}
#footerContainer {
	position: absolute;
	bottom: 0;
	}
#footerContainer h6 {
	color: #333;
	font-size: 8px;
	padding-bottom: 3px;
	padding-left: 10px;
	}
/* @end page elements */

/* @group page classes */
.clear {
	clear: both;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.article {
	background: transparent url(../images/article_bckgrnd.png) repeat left top;
	margin-top: -5px;
	margin-left: 120px;
	margin-right: 100px;
	padding: 8px;
	}
.article h3 {
	color: #baae7f;
	font-size: 20px;
	display: block;
	}
.articleContent {
	text-indent: 5px;
	}
.articleContent p {
	margin-bottom: 5px;
	}
/* @end page classes */

/* @group form elements */
/* @end form elements */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dedbb8;
}
.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dedbb8;
	margin: 0 30px 0 30px;
}
.small2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dedbb8;
	margin: 0 10px;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin: 0 10px;
}
#upcoming-footer {
	background: url(../images/interface/upcoming-bottom.png) no-repeat;
	height: 31px;
	width: 247px;
}
#upcoming-content {
	background: transparent url(../images/interface/upcoming-bg.png) repeat-y center;
	width: 247px;
}
#upcoming-header {
	background: transparent url(../images/interface/upcoming-top.png) no-repeat center;
	height: 34px;
	width: 247px;
}
#upcoming {
     float:right; 
	 clear:right; 
	 width:247px; 
} 
#menu {
	float:right; 
	width: 100px; 
	height: 200px; 
	margin: 120px 0 0 580px; 
	position: absolute;
}
.links:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dedbb8;
	font-decoration: underline;
	margin: 0 10px;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dedbb8;
	font-decoration: none;
	margin: 0 10px;
}
.links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dedbb8;
	font-decoration: underline;
	margin: 0 10px;
}