@charset "utf-8";

/* 
yellow: fdfdf1 
puple/brown: 736068
blue: 809ead
dark green: 24420e
med green: 81905b
light green: bcc491

*/

body {
	/* customize_body */ font:normal normal 13px Arial; /* customize_body */
	/* customize_background */ background-color: #FFF; /* customize_background */ 
	/* customize_body */ color:#000000;  /* customize_body */ 
}

a:visited {
	font-size: small;
	color: #8a9866;
}

a:link {
	/* customize_link */ color: #8a9866; /* customize_link */ 
}


h1 {
	font-size: x-large;
	font-weight: bold;
	/* customize_h1 */ color: #000000; /* customize_h1 */
}

h2 {
	/* customize_h3 */ color: #000000; /* customize_h3 */ 
	/* customize_h3 */ font:normal bold 14px Arial; /* customize_h3 */
	margin-bottom:0px;
}

h3 {
	/* customize_h3 */ color: #000000; /* customize_h3 */
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


#page {
	position:relative;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-bottom:0px;
	padding-top:0px;
	width:900px;
}

#header {
	position:relative;
	top:0px;
	width:900px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:12px;
	border:none;
	padding: 0px;
	text-align:center;
	background-repeat:no-repeat;
	background-position: -4px top;
	background-image:url(http://www.altaprojects.net/themes/san-mateo/images/header.jpg);
}



#navbar {
	position:relative;
	maring-bottom:0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:47px;
	background-color: #24420e;
}

#navbar ul {
	list-style:none; 
	margin:0px;
	padding-left:20;
	}
	
#navbar li {
	float:left;
	padding:2px 2px;
	color: #fefdf1;
	font-size:14pt;
	font-weight:bold;
	margin:0px;
	width:125px;
	text-indent:0px;
}
#navbar li a,
#navbar li a:hover { 
	text-decoration:none;
}

#navbar li a {
	color:#fefdf1;
	}

#navbar a:hover {
	background-color: #FEFDF1;
	color: #28421c;
}

#navbar li.nav-selected{ 
	padding:2px 8px; 
	margin: 0px;
	color: #28421c;
	background-image:url(http://www.altaprojects.net/themes/san-mateo/images/button-bg.gif);
	overflow:visible;
	padding-bottom:40px;
}
	#navbar li.nav-selected a{
	color: #28421c;
	}

#content {
	width:900px;
	background-color: #24420e;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:15px;
}

#main {
	padding:15px;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:15px;
	border: thin solid #736068;
	background-color: #fdfdf1;
}

#sidebar {
	width:250px;
	float:right;
	margin-left:6px;
	margin-bottom:6px;
	margin-top:0px;
	font-size: 12px;
	font-weight: bold;
	/* customize_sidebar */ color: #4aaec9; /* customize_sidebar */
	/* customize_sidebar */ background-color:#c9e9e6; /* customize_sidebar */
	padding:2px;
}



#footer {
	clear:both;
	width:900px;
	height:80px;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image:url(http://www.altaprojects.net/themes/san-mateo/images/footer.jpg);
	background-repeat:no-repeat;
	margin-bottom:40px;
	margin-top:20px;
}

#footer img {
	margin:2px;
}

#footer a { 
	text-decoration:none; 
	font-size:10px;
	}
#footer p { 
	font-size:10px; 
	color:#000000;
	}
