/*CSS Document*/

body {
background: #C2C8CC;
margin: 0 auto;
font-family: Tahoma;
font-size: 13px;
}

h4 {
	padding-left: 0px;
}

/* Introduction Page Layout */

#introduction {
	margin: 0 auto;
	width: 800px;
}

.text {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}

.text a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.text a:hover {
	color: #17445F;
	font-weight: bold;
	
}

/* Main Page Layout */

#wrapper {
	position: relative;
	margin: 0 auto;
	top: 5px;
	width: 800px;
	background: #C2C8CC;
}

#left_c {
	position: relative;
	float: left;
	margin: 0px;
	width: 600px;
}

#right_c {
	position: relative;
	float: right;
	margin: 0px;
	width: 200px;
}

#full_c {
	position: relative;
	margin: 0px;
	width: 800px;
}

#full_c a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
}

#full_c a:hover {
	color: #17445F;
	font-weight: bold;
}

.box {
	width: 555px;
	color: #000;
	min-height: 150px;
	padding-top: 5px;
}

.box li {
	list-style: none;
	display: inline;
	padding-right: 4px;
	padding-left: 0px;
}

.box li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.box li a:hover {
	color: #17445F;
	font-weight: bold;
}

.box p {
	margin-left: 4px;
	padding: 6px;
	line-height: 1.7em;
}

.box img {
	float: right;
	padding: 10px 2px 2px 4px;
}

.events {
	color: #000;
	width: 190px;
	padding-top: 4px;
}

.events li {
	list-style: none;
	padding: 4px;
}

#header {
	position: relative;
	margin: 0 auto;
	background: #000;
	width: 100%;
	height: 250px;
	border-bottom: 5px solid #B3AD74;
}

#menu_left {
	position: relative;
	top: 0px;
	margin: 0px;
	width: 100%;
	height: 30px;
	background: #FEF7A5;
	text-align: left;
	z-index: 50;
	border-bottom: 5px solid #B3AD74;
}

.mbox {
	position: relative;
	margin: 0 auto;
	width: 800px;
	padding: 5px 0px 5px 0px;
}

.mbox li {
	list-style: none;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}

.mbox li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.mbox li a:hover {
	color: #17445F;
	font-weight: bold;
}

#footer {
	position: relative;
	top: 15px;
	clear: both;
	margin: 0px;
	width: 100%;
	padding: 2px 0px 0px 0px;
	height: 28px;
	text-align: right;
	background: #FEF7A5;
	border-top: 5px solid #B3AD74;
}

.fbox {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 150px;
	padding-top: 5px;
}

.fbox li {
	list-style: none;
	display: inline;
	padding-right: 4px;
	padding-left: 6px;
}

.fbox li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.fbox li a:hover {
	color: #17445F;
	font-weight: bold;
}

