body {
	font-family: Arial, Helvetica, sans-serif;
	background:#9e5d43 url("webimages/bg_top_tile.jpg") repeat-x top left;
	font-size:12px;
}
h1.header
{
    color:#fff;
	font-size:16px;
	font-weight:bold;
	margin:5px 0px;
	padding:5px 0px;
	text-align:center;
}
h2{
	font-size:16px;
	color:#006633;
	font-weight:bold;
	text-align:left;
	margin:0px 0px 0px 10px;
	padding:0px;
}
.wrapper{
	width:803px;
	margin:0px;
	padding:0px;
	background-image:url("webimages/bg_wrapper-btm.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
}
.left-col{
	width:185px;
	background-image:url("webimages/bg_left-col.jpg");
	background-repeat:repeat-y;
	background-position:top center;
	margin:0px;
	padding:0px;
}
.right-col{
	width:618px;
	background-image:url("webimages/bg_right-col.jpg");
	background-repeat:repeat-y;
	background-position:top center;
	margin:0px;
	padding:0px;
}
.right-col p{
	text-align:left;
	margin:5px;
	padding:5px;
	line-height:1.5;
}
.content-photo{
	margin:5px 15px 5px 10px;
}
.menu{
	text-align:left;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	line-height:1;
}
.menu a, .menu a:visited{
	margin:0px 0px 0px 15px;
	padding:0px;
	color:#7f3524;
	text-decoration:none;
	display:block;
	line-height:1;
}
.menu a:hover{
	text-decoration:underline;
}
.footer{
	width:803px;
	height:50px;
	color:#dbb7a9;
	font-size:11px;
	font-weight:bold;
	background-image:url("webimages/bg_footer.jpg");
	background-repeat:no-repeat;
	background-position:top center;
}
.centered{
	margin:0 auto;
	text-align:center;
	display:block;
}

/******************************************

    Dynamic menu styles

******************************************/

.subnavcell_bevel{
	background-image:url(webimages/subnavcell_bevel.gif);
	background-repeat:repeat;
	height:9px;
	max-height:9px;
	margin:0;
}
.subnavcell{
	cursor:pointer;
	background-color:#D7E2A8;
	color:#7F3524;
	font-weight:bold;
	margin:0;
	padding:4px 2px 4px 10px;
	color:#9e471d;
	border:1px solid #7F3524;
	text-align:left;
}
.subnavcell-mo{
	cursor:pointer;
	padding:4px 2px 4px 10px;
	color:#fff;
	background-color:#446425;
	border:1px solid #7F3524;
	width:92px;
	text-align:left;
	font-weight:bold;
}

/******************************************

	Admin styles start below!

******************************************/

#main 
{
    text-align:left;
    margin-left:10px;
}

a, a:visited 
{
	color: #003184;
}

.infobox 
{
	display: none;
	background: #eaeaea;
	margin-top: 2px;
	padding: 2px;
	width: 200px;
	border: solid 1px black;
	z-index: 25;
	font-size: 0.9em;
}

table.admin-table
{
	margin:0 auto;
	border:solid 1px #eee;
	font-size:12px;
}

table.admin-table th
{
	font-size:13px;
	background: #000;
	color: #eee;
	border: solid 1px #000;
	text-align:left;
	height:24px;
	vertical-align:bottom;
}

table.admin-table td
{
	vertical-align:top;
}

table.admin-table tr.row2
{
	background: #eee;
}

img
{
	border:0;
}

.admin-menu-item
{
	clear: both;
	overflow:hidden;
	width:350px;
	margin-bottom:10px;
	padding: 4px;
	border: solid 2px #aaa;
	background: #003366;
	color: #eee;
	font-weight:bold;
}

.admin-menu-item-title
{
	width:250px;
	float:left;
}

.admin-menu-item-controls
{
	text-align:right;
}

#imgNav
{
	text-align:right;
	padding-right:10px;
}

#imgNav a
{
	color:#fff;
	text-decoration:underline;
}

#imgNav a:hover
{
	color:#3344ff;
	text-decoration:underline;
}