body {
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	background-position: -30px -30px;
	font-family: 'Myriad', arial, sans-serif;
	}
	
div#center {
	position: relative;
	top: 0; left: 0;
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	}
	
div#nav {
	width: 255px; height: 255px;
	background-image: url('../images/corner.gif');
	background-repeat: no-repeat;
	position: absolute;
	top: 40px; left: 600px;
	z-index: 1;
	}
	
div#page {
	position: relative;
	top: 80px; left: 0;
	width: 100%;
	height: 600px;
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 50px;
	}
	
ul#left_col, ul#right_col {
	font-size: 13px;
	color: #fff;
	float: left;
	text-align: right;
	margin-top: 80px;
	margin-left: 5px;
	}
	
ul#right_col {
	text-align: left;
	margin-left: 8px;
	}
	
a.links {
	text-decoration: none;
	color: #fff;
	}
	
a.me {
	position: absolute;
	bottom: 17px; right: 17px;
	}
	
div.header {
	width: 800px; height: auto;
	}
	
div.header a {
	margin: 40px 0 0 30px;
	}
	
img.logo {
	float: left;
	padding-right: 16px;
	}
	
#footer p {
	font-size: 12px;
	margin-top: 30px;
	}
	
div.content_left {
	float: left;
	margin: 40px 0 0 30px;
	width: 300px;
	}
	
div.content_right {
	float: right;
	margin: 40px 130px 0 0;
	width: 300px;
	}
	
div.content_contact {
	float: left;
	margin: 40px 0 0 30px;
	width: 500px;
	}

h1, h2, h3, h4 {
	font-family: "Myriad Pro", helvetica;
	font-size: 18px;
	font-weight: lighter;
	color: rgb(251, 174, 60);
	text-decoration: underline;
	}
	
h2, h3 {
	color: rgb(69, 137, 103);
	font-size: 16px;
	text-decoration: none;
	}
	
h2.linespace {
	padding-top: 6px;
	}
	
h2.contact {
	color: rgb(251, 174, 60);
	padding-top: 12px;
	}
	
	
h3 {
	font-size: 14px;
	font-style: italic;
	}
	
h4 {
	font-size: 14px;
	}
	
h4 a {
	color: rgb(251, 174, 60);
	}
	
.items {
	text-align: right;
	float: left;
	margin-top: 75px;
	width: 210px; height: 340px;
	border-right: 2px solid rgb(69, 137, 103);
	padding-right: 15px;
	}
	
.items li a {
	font-family: "Myriad Pro", helvetica;
	color: rgb(69, 137, 103);
	font-size: 16px;
	text-decoration: none;
	}
	
#a1, #a2, #a3, #a4, #a5 {
	margin: 75px 175px 0 0;
	width: 375px;
	height: auto;
	float: right;
	z-index: 1;
	}
	
p.dots {
	position: absolute;
	top: 475px; left: 250px;
	width: 375px;
	height: 17px;
	}
	
#footer {
	position: relative;
	width: auto;
	height: auto;
	padding: 10px;
	color: rgb(69, 137, 103);
	overflow: hidden;
	}
	
#bottomspace {
	width: 800px;
	height: 150px;
	}
	
	
	
	
