
body{
	font-size: 62.5%; /* Resets 1em to 10px */
	
	padding: 0;
	margin: 0;
	
	font-family:Verdana;
}

table{
	font-size: 100%; /* Resets 1em to 10px */
}

a{
	text-decoration:none;
}

a, a:visited{
	color:#162;
}

a:hover{
	color:#384;
	text-decoration:underline;
}

img{
	border: none;
}

#page{
	font-size: 1.2em;
	
	margin: auto;
	padding: 0px;
	
	text-align:center;
}

#header{
	background:#e4e8f3 url('images/header_bg.gif') repeat-x;
}

#header_content{
	margin: auto;
	width:720px;
}

#nav, #footer, #nav a{
	font-family:Arial;
	background:#11582c;
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	padding:8px;
}

#content{
	margin: auto;
	width:720px;
}

#entry, #entry_left, #entry_right{
	padding:8px;
	text-align:justify;
}

#entry_left{
	float:left;
	width:395px;
}

#entry_right{
	background:#e4e8f3;
	margin-left:415px;
}

ul.nobullet{
	padding-left:12px;
	list-style:none;
}

li{
	margin-bottom:8px;
}

table .section{
	background-color:#31784c;
	padding:2px;
	font-size:1.4em;
}

table .twocol{
	width:100%;
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}

/* TYPOGRAPHY */
h4{
	font-size: 1em;
	line-height: 1em;
	margin: 0;
}

hr {
	border: 0;
	color: #363;
	background-color: #363;
	height: 1px;
	width: 100%;
	text-align: left;
}

.hr{
	width:100%;
	border-top:1px solid #b8dc9e;
}

.gallery img, .gallery_page img{
	border:1px solid #060;
	padding:6px;
	margin:6px;
}
