/*  
Version: 3.0
Author: Charlie Tizard
Author URI: http://www.charlietizard.com
*/

body,h1,h2,h3,h4,h5,h6,blockquote,dd,dl,hr,p,form{
	margin:0;
	padding:0;
	
}

img
{  border-style: none;
}

a:link { color: #FFFFFF;}
a:visited {	color: #FFFFFF;}
a:hover {	color: #999999;}
a:active {	color: #FFFFFF;}
a { outline: none;}

body{
	margin: 0;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	background-color:#AA2122;
	background-image: url(../images/index.gif);
	background-repeat: repeat;
	text-align:center
	}

#header{
	margin:0 auto;
	height: 403px;
	width: 802px;
	position: relative;
	top: 0px;
	text-align: left;
	
}
#navagation{
	margin:0 auto;
	height: 38px;
	width: 802px;
	position: relative;
	top: 0px;
	text-align: center;
	background-image: url(../images/navagation.png);

}
#content{
	margin:0 auto;
	width: 802px;
	height:100%;
	position: relative;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	text-align: center;
	top: 0px;
	
}
#text{
	margin:0 auto;
	width: 740px;
	position: relative;
	top: 0px;
	
}