body 	{
		background: #330000;
		color: #FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		}
		
img			{
			border: none;
			padding: 0;
			margin: 0;
			}
			
a			{	
			color: #ffffff;
			}
			
a:hover		{
			color: #FFFF00;
			}
		
#container 	{
			position: relative;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			text-align: center;
			padding: 0px;
			margin: 0px;
			border: none;
			}
			
#wrapper	{
			width: 800px;
			height: 100%;
			height: auto;
			min-height: 660px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			background: url("images/bg_tile.jpg") repeat-y;
			}			
			

#top_1 		{
			position: relative;
			width: 660px;
			height: 70px;
			border: none;
			display: block;
			padding: 0;
			margin: 0;
			margin-left: auto;
			margin-right: auto;
			background: url("images/top_1.jpg") no-repeat;
			}			
			
#top_2		{
			position: relative;
			width: 660px;
			height: 60px;
			border: none;
			padding: 0;
			margin: 0;
			display: block;
			margin-left: auto;
			margin-right: auto;
			background: url("images/top_2.jpg") no-repeat;
			}	
			
#message	{
			position: relative;
			font-size: 14px;
			font-weight: 600;
			padding-top: 30px;
			letter-spacing: 0.1em;
			}	
			
#top_3 		{
			position: relative;
			width: 660px;
			height: 69px;
			border: none;
			padding: 0;
			margin: 0;
			margin-left: auto;
			margin-right: auto;
			background: url("images/top_3.jpg") no-repeat;
			}		

#top_4 		{
			position: relative;
			width:660px;
			height: 67px;
			border: none;
			padding: 0;
			display: block;
			margin: 0;
			margin-left: auto;
			margin-right: auto;
			background: url("images/top_4.jpg") no-repeat;
			}
			
#nav		{
			position: relative;
			letter-spacing: normal;
			width: 690px;
			height: 43px;
			padding: 5px;
			margin: 0;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			}
			
#nav a		{
			position: relative;
			float: left;
			margin: 0;
			margin-left: 23px;
			padding: 0;
			padding-top: 8px;
			border: none;
			width: 144px;
			height: 33px;
			display: block;
			text-decoration: none;
			font-weight: 600;
			color: #640000;
			background: url("images/btn_1.jpg") no-repeat;
			}

#nav a:hover	{
			position: relative;
			float: left;
			margin: 0;
			margin-left: 23px;
			padding: 0;
			padding-top: 8px;
			border: none;
			width: 144px;
			height: 33px;
			display: block;
			text-decoration: none;
			font-weight: 900;
			color: #310000;
			background: url("images/btn_2.jpg") no-repeat;
			}
			
						
#content	{
			width:660px;
			height: auto;
			min-height: 450px;
			height: auto;
			height: 100%;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			margin-top: 8px;
			margin-bottom: 8px;
			}
			
#footer		{
			position: relative;
			padding: 0;
			margin: 0;	
			margin-left: auto;
			margin-right: auto;
			width: 660px;
			height: 53px;
			display: block;
			background: url("images/footer.jpg") no-repeat;
			}
			
#sub_nav	{
			padding-top: 11px;
			font-size: 10px;
			}
