@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;	
}
img a {
	border: none;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 170%;
	padding: 0 0 15px 0;
}
h2 {
    font-family: tahoma;
    color: #407112;
	font-size: 120%;
	font-weight: normal;
	padding: 0 0 15px 0;
}
h3 {
	font-family: tahoma;
        color: #036;
        font-size: 100%;
	padding: 15px 0;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	padding: 8px 15px;
	text-align: right;
	color: #069;
}
h5 {
	font-size: 120%;
	font-weight: normal;
	padding: 15px 0;
	color: red;
	text-align: center;
}
p {
        font-family: geneva, arial, sans-serif;
	line-height: 1.5em;
        word-spacing: .2em;
	color: #036;
}
html {
 	background: #069 url(../assets/images/bodyBg.jpg) repeat-x fixed;	
}
body {
	background: url(../assets/images/curtain.png) repeat-x left bottom fixed;	
	margin-bottom: 0px;
}
#container {
	width: 880px;
	margin: 0 auto;
        padding: 20px 0;
}
#header {
	position: relative;
	width: 882px;
	height: 220px;
        border-bottom: 2px solid #9c0;
	background: url(../assets/images/banner.jpg) no-repeat;
}
#header h1 {
	text-indent: -9999em;	
}
#header a img {
	position: absolute;	
	top: 7px;
	left: 40px;
	width: 239px;
	height: 212px;
}
#nav {
	width: 882px;
	float: left;
	margin-top: 0px;
	padding: 0;
	list-style: none;
	background: #ff6 url(../assets/images/navBg.jpg) repeat;
	border-bottom: 1px solid #eee;
	border-top: 0px solid #eee;
        border-right: 0px solid #ff3;
	border-left: 0px solid #f2f2f2;
}
#nav ul {
	list-style-type: none;	
}
#nav li {
	float: left; 
}
#nav li a {
	display: block;
        background: #ff6;
	padding: 8px 20px;
        text-decoration: none;
	font-weight: bold;
        font-size: 105%;
	color: #069;
	border-right: 0px solid #fff; 
}
#nav li a:hover {
	color: #fff;
	background-color: #069;
        text-decoration: none; 
}
#nav li a:active {
        background-color: #fff;
}
#content {
	width: 878px;	
	background: #ffd;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
#area1 {
	width: 399px;
	float: left;
	padding: 5px 20px;
	border-right: 1px dashed #ccc;
}
#area2 {
	width: 398px;
	float: left;
	padding: 5px 20px;
}
#footer {
	clear: both;
	width: 878px;
	height: 88px;
	padding: 0;
	border: 2px solid #ffd;
        background: #eec;
        padding-top: 14px;
        padding-bottom: 5px;
}
#footer img {
display: inline;
width: 80px;
margin: 0 10px 0 0;
height: 80px;
background: #eec;
padding: 0 5px;
}

#footer p {
font-size: 85%;
word-spacing: 0;
margin: 9px 0 0 15px;
padding: 0 0 0 0;
}

#contactForm {
color: #fff;
width: 385px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;	
background: #069;
border: 1px solid #ccc;
}

#clear {
	clear: both;	
}
.separator {
	width: 10px;	
}
#contactForm #first_name {
width: 100%;
}
#contactForm #last_name {
width: 100%;
}
#contactForm #email {
width: 100%;
}
#email_confirm {
width: 100%;
}
#contactForm #subject {
width: 100%;
}
#contactForm #message {
width: 100%;
}
#fblogo {
margin-right: 0px;
}
#pooperoni {
margin-right: 20px;
}
