body {
	background: #424242 url(../images/main_bg.gif); 
	margin: 0px; 
	font-family:sans-serif; }
		
#wrapper {
	background: url(../images/bg.jpg);
	position: absolute;
	margin: 0px;
	top: 126px;
	width: 100%;
	height: 450px;}
				
#logo {
	position: absolute;
	margin: 0px;
	width: 610px;
	top: 0px;   
	height: 164px;
	left: 191px;
	display: block;
    background: url(../images/top_title_grey.jpg) no-repeat top left; }

#pageTitle {
	position: absolute;
	height: 20px;
	width: 420px;
	margin-left: 274px;
	top: 8px;
	line-height: normal;
	font-size: 13px;
	color : #887F66;}
	
#content {
	position: absolute;
	top: 50px;
	width: 780px;
	height: 390px;
	overflow: auto;
	margin-left: 220px;
	color: #887F66;
	font-size: 12px;}

#mainCol {
	width: 550px;
	position: absolute;
	left: 0px;
	height: 390px;
	list-style-image: url(../dev/images/bullet.gif);}
	
#sideBox {
	z-index: 100;
	top: -13px;
	font-size: 12px;
	line-height: 1.3em;
	position: absolute;
	left: 560px;
	width: 170px;}


.leftColumnImg	{
	margin: 0px 0px 0px 15px;
	padding: 0;
	float: right;
	border: 5px solid #cccccc;}
	
	
/*  -------------- Navigation -------------- */
#nav {
	width: 190px;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 23px;}

ul#menu {
	width: 190px;
	list-style-type: none;
	margin: 0px;
	font-size: 16px;
	padding: 27px 0 0 0;}  /* top menu items */	
	
ul#menu ol {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 3px solid #ffffff;
	line-height: 18px;
	background: #D7D3CC ;} /* submenu color */	

ul#menu ol li {border: none;}
ul#menu ol li a{ /* hover cells for sub menus */
	border: none;
	padding-left: 40px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
    line-height: 18px;}

ul#menu a { /* sub menus */
	color : #ffffff;
	padding: 0px 0px 3px 22px;
	border: none;
	text-decoration : none;
	display: block;
	line-height: 18px;}

ul#menu a:hover {
	background-color : #B1AC9C;
	text-decoration : none;
	line-height: 18px;
	margin: 0px;}

ul#menu li.menu {
	color : #ffffff;
	text-decoration : none;
	line-height: 15px;
	margin: 0px;}
	
/*  -------------- Contents -------------- */

.gallery_spacer {
		margin-right: 10px;
		margin-bottom: 10px;}
		
a {color: #887F66; text-decoration: underline;}
a:hover {color: #C8C4B9;text-decoration: none; }

a.gallery {color: #C8C4B9;}
a.gallery:hover {color: #887F66; }

.input{
	font-size: 11px;
	margin-top: 4px;
	width:210px;
	border:1px #C8C4B9 solid;
	color:#BEBAAD;
	padding-left: 3px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;}

.textarea{
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 4px;
	width:210px;
	border:1px #C8C4B9 solid;
	color:#BEBAAD;
	padding-left: 3px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	height:80px;
	overflow: auto;}

.button{
	background:#ffffff;
	color:#BEBAAD;
	border:1px solid #C8C4B9;
	line-height: 10px;
	margin-top: 4px;
	margin-bottom: 16px;
	padding: 2px;
	font-size: 10px;}

.hide {display: none;}


/*  -------------- Footer -------------- */	
a.footer {color:#A7A08F; text-decoration: none;}
a.footer:hover {color:#887F66; text-decoration: underline; }
		
#footer {
	display: block;
	position: relative;
	top: 456px;
	width: 180px;
	height: 19px;
	left: 12px;
	color: #A7A08F;
	font-size:10px}
	
