@charset "utf-8";
#wrap {
	margin: auto;
	width: 750px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00AEEF;
	border-right-color: #00AEEF;
	border-bottom-color: #00AEEF;
	border-left-color: #00AEEF;
	background-color: #FFFFFF;
}
body {
	margin-top: 0px;
	background-color: #FFFBEA;
}
#header {
	height: 100px;
	width: 750px;
}
#left {
	width: 150px;
	float: left;
}
#footer {
	clear: both;
	width: 740px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00AEEF;
	padding-left: 10px;
	background-image: url(images/footerbg.gif);
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 0px;
	color: #000000;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#content {
	float: right;
	width: 550px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
}
#content img {
	text-align: center;
	float: none;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	color: #ed1848;
	font-weight: lighter;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.3em;
}
#footer a {
	color: #ed1848;
	text-decoration: none;
}
#footer a:visited {
	color: #ed1848;
	text-decoration: none;
}
#footer a:active {
	color: #ed1848;
	text-decoration: none;
}
#menu {
	list-style-type: none;
	margin: 2px;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#menu li {
	height: 23px;
	width: 140px;
	padding: 2px;
}

#wrap #left #menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #00aeef;
	height: 23px;
	width: 140px;
}


#footer a:hover {
	text-decoration: underline;
}
#menu li:hover {
	height: 23px;
	width: 140px;
	background-color: #CFEFFC;
}
#content a {
	color: #ED1848;
	text-decoration: none;
}
#content a:hover {
	color: #ED1848;
	text-decoration: underline;
}
#content h2 {
	color: #00AEEF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	color: #ed1848;
	font-weight: lighter;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
