body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-image: url(../images/damaskbg.jpg);
	background-position:center;
	background-repeat: repeat-y;
	}
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #CC0033;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#container {
	position: relative;
	left:auto;
	right: auto;
	top: -10px;
	width:800px;
	height:600px;
	margin-right: auto;
	margin-left: auto;
	z-index:1;
	margin-top: auto;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:270px;
}
#nab_bar {
	position:absolute;
	left:0px;
	top:273px;
	width:800px;
	height:25px;
	background-color: #FF9900;
}
#subnav {
	position:absolute;
	left:20px;
	top:15px;
	width:154px;
	height:412px;
	z-index:auto;
	background-position: 20px 40px;
	clear: left;
	float: left;
	background-color: #9BBD22;
}
#main {
	position:absolute;
	left:25px;
	top:20px;
	width:750px;
	height:500px;
}
#image {
	position:absolute;
	left:0px;
	top:20px;
	width:250px;
	height:350px;
	z-index:auto;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCCCCC;
}
#text {
	position:absolute;
	left:84px;
	top:95px;
	width:556px;
	height:380px;
	z-index:auto;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
#site_map {
	position:absolute;
	left:0px;
	top:780px;
	width:760px;
	height:40px;
}
#copyright {
	position:absolute;
	left:0px;
	top:820px;
	width:760px;
	height:40px;
}

