@charset "utf-8";
#mainContent h3 {
	font-size: 21px;
	color: #003366;
}
.footer {
	font-size: 11px;
	line-height: 18px;
	color: #000;
}
a:link {
	color: #025097;
}
a:visited {
	color: #025097;
}
a:hover {
	color: #038CB4;
}
a:active {
	color: #025097;
}

.title {
	font-size: xx-large;
	color: #000000;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-bottom: 3px;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(/images/culture_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #DBD8CF;
}
#container {
	width: 990px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-position: center top;
	background-image: url(/images/culture_bg.jpg);
} 
#header {
	height: 98px;
	width: 990px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: repeat-x;
} 
#navigation {
	float: none;
	height: 42px;
	width: 990px;
	position: absolute;
	left: 0px;
	top: 98px;
}
#mainContent {
	margin-top: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	top: 165px;
	position: absolute;
	float: left;
	left: 105px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.5em;
	width: 380px;
} 

#mainContent p {
	color: #000000;
}
#mainContent h5 {
	font-size: 18px;
	color: #003366;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;

}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #EDEBE7;
	padding: 10px;
	width: 460px;
	border: 1px solid #630;
}
#rotate {
	width: 420px;
	position: absolute;
	left: 400px;
	top: 15px;
	height: 500px;
	border: 1px solid #333;
}
