﻿

        body {
			padding: 0px;
			margin: 0px;
			text-align: center;
			font-family: Georgia,Times New Roman,Serif; 
			font-size: 16px;
	        background:#59302a url("/images/bg.png") center top  repeat-y;
			color: #602914;
        }

		
		td {
			font-family: Georgia,Times New Roman,Serif; 
			font-size: 16px;
			color: #602914;
		}
		
		#container {
			background:#fffffe url("/images/main_top.jpg") left top no-repeat;
			text-align: left;
			margin: 0px auto;
			padding: 0px;
			width: 900px;
			min-height: 793px;
		}
		
		#container_footer {
			background:url("/images/main_bottom.jpg") left bottom no-repeat;
			width: 900px;
			min-height: 793px;
		}
		
		#welcome_header {
			position: absolute;
			width: 900px;
			height: 90px;
		}
		
		
		#content {
			text-align: left;
			margin: 0px auto;	
			width: 860px;	
			line-height: 16px;
			padding: 118px 20px 20px 20px;
		}	
		
		#footer, #footer a {
			text-align: left;
			margin: 0px auto;
			padding: 10px 0px 10px 0px;
			width: 900px;
			color: #987978;
		}
		
		#copywrite {
			float: left;
		}
		
		#nav_footer {
			float:right;
		}
		
		#nav_footer a {
			width:auto;
		}
		

		
	

/* Welcome Navigation */

	#welcome_navigation_left {
			position: absolute;
			text-align: left;
			left:170px;
			top: 63px;
			color: #602914;
			font-weight: bold;
			font-size: 13px;
	}
	
	#welcome_navigation_left a {
		color:  #602914;
		text-decoration:none;
	}
	
	#welcome_navigation_right {
			position: absolute;
			text-align: left;
			right: 10px;
			top: 127px;
			color: #602914;
		
	}
	
	#welcome_navigation_right a {
		color:  #602914;
		text-decoration:none;
	}
	
	
	
	#welcome_content {
		position: relative;
		width: 752px;
		left: 200px;
		top: -40px;
		z-index: 10;
	}
	
	#left_column {
		position: absolute;
		margin: 0px 0px 0px 20px;
		width: 160px;
		top: 35px;
		z-index: 20;
	}
	