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

body {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	background-color: #C2D9E8;
	background-image: url(/images/sky-bkgd.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #ED3237;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ED3237;
}
a:hover {
	text-decoration: underline;
	color: #ED3237;
}
a:active {
	text-decoration: none;
	color: #ED3237;
}
h1 {
	font-size: 24px;
	color: #ED3237;
}
h2 {
	font-size: 18px;
	color: #3E4095;
}
h3 {
	font-size: 16px;
	color: #ED3237;
}
h4 {
	font-size: 14px;
	color: #ED3237;
}
#wrapper {
	background-image: url(/images/wrapper-bground2.jpg);
	float: none;
	min-height: 774px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#left-wrapper {
	float: left;
	min-height: 720px;
	width: 675px;
}
#header {
	float: left;
	height: 137px;
	width: 635px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
}
#menu {
	background-image: url(/images/menu-bground.png);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 675px;
	padding-top: 10px;
}
#content {
	padding: 20px;
	float: left;
	min-height: 508px;
	width: 630px;
	background-image: url(/images/content-bkgd.png);
	background-repeat: repeat;
}
#slideshow {
	background-image: url(/images/animation-1.png);
	background-repeat: no-repeat;
	float: left;
	height: 724px;
	width: 275px;
}
#bottom-menu {
	background-color: #3E4095;
	float: left;
	height: 22px;
	width: 950px;
	padding-top: 10px;
}
.bottom-menu a:link{
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.bottom-menu a:visited {
	text-decoration: none;
	color: #FFF;
}
.bottom-menu a:hover {
	text-decoration: underline;
	color: #FFF;
}
.bottom-menu a:active {
	text-decoration: none;
	color: #FFF;
}
