/* CSS Document */
body {
	min-height:757px;
	
	background:#720C02 url(../_img/bodybg.jpg) repeat-x;
	font-family:Arial;
	font-size:14px;

	margin:0px;
	}

a {
	text-decoration:none;
	}
	
a img {
	border:none;
}

p {
	line-height:22px;
	}
/* -----------
   Begin: FONTS
  -----------*/
h1 {
	font-size:22px;
	}
.small {
	font-size:10px;
	}

 .normal {
	font-size:14px;
	}
/* -----------
   End: FONTS
  -----------*/


#header {
	width:100%;
	height:59px;
	
	margin:0px;
	padding:0px;
	}
#headercontainer {
	width:964px;
	height:59px; /*59*/
	
	background:#8847B6 url(../_img/headerimg.jpg);
		
	margin:0px auto;
	}


#container {
	width:964px;
	min-height:698px;
	
	margin:0px auto;
	position:relative;
	}
	
#teaser {
	width:100%;
	height:239px;
	padding:0px;
	
		background:#5C168E url(../_img/teaserbg.jpg);
	
	margin:0px;
	}

#mainnav {
	width:100%;
	height:42px;
	
	}

#context {
	width:375px;
	height:417px; /*417*/
	padding:0px 0px 0px 0px;
	
	}

#footer {
	width:100%;
	height:30px;
	
	background:#5C168E;
	}
#footercontainer {
	width:964px;
	height:auto;
	padding-top:10px;
	
	color:#FFFFFF;
		
	margin:0px auto;
	position:relative;
	}
