@charset "utf-8";



body {
	/* customize_background */ background-color: #A6A18E; /* customize_background */
	/* customize_body */ color:#000000;  /* customize_body */
	background-image: url(img/Creme_browserbg.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.title {
	font-size:36px;
}

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

h2 {
	/* customize_h2 */ color: #000000; /* customize_h2 */
	font-size:16px;
	margin-bottom:0px;
}

h3 {
	/* customize_h3 */ color: #000000; /* customize_h3 */
	font-size:13px;
	margin-bottom:0px;
}



p {
	margin:0px;
}

a:link, a:visited {
	/* customize_link */ color: #817b67; /* customize_link */
	font-weight: bold;
	text-decoration: none;
}



ul {
	list-style-position: outside;
	list-style-type: square;
}


#page {
	position:relative;
	width:700px;
	margin-top:75px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	/* customize_content */ background-color:#EDE9C5; /* customize_content */
	padding-bottom:0px;
	padding-top:0px;
	border: 2px none #000000;
}



#header {
	position:relative;
	top:0px;
	width:675px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:12px;
	border:none; /* customize_header */
	padding: 0px;
	text-align:center;
	height: 115px;
}


#page #header #logobox {
	position:relative;
	right:0;
	width: 111px;
	height:111px;
	float: none;
	float:right;
	margin-top: 6px;
}

#navbar {
	position:relative;
	margin-top:4px;
	maring-bottom:0px;
	bottom:0px;
	text-align:center;
	margin-right:auto;
	width:564px;
	float:left;
}

#navbar p {
	margin-top:10px;
}

#navbar ul {
	list-style:none; 
	margin:0px;
	padding-left:0;
	}
	
#navbar li {
	float:left; 
	padding:3px 8px;
	margin-bottom: 0px; 
	color: #4aaec9;
	font-size:13px; 
	margin:0px;
}
#navbar li a,#navbar li a:hover, #navbar li a:visited {
	text-decoration:none;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
}
#navbar li.nav-selected{ 
	border:1px solid #bbb;
	padding:2px 8px; 
	margin: 0px;
	}

#content {
	width:675px;
	margin-left:auto;
	margin-right:auto;
}

#content img {
	border:16px solid #F3EBCF;
}

#content p {
	margin:12px;
}



#sidebar {
	width:150px;
	float:right;
	font-size: 12px;
	/* customize_sidebar */ background-color:#EEEEEB; /* customize_sidebar */
	padding:4px;
	margin: 6px;
	border: 6px solid #DEDDDD;
	height: 250px;
}

#sidebar p {
	margin-top:0px;
}


#footer {
	clear:both;
	width:90%;
	text-align:center;
	position:relative;
	bottom:0px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:12px;
	height: 100px;
}

#footer img {
	margin:2px;
	border:none;
}

#footer a { 
	text-decoration:none; 
	font-size:10px;
	}
#footer p { 
	font-size:10px; 
	padding-top:6px;
	}
