/* A Free Design by Bryant Smith (bryantsmith.com) */


body {
	
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'Oswald';
	src: local('Oswald'),
	url('/fonts/Oswald.ttf') format('ttf');
	font-size: 15px;
	color: rgb(160, 160, 160);
	/*background-color: #000;*/
	
	
	
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;
 
}

#container
{
  display: block; 
  height:auto;
  position: relative; 
  width: 940px;
}

#mainpic h1
{
	position:absolute;
text-align:right;
font-size:30px;
color:#AB970C;
left:853px;
top:14px;
}


#mainpic h2
{
position:absolute;
text-align:right;
color:#bbbbbb;
left:600px;
top:252px;
}

#mainpic
{
background-image:url(images/main2.png);
background-repeat:no-repeat;
width: 900px;
height: auto;

padding-bottom:400px;
}

#mainpic2
{
background-image:url(images/main-2.png);
background-repeat:no-repeat;
width:900px;
height:126px;
	
}

.lighter
{
color:#fff4ca;
	
}




#menu
{
background-image:url(images/menu.png);
background-repeat:no-repeat;
width:940px;
height:69px;
float:left;
clear:both;
}

#content
{
width:880px;
height:auto;
/*background-color:#FFF;*/
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
}

#footer
{
width:inherit;
height:auto;
}

#footer h3 a,#footer h3 a:visited
{
display:block;
text-align:center;
font-size:12px;
text-decoration:none;
color:#ffffff;
}

a,a:visited
{
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin-left:auto;
	width:900px;
}

#menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 
	
}

#menu a,#menu a:visited {
	font-family: Helvetica, sans-serif;
	float: left;
	width: 150px;
	height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	color:#aaaaaa;
	font-weight: bold;
	padding-top: 16px;
	font-size: 15px;
}

#menu a:hover{
	color:#ffffff;
	text-decoration: underline;
}

#content p
{
	
}


html, body {
height: 100%;
width: 100%;
text-align: center;
background-image:url(images/BG.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
}
p {text-align: left;}
