	html,body {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;	
		background-color: #d8d7d9;	
		margin: 0 auto;	
		text-align:center;
		color: #381f54;
	}
	
	img {
		border: 0px;
	}
	
	
	a {
		color: #834CB2;	
	}
	
	a:hover {
		text-decoration: none;
	}
	
	.container {
		background-image: url(../images/background.gif);
		background-repeat: repeat-y;
		text-align: center;
		width: 802px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: auto; 
		margin-right: auto;	
		height: auto;
		min-height: auto! Important		

	}	
	
	#main {
		width: 802px;
		height: auto;
		min-height: auto! Important		
		
	}
	
	#content {
		width: 800px;
		height: auto;
		min-height: 489px;		
		background-repeat: no-repeat;		
		border-left: solid #834CB2 1px;
		border-right: solid #834CB2 1px;
		
	}	
	
	#content .copy {
	
		padding-left: 43px;
		padding-right: 50px;
		padding-top: 90px;
		text-align: left;
		line-height: 17px;
	
	}
	
	#content .thin {
		padding-right: 400px;	
	}
	
	h1 {
		font-size: 14px;
		font-weight: bold;
	}
	
	#header {
		width: 802px;

	}
	
	#topnav {
		width: 802px;	
		height: 37px;
		text-align:center;
		
	}
	
	#topnav ul {
		list-style: none;
		padding: 0;
		margin: 0;		
		height: 37px;
	}
	
	#topnav li {
		float: left;
		display: block;
		margin: 0;
		height: 37px;
	}
	#topnav a {

	}	
	
	#footercontainer {
		text-align: center;
		width: 832px;		
		margin-left: auto; 
		margin-right: auto;		
		
	} 
	
	#footer {
		background-image: url(../images/footer_back.gif);
		width: 832px;
		height:58px;
		font-size: 11px;
		color:#cac9ca;		
		line-height: 15px;		
		text-align: center;
		border-top: none;	
		clear: both;
	} 
		
	#footer a {
		color: #cac9ca;
	}	
			
	#footer p {
		margin-top: 0px;
		padding-top:5px;
	}
				
			
	.clear {
		clear: both;
	}