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

body {

	margin: 0;
	background: #333333 url(../images/bg001.jpg) top repeat-x;
	font: 14px Arial;

}

a:link {

	color: #0000CC;

}

a:visited {

	color: #0000CC;

}

a:hover {

	color: #9e8c40;

}

#page {

	background-image: url(../images/bg002.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 982px;
	padding: 20px 0;

}

.top {

	background: url(../images/top_edge001.jpg) top left no-repeat;
	color: #EEEEEE;
	text-align: center;

}

.top a:link {

	color: #EEEEEE;
	text-decoration: none;

}

.top a:visited {

	color: #EEEEEE;
	text-decoration: none;

}

.top a:hover {

	color: #EEEEEE;
	text-decoration: underline;

}

.subBar {

	padding: 2px 0;
	text-align: center;
	border: 1px solid #9e8c40;
	border-top: none;

}

.subBar a:link {

	color: #000000;
	text-decoration: none;

}

.subBar a:visited {

	color: #000000;
	text-decoration: none;

}

.subBar a:hover {

	color: #FFFFFF;
	text-decoration: none;

}