/* COLORS
5b3022	dark brown
2eadcc	turquoise
ebe7e4	beige

*/

/* BASIC ELEMENTS */
body {
	font-family: Helvetica;
	color: #340a0c;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
a, a:visited {
	color: #5b3022;
}
a:hover {
	color: #2eadcc;
}
/* END BASIC ELEMENTS */

/* MAIN ELEMENTS */
#main {
	background-color: #ebe7e4;
	margin:10px;
}
.content {
	line-height:18px;
}
.content a,visited {
	color: #1a2faa;
	text-decoration:none;
}
.content a:hover {
	text-decoration: underline;
}
/* END MAIN ELEMENTS */

/* NAVIGATION */
#nav {
	margin-top:11px;
}
#nav a.page { 
	font-family: Helvetica;
	font-size: 12px;
	color: #5b3022;
	font-weight:bold;
	text-decoration:none;
}
#nav a.page:hover {
	color: #2eadcc;
}
#nav a.page_current {
	font-family: Helvetica;
	font-size: 12px;
	color: #2eadcc;
	font-weight:bold;
	text-decoration:none;
}
#nav a.button {
	color: #f13813;
	font-weight: bold;
	font-family: Helvetica;
	text-decoration: none;
	letter-spacing: 1px;
}
#nav a.button:hover {
	color: #2eadcc;
}
#nav a.sub_button {
	color: #2c0403;
	font-weight: bold;
	font-family: Helvetica;
	text-decoration: none;
	letter-spacing: 1px;
}
#nav a.sub_button:hover {
	color: #2eadcc;
}

/* END NAVIGATION */



