body {
	background:#00301c;
	color:#FFE393;
	font-family:"garamond BE",garamond,georgia,"times new roman",serif;
	font-size:90%;
	margin:20px auto;
	text-align:center;
	}
	body.contact {
	margin:10px;
	text-align:left;
	}
	
/* Layout Divs */
	
#page {
	width:800px;
	margin:0 auto;
	padding:0px;
	text-align:left;
	}
	
body.contact div.column {
	float:left;
	width:260px;
	}
	
#content {
	width:800px;
	padding:0;
	float:right;
	}
	
/* Typography */

p {
	font-size:1em;
	font-weight:light;
	line-height:1.4em;
	}
	p.white {
	color:#fff;
	}
	
a img { border:none; }

/* Form elements */

form {
	margin-bottom:6px;
	}

input.contact {
	background:#FFE393;
	font-size:1em;
	width:200px;
	}

label {
	color:#fff;
	display:block;
	font-family:helvetica,arial,sans-serif;
	font-size:0.8em;
	margin-top:6px;
	}
	
textarea.comments {
	background:#FFE393;
	height:80px;
	margin-bottom:10px;
	width:180px;
	}
	
	
/* Linkage */

a:link { color:#91DA95; }
a:visited { color:#ccc;  }
a:hover { color:#00ff0c; }
a:active { color:#00ff0c }

#nav a:link { color:#91DA95; text-decoration:none; }
#nav a:visited { color:#91DA95;  text-decoration:none; }
#nav a:hover { color:#00ff0c; text-decoration:none; }
#nav a:active { color:#00ff0c text-decoration:none; }

body.building #nav ul li.li1 a,
body.contact #nav ul li.li2 a {
	color:#FFE393;
	}