@charset "utf-8";
/* CSS Document */
body
{
	background-color: #AE9E53;
	background-image:url(images/bodybg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	height:100%;
}
.mainContainer
{
	width:1024px;
	height:100%;
	background-image:url(images/mainbg.jpg);
	background-repeat:repeat-y;
	margin-right:20px;
	margin-left:20px;
}
.header
{
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	height:242px;
	width:1024px;
}

.linksDiv
{	
	text-align: left;
	padding-left:55px;
	
}
.leftContainer
{
	width:140px;
	height:300px;
	background-image:url(images/sidebg.jpg);
	background-repeat:no-repeat;
	padding:5px;
	float:right;
	padding:5px;
	margin:10px;
	margin-right:50px;
	text-align: center;
}
.contentDiv
{
	margin-right:50px;
	margin-bottom:20px;
	margin-left:30px;
	padding:15px;
	text-align: left;
}
.jklein
{
	width:1024px;
	background-color: #AE9E53;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
