body {
background-color:#363636;
font-family:Trajan-Regular, Georgia, Serif;
font-size:13px;
}

img {
border: 0;
}
#wrapper {
background-image:url('../images/page-bg.png');
background-repeat:no-repeat;
height:622px;
width:900px;
margin: 40px auto;
position:relative;
}

#logo {
height:88px;
width:167px;
position:absolute;
top:0;
left:0;
}

#copyright {
width:900px;
text-align:right;
margin:-30px auto 10px;
font-family:Trajan-Regular, Serif;
font-size:13px;
text-transform:uppercase;
color:#ab9f99;
}

#title {
top:100px;
margin:0px auto;
position:relative;
text-align:center;
font-size:40px;
color:#b2a8a2;
}

#topmenu {
width:570px;
height:20px;
top:55px;
margin:55px auto;
position:relative;
border: 2px solid #686868;
border-right:0;
border-left:0;
text-align:center;
font-size:16px;
color:#ab9f99;
padding:6px 0px 2px 0px;
list-style-type:none;
}


#topmenu li {
display:inline;
margin-left:18px;
margin-right:18px;
}



#content {
width: 570px;
height: 368px;
top:15px;
margin:15px auto;
position:relative;
background-color: #fff;
}

#bottommenu {
width:570px;
height:20px;
top:10px;
margin:0px auto;
position:relative;
text-align:center;
font-size:16px;
color:#ab9f99;
padding:6px 0px 2px 0px;
list-style-type:none;
}


#bottommenu li {
display:inline;
margin-left:22px;
margin-right:22px;
}


/*********************PAGE STYLING*************************/


#about
{
height:288px;
width:490px;
top:20px;
margin:0px auto;
border:1px solid #000;
text-align:center;
position:relative;
padding:20px;
}

#contact
{
height:288px;
width:490px;
top:20px;
margin:0px auto;
border:1px solid #000;
text-align:center;
position:relative;
padding:20px;
}

.newsletter-image {
float:left;
padding: 15px;
}

#newsletter-form {
margin-top:150px;
margin-right:30px;
float: right;
}

#thankyou {
	background: url("../images/newsletter/thankyou.png") 0 0 no-repeat;
	height:50px;
	width:200px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px; /*set to a negative number 1/2 of your height*/
	margin-left: -100px; /*set to a negative number 1/2 of your width*/
}
#oops {
	background: url("../images/newsletter/oops.png") 0 0 no-repeat;
	height:50px;
	width:250px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px; /*set to a negative number 1/2 of your height*/
	margin-left: -125px; /*set to a negative number 1/2 of your width*/
}

/*********************FORMS********************************/
/* Forms 

------------------------------------------------------------------------------------------------- */

form#newsletter {
    margin-top: 20px;
	padding:5px;
	border: 1px #363636 solid;

}

form#newsletter .input {
    margin: 0 0 5px 0;
	border: 0;
	padding:2px;

}
input#newsletterinput {
	background-color: #fff;
	color:light grey;
    /*background: url(../images/graphics/input_bg.png) no-repeat scroll left top;*/
    border:0;
    padding: 3px;
    width: 136px;
	height:20px;
	font-family:Serif;
}
input#newsletterbutton {
	margin-left:10px;
	padding:3px;
	font-size:12px;
   font-family:Serif;
   color:#363636;
   width:100px;
   height:23px;
   background-color:#ffffff;
   border-style:solid;
   border-color:light-grey		;
   border-width:1px;	
   text-shadow: 0px 0px 1px #4a484a;
filter: dropshadow(color=#4a484a, offx=1, offy=1) 
}

/**********************************************************/

/*********************TYPOGRAPHY***************************/

a{
text-decoration:none;
color:#ab9f99;
}

.active {
color:#E15922;
}

p {
font-size:12px;
}

h6 {
font-size:16px;
text-align:center;
margin: 0 auto;
padding-top: 150px;
}

	
.PopplExquisit {
			
			letter-spacing:2px;
		}
		

@font-face {
	font-family: 'Trajan-Regular';
	src: url('fonts/trajan1r-webfont.eot');
	src: local('?'), url('fonts/trajan1r-webfont.woff') format('woff'), url('fonts/trajan1r-webfont.ttf') format('truetype'), url('fonts/trajan1r-webfont.svg#webfontZ4zsPlyB') format('svg');
	font-weight: normal;
	font-style: normal;
}


