body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	text-align: center;
}
.clear{clear:both;}
* {margin: 0px;padding: 0px;}

#container {
	background-image:url(images/gallery.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
	width: 940px;
}

a{color:#888888;}
a:hover{color:#b7fb24;}
/********************** Header ***************************/
#header {
	background-image:url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:940px;
	height:50px;
	position:relative;
        text-align:center;}
#header ul{
	position:absolute;
	top:10px;
	left:240px;
}
#header li{
	display:block;
	float:left;
	width:160px;
}
#header ul a{
	color:#928766;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
#header ul a:hover{color:#b7fb24;}

/********************** Welcome ***************************/
#content {
	//background-image:url(images/line.jpg);
	//background-repeat: no-repeat;
	//background-position: center top;
	padding: 150px 10px 10px 10px;
        font-size: 14px;
        color:#D6CDB4;
}
#content h3{
	margin: 10px 10px 10px 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #D6CDB4;}
#content p{
margin: 10px 0px 10px 0px;width:940px;}
#content a{}

/********************** Footer ***************************/
#footer {
	background-image:url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px 0px 10px 0px;
        color:#928766;
	text-align:center;
}