body {
	background: #ffffff url(../images/bg.jpg) repeat-x center top;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0;
	text-align: center;
}

/***** Site tag styles *****/
a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #666;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

p {
	margin: 14px 0;
}

/***** Useful Classes *****/
.clear {
	clear: both;
}

/***** Main Site *****/
#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
}

/***** Header *****/
#header-logo {
	text-align: right;
}
#header-slide {
	height: 200px;
}
#header-bottom {
	background: #ffffff url(../images/header2.jpg) no-repeat left top;
	height: 44px;
}

/***** Content Styles *****/
#content {
	padding: 30px 16px;
}

#content-left {
	float: left;
	width: 302px;
}
	#features {
		font-size: 16px;
		margin: 14px 0;
		text-align: center;
	}

#content-right {
	margin-left: 320px;
}

#content-gallery {
	width: 770px;
}
#content-gallery img {
	padding: 0 5px 5px;
}

/***** Navigation Styles *****/
#navigation .nav {
	background: #ffffff url(../images/buttonbg.jpg) repeat-x left top;
	margin-bottom: 16px;
	text-align: center;
}

#navigation .space {
	width: 100px;
}

/***** Footer *****/
#details {
	margin: 20px 0;
	text-align: center;
}

#footer {
	border-top: 2px solid #d5a752;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	text-align: center;
}
