/* CSS Document */

*{
	margin:0;
	padding:0;
	outline:none;
}

body{
	background:#928E91;
	margin:0;
	padding:0;
	color:#DCCFD8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
}

p{
	margin-bottom:12px;
}

h1, h2, h3{
	margin-bottom:18px;
	font-weight:normal;
}

h1{
	font-size:1.75em;
}

h2{
	font-size:1.50em;
}

h3{
	font-size:1.25em;
}

a{
	color:#FFC38E;
	text-decoration:underline;
}

a:hover{
	color:#FFC38E;
	text-decoration:none;
}

#wrapper{
	width:100%;
	margin:0 auto;
	padding:0;
	background:url(../images/bg.jpg) top center no-repeat #928E91;
}

#header{
	width:608px;
	height:247px;
	padding:0;
	margin:0 auto;
	background:url(../images/header.jpg) no-repeat;
}

#nav{
	padding:0;
	margin:0 auto;
	font-size:12px;
	background:url(../images/nav-bg.jpg) no-repeat;
	height:84px;
	width:608px;
}

#nav ul{
	list-style-type:none;
	margin:0;
	text-align:center;
}

#nav ul li{
	float:left;
	display:block;
	padding:22px 18px;
	margin:0;
}

#nav ul li a{
	color:#CECACD;
	text-decoration:none;
}

#nav ul li a:hover, #nav ul li a.active{
	color:#E4E1E3;
	text-decoration:underline;
}

#content{
	padding:20px;
	margin:0 auto;
	width:568px;
	background:url(../images/content-bg.gif) top center repeat-y;
}

#footer{
	margin:0 auto;
	width:100%;
	background:url(../images/footer.jpg) top center no-repeat;
}

#footer p{
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	padding:10px 0;
	margin:0;

}

/* classes */

.left{
	float:left;
}

.right{
	float:right;
}

.textleft{
	text-align:left;
}

.textright{
	text-align:right;
}

.textcenter{
	text-align:center;
}

.textjustify{
	text-align:justify;
}

.clear{
	clear:both;
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 370px;
	border: 1px solid #C5C5C5;
	background: #9B979A;
	padding: 3px;
	color: #C5C5C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}