*{
	margin:0;
	padding:0;
}
html, body{
	background:#CCC url("../images/body/bckgrd.jpg") ;
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	text-align: center;
	min-width:780px;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #0033FF;
}
a:active {
	text-decoration: none;
	color: #006699;
}
#wrapper{
	text-align: left;
	width:774px;
	margin: auto;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

	
}

#header{
	background: url(../images/krasemann_01.jpg) ;
	height:317px;
}

#content{
	background:url(../images/krasemann_07.jpg);
	color:#666666;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	min-height: 100%;
}
#content p{
	padding:5px 15px;
	margin-left:180px;
	margin-right:2px;
}
.subheading{
	font:bolder 14px Arial, Helvetica, sans-serif;
	color: #B68F4A;
}

#images{
	width: 500px;
	/*margin-left: 121px;
	*/margin-right:50px;
	float: right;
	
	}

#navigation {
	height: 233px;
	width: 121px;
	background: url(../images/krasemann_03.jpg);
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 45px;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	float:left;
}

	#navigation a{
		   color: #FFFFFF;
		   text-decoration:none;
		}
	#navigation a:link {
		   color: #FFFFFF;
		   text-decoration: none;
		}
	#navigation a:hover {
			color: #333;
		}

#footer{
	position: absolute;
	width: 780px;
	height:46px;
	background: url(../images/krasemann_10.jpg);
	padding:0px;
}
.footer_text{
	font:9px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}
#repeat{
	margin:10px 10px;
}
.clear{
	clear:both;
	height:0;
	font:0px;
	line-height:0;
}
img.floatLeft { 
	float: left; 
	margin: 4px;
}
img.floatRight {
	float: right;
	margin: 8px;
}
img.floatNone {
	float: none;
	margin: 4px;
}

.img_border {
	border: .1em solid #000;
	padding: 2px;
}

.subheadingsmall {

	font:bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.small_text {
	font:9px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
}

