html {
	margin: 0px; 
	padding: 0px;
	}

body {
	margin: 0px;
	padding: 0px;
	background: white;
	font-family: sans-serif; 
	
	}
	
h1, h2, h3, h4 {
	margin: 0px;
}
	
h1 {
	font-size: 1.5em;
	}
	
h2 {
	font-size: 1em;
	}
	
h3 {
	font-size: 1em;
	color: #4464ac;
	}
	
h4 {
	font-size: 1em;
	}
	
td {
	vertical-align: top;
	}

#top_logo {
	background-image: url('strip.jpg');
	background-repeat: no-repeat;
	background-position:  right 50%;
	}


#start {
	width: 100%;
	height: 100%;
	}

#start td#top_logo {
	height: 108px;
	}

#start td#black_line {
	height: 1px;
	background-color: black;
	}

#start td#center_col {
	border-right: 1px solid #DD9E85;
	border-left: 1px solid black;
	}

#start td#two_col {
	border-left: 1px solid black;
	width: 80%;
	}

#start td#left_col {
	background: #AD4218;

	width: 20%;
	padding: 10px 5px 10px 15px;
	}


#left_col a {
	display: block;
	padding-bottom: 15px;
	text-decoration: none;
	color: white;
	}

#left_col a:hover {
	text-decoration: underline;
	}

#center_col{
	background: #E5E5D2;
	padding: 10px 5px 10px 15px;
	width: 60%;
	}

#center_col p {
	color: #423F3E;
	}

#center_col a {
	color: #983434;
	text-decoration: none;
	}
	
#center_col a:hover {
	text-decoration:underline;
	}

#right_col {
	background: white;
	color: #AD4218;  
	width: 20%;
	padding: 10px 5px 10px 15px;
	}

#two_col{
	background: #E5E5D2;
	padding: 10px 5px 10px 15px;
	}

#two_col p {
	color: #423F3E;
	}

#two_col a {
	color: #983434;
	}