body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(img/img1.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	color:#0063C6;
}

h2 {
	font-size: 1em;
	color:#F03753;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(img/img6.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #D56E22;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

/* the banner */

#banner{
	background:url(img/banner.jpg);
	width: 508px;
	height: 149px;
	margin-left:120px;
}

/* Wrapper */

#wrapper {
	background: url(img/img2.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	width: 880px;
	height: 50px;
	margin: 0 auto;
	padding: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 20px 0 20px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background:url(img/img5.gif);
}

#menu .current_page_item a {
	background: url(img/img5.gif) repeat-x;
	color: #FFFFFF;
}



/* Page */

#page {
	width: 962px;
	margin: 0 auto;
	background: #FFFFFF url(img/img7.gif);
}

#bgtop {
	height: 24px;
	background: url(img/img6.gif) no-repeat;
}

#bgbottom {
	padding-bottom: 20px;
	background: url(img/img8.gif) no-repeat left bottom;
}

#bgbottom table , th {
	width:950px;
	margin-top:10px;
}

#page ul {
	list-style: none;
}


/* Footer */

#footer {
	width: 962px;
	height: 83px;
	margin: 0 auto;
	background: url(img/img9.gif) no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}








