@charset "utf-8";
/* CSS Document */

html, body {
   background: #cfbea6 url(../images/bg-body.jpg) repeat-y top fixed; 
}

#wrapper {
	margin: 10px auto;
	background: #fff;
	width: 960px;
	background: url(../images/bg-content.jpg) repeat-y;
} 

#header {
	height: 200px;
	background: url(../images/bg-header.jpg) no-repeat;
}

#logo {
	width: 300px;
	height: 180px;
}

#content {
}

#left-colum {
	margin: 15px;
	float: left;
	width: 225px;
}

#right-colum {
	margin-left: 240px;
}

#footer {
	height: 60px;
	background: url(../images/bg-footer.jpg) no-repeat;
	clear: both;
}

#contact {
	border: 1px solid #FF9900;
	margin-bottom: 20px;
}

#contact h1 {
	margin: 0px;
	padding: 5px;
	background: #FF9900;
	color: #fff;
}

#contact p {
	margin-top: 10px;
}

#slideshow li {
	list-style: none;
}

.style1 {
	font-size: 1.8em;
	font-family: Monotype Corsiva;
}

.style2 { color: #0066CC; }

.style3 {
	font-size: 2em;
	font-family: Monotype Corsiva;
	text-align: center;
	margin-top: 20px;
}

.style4 { color: #FF3300; }

.style5 { list-style-image: url(../images/sunny.gif); line-height: 50px; }

