@import url(http://fonts.googleapis.com/css?family=Alex+Brush|Great+Vibes|Petit+Formal+Script|Cinzel+Decorative);
@import url("style02.css");
@import url("new.css");

body {
	background-color:#000;
	font-family: 'Petit Formal Script', cursive;
	color:#54553E;
	margin:0;
	padding:0;
	font-size: 14px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
 
#wrapper {
	width:1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	width:1100px;
	height:512px;
	margin-bottom:0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/head.jpg);
}

#nav {
	width:1100px;
	height:35px;
	background-image: url(../img/nav.jpg);
	text-align: center;
	padding-top: 12px;
}

#nav a {
	display:inline;
	padding:15px;
	text-decoration:none;
	font-family: 'Cinzel Decorative', cursive;
	color: #080804;
	text-transform: lowercase;
	font-size: 18px;
	text-shadow:1px 1px 1px #7b7a38;
	font-weight: 700;
}

#nav a:hover {
	height:80px;
	color: #baaf2b;
	text-shadow:1px 1px 1px #000;
}

#content {
	width:1000px;
	float:left;
	background-color: #000;
	background-image: url(../img/cont.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}


#footer {
	clear:both;
	width:100%;
	height:246px;
	background-image: url(../img/foot.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#footer p {
padding:10px;
}

#title{
	font-family: 'Alex Brush', cursive;
	height: 110px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 48px;
	color: #baaf2b;
	text-align: center;
	margin-bottom: 50px;
}
	
	
 a:focus {
 outline: none;
 }
 img, img a {
    border: none;}
