body { text-align: center; 	font-family: Arial, sans-serif; font-size: 14px; line-height: 22px;}

#header {
	position: relative;
	top: 0;
	height: 100px;
	width: 1024px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 0;
	left: 30px;
	height: 100px;
	width: 205px;
	background: url(../img/global/logo.png);
}

#logo a {
	display: block;
	height: 100px;
	width: 205px;
}

#nav_frame {
	position: relative;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background: red;
	background: url(../img/global/bg_nav.jpg) repeat-x;
}

#nav {
	position: relative;
	top: 0;
	height: 50px;
	width: 1024px;
	margin: 0 auto;
	z-index: 2;
	font-family: "CopseRegular", Arial, sans-serif;
}

#nav a {
	display: inline-block;
	margin: 0 20px;
	height: 100%;
	padding: 15px 5px 25px 5px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
}

#slideshow_frame {
	position: relative;
	top: 0;
	height: 410px;
	width: 100%;
	background: url(../img/global/bg_slideshow.png);
}

#slideshow {
	position: relative;
	top: 0;
	height: 410px;
	width: 1024px;
	margin: 0 auto;
	z-index: 1;
}

#sections {
	position: relative;
	top: 0;
	width: 1024px;
	margin: 0 auto;
}

.section_content {
	height: 250px;
}

#content {
	position: relative;
	top: 0;
	width: 960px;
	margin: 0 auto;
}


#content {
	top: 20px;
	text-align: left;
}

.section {
	float: left;
	margin: 20px 0 0 25px;
	width: 225px;
	font-family: "CopseRegular", Arial, sans-serif;
	font-size: 18px;
}

.window {
	margin-top: 20px;
	padding: 20px;
	width: 179px;
	background: #e8e8e8 url(../img/global/bg_window.png) repeat-x;
	border: 3px solid #FFF;
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.window a {
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 10px;
	margin-top: 20px;
	background: #483219;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "CopseRegular", Arial, sans-serif;
	font-size: 18px;
}

#footer {
	position: relative;
	top: 20px;
	width: 1024px;
	height: 50px;
	margin: 40px auto;
	clear: both;
	color: #9c9c9c;
}

#footer a {
	color: #9c9c9c;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: "CopseRegular", Arial, sans-serif;
}

p {
	font-size: 14px;
	margin-bottom: 20px;
}

b, strong { font-weight: bold; }
i, em { font-style: italic; }

hr {
	margin: 20px 0;
}

