/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../i/bg.jpg);
	background-repeat:repeat-x;
	background-color:#e26e2c;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; color:#363535;
	text-align: left;
	height: 100%;
	}
	
#cover {
	width: 811px;
	margin: 0px auto;
	}
#thetext {
	width:811px;
	background-image:url(../i/bg_text.jpg);
	background-repeat:repeat-y;
}
#thetextinside
	{
	padding:15px 50px 35px 50px;
	width:450px;
	
	}
#logos
	{
	float:right;
	width: 175px;
	padding:35px 65px 0px 15px;
	background-image:url(../i/bg_side.jpg); background-repeat:repeat-y;
	}
	
#content {
	background-image:url(../i/bg-bodytext.jpg);
	background-repeat:repeat-y;
	padding:0px 15px 10px 62px;
	text-align:left;
	}
#lefttext {
	width:445px;
	}
#righttext {
	width:285px;
	float:right;
	text-align:left;
	}

#imageBox {
	margin: 0px;
	padding: 5px;
	float: right;
	}
#footer {
	width:778px;
	background-color:#14415a;
	padding: 10px;
	text-align: right;
	font-size:10px;
		
	}
.headLine
	{
	font-size:24px;
	font-weight: bold; color:#dfd78f; line-height: 24px;
	}
	
	a:link 
	{
	color: #363535;
	}
a:visited
	{
 	color: #363535;
 	}
a:hover
	{
	color: #363535;
	}
	
	