
body {
	/* center page */
	margin: 0px;
	text-align: center;
	/* default font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	/* background color */
	background-color: #eee3c5;
	/* margins */
	margin: 0px;
	padding: 0px;
}


p, .list {
	line-height:18px;
}

a {
	color:#76724a;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}


.center {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:white; 
	width:780px; 
	border-color: #bbbbbb;
	border-style: solid;
	border-width: 0px 2px 1px 2px;
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
}


/* homepage content */
.content {
	text-align:left;
	width:650px;
	padding:25px 65px 25px 65px;
}


/* internal pages content */
.content2 {
	text-align:left;
	width:510px;
	padding:25px 40px 25px 205px;
}


/* footer text */
.footer {
	font-size:10px;
	color:#7c7758;
	width:770px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	
}



/****************/
/***** MENU *****/
/****************/

/* container for navigation bar */
#menu {
	border-top:1px solid #eee3c5;
	float:left;
	z-index:1;
	width:133px;
	position:absolute; 
	left:25px; 
	top:25px;  
	background-color:#574c74;
}

/* remove space where bullets would be */
#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

/* nav buttons */	
#menu li {
	border:1px solid #eee3c5;
	border-top:0px;
	background-color:#574c74;
}

/* Hacks to create menu lines and fix menu spacing in IE6 - Hides from IE5-mac \*/
* html #menu li { height:0; }
* html #menu li a { height:0; }

/* current page */
#menu li.current {
	background-color:#eee3c5;
	border:1px solid #574c74;
}

/* styling each button */
#menu li a {
	color:white;
	text-decoration:none;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	font-size:11px;
	font-weight:normal;
}

/* browser hack equivalent to width: 100% above */
html>body #menu li a {
	width: auto;
}

/* current page */
#menu li.current a {
	color:#574c74;
	font-weight:bold;
}

/* rollover effect */
#menu li a:hover {
	background-color:#eee3c5;
	color:#574c74;
	font-weight:bold;
}

#menu li.current a:hover {
	color:#574c74;
}