html {
	background-color: white;
}

img {
	border: none;
}

body {
	margin: 0 0 0 0px;	
	text-align: center;
	color: black;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
}

h2 {
	font-family: arial;
	font-weight: bold;
	font-size: larger;
	color: black;
}

#main-home {
	width: 100%;
	height: 500px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
	color: black;
}

#main-about-us {
	width: 100%;
	height: 900px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
	color: black;
}

#main-our-people {
	width: 100%;
	height: 500px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
	color: black;
}

#main-bio-gwyn {
	width: 100%;
	height: 1200px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
	color: black;
}

#main-bio-gwyn-image {
	margin: 40 -10 10 15px;
	float: right;
}

#main-events {
	width: 100%;
	height: 1100px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
	color: black;
}

#main-publications {
	width: 100%;
	height: 700px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
	color: black;
}

#main-contact-us {
	width: 100%;
	height: 700px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
	color: black;
}

#header {
	background-image: url('../images/header_bg.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: auto;
	position: relative;
}

#center {
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
}

#leftcol-home {
    background-color: #3C7844;
    background-image: url('../images/leftcol_bg.jpg');
	background-repeat: no-repeat;
	width: 141px;
	height: 600px;
	position: relative;
	top: 0px;
}

#leftcol-about-us {
    background-color: #3C7844;
    background-image: url('../images/leftcol_bg.jpg');
	background-repeat: no-repeat;
	width: 141px;
	height: 1000px;
	position: relative;
	top: 0px;
}

#leftcol-our-people {
    background-color: #3C7844;
    background-image: url('../images/leftcol_bg.jpg');
	background-repeat: no-repeat;
	width: 141px;
	height: 600px;
	position: relative;
	top: 0px;
}

#leftcol-bio-gwyn {
    background-color: #3C7844;
    background-image: url('../images/leftcol_bg.jpg');
	background-repeat: no-repeat;
	width: 141px;
	height: 1400px;
	position: relative;
	top: 0px;
}

#leftcol-events {
    background-color: #3C7844;
    background-image: url('../images/leftcol_bg.jpg');
	background-repeat: no-repeat;
	width: 141px;
	height: 1200px;
	position: relative;
	top: 0px;
}

#leftcol-publications {
    background-color: #3C7844;
    background-image: url('../images/leftcol_bg.jpg');
	background-repeat: no-repeat;
	width: 141px;
	height: 600px;
	position: relative;
	top: 0px;
}

#leftcol-contact-us {
    background-color: #3C7844;
    background-image: url('../images/leftcol_bg.jpg');
	background-repeat: no-repeat;
	width: 141px;
	height: 600px;
	position: relative;
	top: 0px;
}

#menu {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 141px;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-align: center;
}

#menu a {
	font-weight: normal;
	color: white;
	text-decoration: none;
}

#menu a:hover {
	font-weight: bold;
}

#menu-item {
	position: relative;
	top: 0px;
	left: 0px;
	width: 133px;
	padding: 0 4 20 4px;
	line-height: 100%;
}

#main-content {
	position: absolute;
	top: 10px;
	left: 180px;
	font-family: arial;
	font-weight: normal;
	font-size: 14px;
	color: black;
	width: 770px;
	height: auto;
	text-align: justify;
}

#main-content-home {
	position: absolute;
	top: 70px;
	left: 180px;
	font-family: arial;
	font-weight: normal;
	font-size: 14px;
	color: black;
	width: 770px;
	height: auto;
	text-align: justify;
}

#footer-menu {
	position: relative;
	top: -20px;
	left: 180px;
	width: 770px;
	height: auto;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	color: #3C7844;
}

#footer-menu a {
	color: #3C7844;
	text-decoration: none;
}

#footer-menu a:hover {
	color: blue;
}
