@charset "utf-8";
/* CSS Document */
body
{
	background-color: #666;
	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;

}
.header
{
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	height:313px;
	width:1024px;
}
.sprypadding
{
	margin-left:20px;
	padding-left:50px;

}

.linksDiv
{	
	text-align: left;
	padding-left:55px;
	width:100px;
	
}
.contentDiv
{
	width:580px;
	margin-right:40px;
	margin-bottom:20px;
	margin-left:50px;
	padding:2px;
	text-align: left;
}

.noright
{
	width:800px;
	margin-right:120px;
	margin-bottom:20px;
	margin-left: 50px;
	padding:2px;
	text-align: left;
}
.right
{
	width:360px;
	float:right;
	margin-right:20px;
	height:486px;
	background-image:url(images/thinker.png);
	background-repeat:no-repeat;
}

.jklein
{
	width:1024px;
	background-color: #666;
	background-image:url(images/bottombg.jpg);
	ba
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

