body {
	background-color: #000;
	color: #726a66;
	font-family: arial, sans-serif;
	line-height: 1.125em;
}
a:link, a:visited, a:hover, a:active {
	color: #726a66;
}
strong {
	font-weight: bold;
}
input.text, select, textarea {
	border: 1px solid #ccc;
	color: #58595b;
	font-size: 0.75em;
	padding: 4px;
}


#pageContainer {
	background: #ffffff url(images/bg-body.gif) repeat-x;
	margin-top: 20px;
	text-align: center;
}
	#page {
		margin: 0 auto;
		text-align: left;
		width: 1020px;	
		height: 750px;
	}
	

#header {
	padding: 10px 0 20px;
	position: relative;
}
	#header ul {
	position: absolute;
	right: 11px;
	top: 53px;
	width: 400px;
	}
	#header li {
		font-size: 0.75em;
		float: left;
		list-style: none;
	}
	#header li a {
	border-right: 1px solid #d3cbbf;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	text-transform: lowercase;
	}
	#header li a:hover, #header li.on a {
		text-decoration: underline;
	}
	#header li.last a {
		border: none;
		padding-right: 0;
	}


#mainContent {
	background-color: #ffffff;
	min-height: 422px;
	height: auto !important;
	height: 422px;
	border: 0px solid #d3cbbf;
	padding: 1px;
	
}
	#mainContent h1 {
		border-bottom: 1px solid #d3cbbf;
		font-weight: bold;
		margin: 2em auto;
		padding-bottom: 0.5em;
		text-align: center;
		width: 80%;
	}
	#mainContent h2 {
		font-size: 0.9375em;
		margin-bottom: 1em;
	}
	#mainContent h3 {
		font-size: 0.8125em;
		font-weight: bold;
		margin-bottom: 0.25em;
	}
	#mainContent p {
		font-size: 0.8125em;
		margin-bottom: 1em;
	}
	#mainContent ul {
		margin: 0 0 1em .5em;
	}
	#mainContent ul li {
		font-size: 0.8125em;
		margin-bottom: 0.125em;
	}



#footer {
	margin-top: 4.5em;
}
#footer p {
	font-size: 0.8125em;
}

#footer ul {
	height: 50px;
}
#footer li {
	border-left: 1px solid #d3cbbf;
	font-size: 0.6875em;
	float: right;
	list-style: none;
	padding: 0 10px;
	text-transform: inherit;
}
#footer li a {
	display: block;
	text-decoration: none;
}
#footer li a:hover, #footer li.on a {
	text-decoration: underline;
}
#footer li.first {
	border: none;
	padding-left: 0;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:900px;
		height:450px;
		overflow:hidden; 
		}	
	
		
	/* numeric controls */	

	ol#controls{
		margin-left:48px;
		margin-top: 15px;
		padding:0;
		height:5px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		}
	ol#controls li a{
		float:left;
		height:18px;
		line-height:18px;
		border:1px solid #ccc;
		background: #ffffff;
		color:#999;
		padding:0 10px;
		text-decoration:none;
		font-size:10px;
		}
	ol#controls li.current a{
		background: #999;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
	



