body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 15px;
	background-image: url(../images/stripes.gif);
	background-color: #FCF9F0;
	background-repeat: repeat-y;
	z-index:3;
}

#container {
	margin: 0px auto;
}

#sidebar {
	position: relative;
	top: 0px;
	float: right;
	width:70%;
	height:100%;
	z-index:2;
	background-image: url(../images/top_pattern.gif);
	background-repeat: repeat-x;
}

#logo {
	position:absolute;
	top: 31px;
	left: 77px;
	z-index:120;
}

#header {
	position: absolute;
	margin: 0px;
	padding:0;
	background:#FCF9F0 url(../images/top.gif);
	width: 901px;
	height:101px;
	z-index: 100;
}

#imagearea {
	top: 101px;
	position: absolute;
	background-color: white;
	background-image: url(../images/stripes.gif);
	background-repeat: repeat-y;
	width: 901px;
	height: 250px;
	z-index: 99;
}

#mainimage {
	position:absolute;
	top: 140px;
	left: 120px;
	width: 453px;
	height:688px;
	margin: 0px;
	border:solid 4px #A48757;
	padding: 0px;
	z-index:110;
}

#main {
	top: 352px;
	position: absolute;
	background: #fff url(../images/text_background.gif) repeat-y;
	width: 901px;
	height: 70px;
	background-image: url(../images/text_background.gif);
}

#maintext {
	position: relative;
	padding: 20px 0px 5px 0px;
	font-size:11px;
	font-family:verdana,arial,helvetica,san-serif;
	line-height: 18px;
	width:380px;
	left: 160px;
}

#mainside {
	position:relative;
	left:550px;
	top: 2px;
	text-align: right;
	padding: 0px;
	margin-bottom: -65px;
	font-size:11px;
	font-family:Times New Roman, serif;
	font-weight: bold;
	color: #A48757;
	line-height: 22px;
	width:200px;
}

span.copyright {
	font-size: 10px;
	color: D7CDB1;
	font-weight: normal;
}


#maincopright{
	
}

#navlist li{
	font-family: Times New Roman, sarif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#navcontainer{
	position: absolute;
	top: 73px;
	left: 150px;
}

#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer ul li a{
	text-decoration: none;
	color: #000;
}

#navcontainer ul li a:hover{
	text-decoration: none;
	color: #fff;
}

#sidenav {
	position:absolute;
	top: 38px;
	left: 625px;
	z-index: 120;
	width: 164px;
}

#maintext ul{
	font-family:Arial, Helvetica, sans-serif;
	color: #0F0F0F;
	list-style-image:url(../images/bullethome.gif);	
	margin-left: 15px;
	line-height: 15px;
	
}
#maintext ul li{
	font-family:Arial, Helvetica, sans-serif;
	color: #0F0F0F;
	font-size: 12px;
	padding-bottom: 3px;
}

#maintext ul li a{
	text-decoration:none;
	color: #0F0F0F;
	
}
#maintext ul li a:hover{
	background-color:#B5A57B;
	text-decoration:none;
}
