body 
{
	background-color: #aea58f;
	color: #585348;
	font-family: Arial;
	font-size: 12px;
}

#site
{
	margin: auto;
	position: relative;
	background-color: #C8BDA4;
	width: 800px;
	border: 1px solid black;
	clear: both;
}

#site-banner
{
	height: 124px;
	background-image: url("/media/152/light.png");
	background-repeat: no-repeat;
	width: 800px;
	clear: both;
}

#site-menu
{
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	width: 800px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #DACEB3;
	clear: both;
}

.selected, .selected a, .selected a:link
{
	text-decoration: underline !important;
}

#site-menu ul{list-style: none; padding: 0px 0px 0px 0px; margin: 0px;}
#site-menu ul li{display: inline; margin: 0px; padding: 0xp;}
#site-menu ul li a{padding: 10px; text-decoration:none;
}

#site-menu ul li a:hover
{
	text-decoration: underline;
}


#site-main
{
	
	clear: both;
	position: relative;
	padding: 10px;
}
.seperator
{
	position: relative;
	height: 1px;
	border-top: 1px solid black;
}

#site-main hr
{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 1px;
	font-size: 0px;
	border-top: 1px solid black;	
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

#site-main p.content
{
}

#site-main div.content
{
	margin: 5px 0px 5px 20px;
	padding: 6px;
	background-color: #d5c9b1;
}

#site-main div.bm
{
	margin-bottom: 20px;
}

#site-footer
{
	border-top: 1px solid #000000;
	background-color: #DACEB3;
	height: 15px;
	text-align: right;
	padding-right: 5px;
	font-size: 11px;
}

/* FORMS DESIGN - TEXTBOX, INPUT etc. */
input, select, textarea
{
	background-color: #DFD3BA;
	border: 1px solid black;
	padding: 2px;
	font-size: 12px;
}

/* MISC CLASS */
.error
{
	color: Red;
}


h1, h2, h3
{
	margin: 0px;
	padding: 0px;
}

h1 > a
{
	text-decoration: none;
}

h1 > a:hover
{
	text-decoration: underline;
}



a
{
	color: #585348;
}

fieldset
{
	border: dashed 1px black;
}

fieldset label
{
	display: block;	
}

fieldset input[type="text"]
{
	width: 200px;
}
fieldset textarea
{
	width: 500px;
	height: 100px;
}

img
{
	border: dashed 1px black;
}




















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
