* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000000 url(images/pageBackground.jpg) no-repeat right bottom;
	color: #aaaaaa;
}
a {
	color:#82ce0b;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#82ce0b;
	font-size:12px;
	text-decoration:none;
}
.logo {
	color:#82ce0b;
	font-size:60px;
	font-style:italic;
}
.author {
}
h1 {
	color:#82ce0b;
	font-size:18px;
	font-weight:bold;
}
h2 {
	color:#4cb4d6;
	font-size:14px;
	font-weight:bold;
}
#container {
	width: 850px;
	min-height:668px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 30px;
} 
#header { 
}
.column {
	width:178px;
	background:url(images/columnBackground.png) repeat-y left top;
	float:right;
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 0;
	margin-left: 11px;
} 
.column p {
	padding:5px 20px 5px 20px;
}
.column h2 {
	padding:15px 20px 5px 20px;
}
.column .sitePic img {
	margin:10px 20px;
	border:1px solid #4cb4d6;
}
.column .details {
	padding:10px 20px;
	text-align:right;
}
.column .details img {
	padding-right:5px;
}
.columg .details a {
	color:#82ce0b;
	text-decoration:underline;
}
.mainContent {
	background:url(images/contentBackground.png) repeat-y;
	padding:20px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footer {
	padding:20px 0;
	text-align:center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*MAIN MENU*/
#navcontainer {
	padding:20px 0 70px 0;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background: url(images/menuBackground.jpg) repeat-x left top;
	color: White;
	float: left;
	width: 100%;
	height:51px;
}
#navcontainer ul li { 
	display: inline;
	color:#5f9608;
}
#navcontainer ul li a {
	padding:12px 31px 0 30px;
	background: url(images/menuBackground.jpg) repeat-x left top;
	color: #5f9608;
	text-decoration: none;
	float: left;
	font-size:24px;
}
#navcontainer ul li a:hover {
	background: url(images/menuActive.png) repeat-x left top;
	color: #fff;
	height:51px;
}
#navcontainer #active a {
	background: url(images/menuActive.png) repeat-x left top;
	color: #fff;
	height:51px;
}
