/* katelaw MAIN elements */
* {margin: 0; padding: 0 }
body {
	text-align: left;
	font: 12pt Arial, Helvetica, sans-sefif;
	}
#container {
	width: 1024px;
	height: 100%;
	}
/* left */
#leftcontainer {
	display: block;
	background-color: #9c9;
	width: 310px;
	height: 100%;
	margin: 0 0 0 170px;
	}
	#leftcontainer img {
		position: relative;
		width: 460px;
		background-color: white;
		margin: 80px 0 0 -150px;
		padding: 30px 0 40px 0;
		}
		#leftcontainer a:link img, #leftcontainer a:visited img {
			border: none; 
			}	
	#leftcontainer ul {
		list-style: none; 
		margin: 0 0 40px 0;
		font-size: 17pt;
		color: white;
		}
		#leftcontainer li {
			padding: 0 0 5px 17px;
			}	
	#leftcontainer ul#address {
		margin: 90px 0 40px 0;
		}
	#leftcontainer li#email a {
		text-decoration: none; 
		color: white;
		}
		#leftcontainer li#email a:hover, #footer a:hover {
			color: #5d4434;
			}
/* right */
#rightcontainer {
	float: right;
	width: 525px;
	margin: 0 0px 0 0px;
	}
	#rightcontainer ul#header {
		margin: 77px 0 40px 0;
		}
	#rightcontainer ul#header li {
		width: 500px;
		list-style: none; 
		margin: 0 0 3px 0;
		font-size: 15pt;
		letter-spacing: .5pt;
		color: #9c9;
		}
	ul#nav {
		margin-top: 35px;
		}
	ul#nav a {
		margin: 20px 0 120px 0;
		text-decoration: none; 
		letter-spacing: .7pt;
		font-size: 15pt;
		color: #9c9;
		}
		ul#nav a:hover {
			text-decoration: underline; 
			color: #5d4434;
			}
		ul#nav li.highlight a {
			text-decoration: underline; 
			font-weight: bold;
			}
	#rightcontainer ul {
		list-style: none; 
		margin-bottom: 0px;
		color: #5d4434;
		}
		#rightcontainer li {
			padding-left: 0px;
			}	
	#rightcontainer h1 , #rightcontainer h2 {
		margin: 50px 0 10px 0;
		font-size: 15pt;
		font-weight: bold;
		color: #5d4434;
		}
	#rightcontainer h2 {
		margin: 0 0 10px 0;
		}
	#rightcontainer p {
		padding-right: 10px;
		padding-bottom: 20px;
		color: #5d4434;
		}
	#rightcontainer #kate {
		float:right;
		width: 120px;
		margin: 0px 30px 0 0px;
		padding: 0 0 10px 25px;
		clear: right;
		text-align: center;
		font-size: 10pt;
		color: #5d4434;
		}
		#rightcontainer #kate img {
			border: 2px solid #5d4434;
			}
	#rightcontainer span.emph {
		font-style: oblique;
		}
/* footer */
#footer {
	clear: both;
	margin: 5px 0 0 0;
	padding: 0 0 20px 0;
	background-color: white;
	text-align: center;
	font-size: 12px;
	color: #8dbc8d;
	}
	#footer span#space {
		padding-left: 75px;
		}
	#footer a {
		text-decoration: none; 
		color: #8dbc8d;
		}
