@charset "utf-8";
/* CSS Document */

body {
	background-color:#e7e0de;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#border-bottom {
	background-image:url(../assets/border-bottom.jpg);
	height:30px;
	width:920px;
}

#container {
	text-align:center;
	width:100%;
}

#foot {
	padding-right:10px;
	text-align:right;
}

.fronth {
	margin-left:5px;
	margin-top:10px;
}

.frontp {
	margin-left:5px;
}

#gal {
	background-color:#d0c1bc;
	margin-left:10px;
	padding-left:10px;
	width:624px;
}

#gal a {
	color:#000000;
}

#gal p {
	margin-bottom:0px;
}

#gal-b {
	background-image:url(../assets/b-bottom.jpg);
	height:10px;
	margin-left:10px;
	width:634px;
}

#gal-t {
	background-image:url(../assets/b-top.jpg);
	height:10px;
	margin-left:10px;
	width:634px;
}

h1 {
	color:#006233;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-top:0px;
}

h2 {
	color:#006233;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top:0px;
}

h3 {
	color:#9c7c71;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-bottom:0px;
	margin-top:0px;
}

img {
	border:none;
}

#inner {
	background-image:url(../assets/border-bg.jpg);
	padding:0px 30px 0px 30px;
	text-align:left;
	width:860px;
}

#main {
	float:right;
	min-height:470px;
	padding:20px 0px 0px 0px;
	width:660px;
}

#main img {
	max-width:660px;
}

#menu {
	background-color:#d0c1bc;
	float:left;
	margin-right:20px;
	width:180px;
}

#menu a {
	border-color:#e7e0de;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	color:#006233;
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:25px;
	padding:5px;
	text-decoration:none;
	text-transform:uppercase;
}

#menu a:hover {
	background-color:#006233;
	color:#ffffff;
}

#menu a.on {
	color:#9c7c71;
}

#menu a.on:hover {
	background-color:#d0c1bc;
}

#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#outer {
	margin:auto;
	width:920px;
}

p.red {
	color:#cc0000;
	font-weight:bold;
}

.sub {
	color:#9c7c71;
	font-weight:bold;
	text-transform:uppercase;
}

.sub a, a.green {
	color:#006233;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

table.admin {
	background-color:#ffffff;
	border-collapse:collapse;
	border-spacing:0px;
	width:650px;
}

table.admin td {
	border-color:#442200;
	border-style:solid;
	border-width:1px;
	padding:5px;
}

table.admin th {
	background-color:#9a7c72;
	background-image:url(../assets/th.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-color:#442200;
	border-style:solid;
	border-width:1px;
	font-weight:bold;
	padding:5px;
}

table.noborder, table.noborder td {
	border:none;
}