/*  	Words	*/	

	body {
		text-align: centre;
		padding: 0px;
		margin: 0px;
		font-family: arial, sans-serif;
		font-size: 10px;
		line-height: 13px;
		color: black;
		background-color: white;
		}
		
	span.red {
		color: #990000;
		}
		
	span.bold {
		font-weight: bolder;
		}		

	img {
		border: 0;
		display: block;
		}
		
	a {
		color: black;
		text-transform: uppercase;
		text-decoration: none;
		}
			
	a:hover {
		color: #990000;
		border-bottom: 1px dotted #990000;
		}

	h1 {
		font-family: arial black, sans-serif;
		font-size: 10px;
		line-height: 15px;
		text-transform: uppercase;
		font-weight: normal;
		color: #990000;
		}
	
		
	h2 {
		font-family: arial, sans-serif;
		font-size: 10px;
		line-height: 13px;
		color: black;
		font-weight: normal;		
		text-transform: uppercase;
		}
		
/*  	Structures	*/	

	#container {
		width: 755px;
		height: 430px;		
		margin: 0 auto;
		position:relative;
		text align: left;
		overflow: hidden;
		}
		
	#container .inner {
		padding: 50px 0px 0px 0px;
		}
		

	#right {
		float: right;
		height: 380px;
		width: 200px;
		background-position: top right;
		background-repeat: no-repeat;
		overflow: hidden;
		}
		
	#right .inner{
		padding: 15px 15px 0px 15px;
		}				
		
	#logo_panel {
		padding: 0px;	
		}
		
	#bgnd_image {
		float: top;
		padding: 0px;
		background-image:  url(images/right_bgnd200x280.jpg);
		background-repeat: no-repeat;
		height: 280px;
		}
		
	#backnext {
		float: top;
		padding: 0px;
		background-image:  url(images/right_bgnd200x40.jpg);
		background-repeat: no-repeat;
		height: 40px;
		
		}	
		
	#backnext .inner{
		padding: 0px 0px 5px 15px;
		}						

	#nav {
		padding: 35px 0px 0px 0px;
		}

	#left {
		float: left;
		width: 550px;
		height: 380px;
		overflow: hidden;		
		}
		
	#information {
		float: left;
		width: 550px;
		height: 380px;
		background-image:  url(images/left_bgnd550x380.jpg);
		background-repeat: no-repeat;
		overflow: hidden;		
		}		

	#information .text{
		float: left;
		padding: 15px 0px 15px 25px;
		width: 250px;
		}
		
	#information .archive{
		float: left;
		padding: 5px 0px 0px 5px;
		overflow: hidden;		
		}	
