@charset "utf-8";
/* CSS Document */



#header {
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F7F7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
}
.smalltitle {
	font-size: 24px;
	color: #9E4656;
}
.psize {
	font-size: 13px;
	color: #000;
}


#navbar {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#mainpic {
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#navbar #holder {
	height: 100;
	width: 770px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #F7F7F7;
	height: 60px;
}

#navbar #holder ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar #holder ul li a {
	float: left;
	text-decoration: none;
	margin-right: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #A6834A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	padding: 20px;
	width: 120px;
	text-align: center;
	display: block;
	background-color: #FFF7EA;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
#holder ul li a#onlink {
	color: #FFF7EA;
	background-color: #A6834A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6834A;
}

#navbar #holder ul li a:hover {
	color: #FFFFFF;
	background-color: #A6834A;
}


#maincontent {
	width: 800px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 5px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #FFF7EA;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	height: 20px;
}
#holder ul li a#onlink:hover {
	color: #69F;
	background-color: #A6834A;
	text-shadow:1px 1px 1px #000;
}
