html, body {

	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 13px;
	line-height:20px;
	background-color:#330000;
	background: url("images/bg.gif") repeat 0 0; 
	padding: 0px;
	margin:10px auto;
	color:#333333;
	height:100%;
	width:100%;
	

}
#wrapper {
	width:920px;
	height:auto;
	z-index:1;
	background-color:transparent;
	position: relative;
	top: 0;
	left: 0;
	margin:20px 0px 0px 0px;
	/*border:1px white dashed;*/
	
}

#header{
height:108px;
width:920px;
}


#nav{
height:55px;
width:920px;
}


#content{
width:920px;
min-height:400px;
background:url(images/mainbg.gif) repeat-y;
}

#content table{
width:920px;
min-height:400px;
border:0px;
margin:0px;
padding:0px;
}

#content table td#main{
background:url(images/right.gif) no-repeat top right; 
width:593px; 
vertical-align:top;
padding:15px 90px 0px 10px;

}

#footer{
background:url(images/bottombg.gif) no-repeat top left;
height:60px;
width:920px;
}

h1 {font-size:1.3em; color:#f9e058; margin-bottom:20px; letter-spacing:2pt;}
h2 {font-size:1.1em; color:#fff; margin:0px;}


a{
	font-size: 1em;
	color:#fff;
	}



	a:hover{
	font-size: 1em;
	color: #f9e058;
	}
	
	a:visited{
	font-size: 1em;
	color:#fff;
