body {
	background-color: #000;
	background-image: url(../img/img-bkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin: 0px;
}
a:link {
	color: #FC0;
	text-decoration: underline;
}
a:visited {
	color: #FC0;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	color: #FC0;
	text-decoration: underline;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../img/img-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 222px;
	padding-top: 8px;
}
#header .date {
	font-size: 24px;
	color: #CCC;
	padding-bottom: 26px;
}
#container {
	background-image: url(../img/img-container-bk.jpg);
	background-repeat: repeat-y;
	background-position: 193px top;
}
#container-top-block {
}
#container-body-block {
	float: left;
	width: 757px;
}
#nav-block {
	margin: 0px;
	float: left;
	width: 193px;
}
#nav-block ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
#nav-block ul li {
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #ACACAC;
}
#nav-block a {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
}
#nav-block a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
}
#nav-block a:visit {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
}
#nav-block a:hover {
	color: #FC0;
	text-decoration: none;
	font-size: 15px;
}
#nav-block a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
}
#container-block1 {
	float: left;
	margin-left: 75px;
	width: 438px;
	padding-top: 20px;
}
#container-block2 {
	float: left;
	margin-left: 11px;
	color: #333;
	padding-top: 70px;
	height: 250px;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 12px;
	width: 173px;
	background-image: url(../img/img-event-bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 40px;
}
#base {
	background-image: url(../img/img-base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 270px;
	padding-left: 230px;
	padding-top: 30px;
	color: #A7A7A7;
	padding-right: 130px;
}
#signoff {
	font-size: 10px;
	color: #484848;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 120px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
	height: 1px;
}
p {
	margin-top: 0px;
}
h1 {
	margin-top: 0px;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	margin-top: 0px;
	font-weight: normal;
}
.yellowtxt {
	color: #FC0;
}
.redtxt {
	color: #903;
}
input, textarea {
	font-size: 14px;
	padding: 3px;
	color: #FFCC10;
	background-color: #3B3B3B;
	border: 1px solid #FC0;
}
#button {
	color: #910622;
	background-color: #FC0;
	font-weight: bold;
	border: 1px solid #000;
}
.thumbnail {
	padding: 3px;
	border: 1px dotted #D1D5E0;
}
.links {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #373737;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
}
/* accordion menu  */
.opco {
	cursor: hand;
	cursor: pointer;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-color: #040404;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #232323;
	margin-bottom: 3px;
	font-weight: normal;
}

.opendiv { /*class added to contents when open*/
	padding: 6px;
	background-color: #F0EEF7;
	margin-bottom: 5px;
}
.subsdiv { /*class added to contents when open*/
	background-color: #262626;
	padding: 10px;
	margin-bottom: 15px;
}

