div#outer {
	width: 900px;
	min-height:400px;
	background-color: #321001;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
div#header {
position:relative;
background-image:url(images/Header.jpg);
background-position:top;
background-repeat:no-repeat;
left:0px;
top:0px;
width:900px;
height:311px;
}

.justifyme {
text-align:justify; 
}

.bottomLinks {
color:#efd5ca;
font-size: 14px;
line-height:normal;
font-family: 'CenturyGothicRegular', sans-serif;
}

.bottomMenu {
text-transform:uppercase;
}

.bottomMenu a:link, a:active, a:visited{
color: #FCA678;
text-decoration:none;
}
.bottomMenu a:hover{
color: #efd5ca;
}

div#content {
width:840px;
position:relative;
top:0px;
left:25px;
color:#efd5ca;
font-size: 14px;
line-height:normal;
font-family: 'CenturyGothicRegular', sans-serif;
min-height:300px;
}

div#body {
width:900px;
	background-image:url(images/body.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div#footer {
position:relative;
background-image:url(images/footer.jpg);
background-position: bottom;
background-repeat:no-repeat;
left:0px;
top:0px;
width:900px;
height:40px;
}

@font-face {
	font-family: 'CenturyGothicRegular';
	src: url('GOTHIC.eot');
	src: local('Century Gothic'), local('CenturyGothic'), url('GOTHIC.woff') format('woff'), url('GOTHIC.ttf') format('truetype'), url('GOTHIC.svg#CenturyGothic') format('svg');
}

.Titles {
font-size: 18px;
line-height:normal;
font-family: 'CenturyGothicRegular', sans-serif;
text-transform:uppercase;
letter-spacing:.2em;
color:#fdcdb4;
border-bottom:thin #d38362 solid;
border-top:thin #d38362 solid;
}

.Subtitles {
font-size: 14px;
line-height:normal;
font-family: 'CenturyGothicRegular', sans-serif;
text-transform:uppercase;
letter-spacing:.1em;
color:#fdcdb4;
}
.pink {
	color: #FCA678;
}



a {
color:#fff0bb;
}

.smallItalic {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
color:#fdcdb4;
}

