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

body {
	background-color: #FFFFFF;
}
#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	margin: 10px;
}
#content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;

}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
}


#slider_holder {
	width: 700px;
	overflow: auto;
	margin-top: 30px;
}
#slider_holder img {
	float: left;
	padding-top: 20px;
}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #000000;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
}
.example_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	margin-left: 350px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.large_italic {
	font-size: 170%;
	font-style: italic;
}

.large_bold {
	font-size: 160%;
	font-weight: bold;
}


.white {
	color: #FFFFFF;
}
.smaller {
	font-size: 80%;
}
