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


td,th {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
}
body {
	background-image:url(images/BG01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #fff;
}

p, li, {

}

a {
	color: #fff;

}

h1 {
	margin:0;
	padding:0;

}

h2 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	color: #01adee;
	border-bottom: 1px solid #01adee;
}

h3 {
	font-size: 110%;
}

.clr {

clear: both;
}


#wrapper01 {
	background-image: url(images/BG01.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#container {
	background-image:url(images/contentBG.png);
	background-repeat: repeat-y;
	width: 959px;
	margin: 0 auto;
}

#header {
	width: 955px;
	margin: 0 auto;
	background-image: url(images/headerBG01.jpg);
	background-repeat: repeat-x;
	
}

#flash {
	float:left;
	width: 735px;
	height: 335px;
	margin: 24px 0 0 0;
}
#logo {
	float:right;
	width: 215px;
}

#mainNav {
	font-family: 'Century Gothic', Arial ;
font-size: 12px;
padding: 9px 0;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNav li {
	display: inline;
}

#mainNav a {
	background-color: #474747;
	color:#999;
	text-decoration: none;
	padding: 4px 5px;
}

#mainNav a:hover {
	background-color: #17759b;
	color: #fff;
}

#mainNav .current {
	background-color: #17759b;
	color: #fff;
}

#contentWrapper {
	background-image: url(images/homeBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
height: 250px;
}

#content {
	padding: 20px 40px;

}

#contentHome {
	padding: 0 30px;
	width: 540px;

}


#footer {
	background-color: #FFF;
	padding: 5px;
	color: #666;
font-size: 11px;
}

#footer a {
color: #666;
}