body {
	background-color: ECECEC;
}
body, div, td, p, a{
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: 11px;
}
h1{
	font-size: 16px;
	margin:0px;
}
h2{
	font-size: 14px;
	margin:0px;
}
h3{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin:0px;
}
hr{
	margin:0px;
	padding:0px;
	display:block;
	color: #000;
	background-color: #000;
	height: 1px;
}
a{
	color: black;
	text-decoration: underline;
}
form{
	margin:0px;
}
a:hover{
	text-decoration: none;
}
ol{
	margin-left:22px;
}
.pic{
	border: 1px solid black;
	margin:7px;
}

.pad10 {
	padding: 10px;
}
.top {
	background-image: url(../images/main3.jpg);
	position: relative;
	width: 680px;
	height: 298px;
	z-index: 100;
}
.top_inside{
	background-image: url(../images/top_inside.jpg);
	width: 680px;
	height: 100px;
}
.news {
	height: 275px;
	width: 275px;
	color:white;
	background: 3A3A3A url(../images/bg_news.gif) no-repeat fixed 40px 75px;
	position: absolute;
	top:11px;
	right:12px;
	padding: 10px;
	padding-top: 10px;
	float: right;
	z-index:200;
	overflow: auto;
}
.news a{
	color: white;
	text-decoration: underline;
}
.news a:hover{
	text-decoration: none;
}
.nav {
	background-color: 3A3A3A;
	height: 20px;
	width: 100%;
	border-top: 1px solid white;
}
.nav a{
	background-color: 3A3A3A;
	color: white;
	padding-top: 2px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	border-right: 1px solid white;
	height:20px;
}
.nav a:hover{
	background-color: ECECEC;
}
#navcontainer ul
{
	border-top: 1px solid white;
	padding-left: 0;
	margin-left: 0;
	margin-top:0;
	background-color: #3A3A3A;
	color: White;
	float: left;
	width: 100%;
	height: 20px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding-top: 3px;
	padding-left: 30px;
	padding-right: 30px;
	height: 20px;
	background-color: #3A3A3A;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
	background-color: #ECECEC;
	color: #3A3A3A;
}

.events{
	background: url(../images/title_events.gif) no-repeat fixed 5px 0px;
	margin: 10px;
	padding-left: 5px;
	padding-top: 35px;
	padding-right: 12px;
	width: 350px;
	float:left;
}
.map{
	background: url(../images/title_map.gif) no-repeat fixed 10px 0px;
	margin: 10px;
	padding: 40px, 10px, 10px, 10px;
	float: right;
	width: 275px;
}
.event_info, .news_info{
	padding:20px,10px, 10px, 15px;
	float: left;
	width: 425px;
	line-height: 1.5em;
}
.event_info p, .news_info p{
	margin: 10px;
}
.about{
	background: url(../images/title_about.gif) no-repeat fixed 9px 10px;
	padding:45px,10px, 10px, 15px;
	float: left;
	width: 425px;
	line-height: 1.5em;
}
.about p{
	margin: 10px, 0px, 10px, 0px;
}
.register{
	background: url(../images/title_register.gif) no-repeat fixed 9px 10px;
	padding: 45px, 10px, 10px, 10px;
	float: right;
	width: 225px;
	line-height: 1.5em;
}
.pics{
	background: url(../images/title_pictures.gif) no-repeat fixed 9px 10px;
	padding: 45px, 10px, 10px, 10px;
	float: right;
	width: 225px;
	line-height: 1.5em;
}
.float_right{
	padding: 20px, 10px, 10px, 10px;
	float: right;
	width: 225px;
	line-height: 1.5em;
}
.red{
	font-weight:bold;
	color: red;
}

a.border {
	border: 5px solid #3A3A3A;
}
a.border:hover {
	border: 5px solid #ECECEC;
}
.foot_right{
	float:right;
	padding: 7px;
	width: 250px;
	text-align: right;
}
.foot_left{
	float: left;
	padding: 7px;
	width: 300px;
}
/*
styles for admin area
*/
.row-off{
	width:600px;
	clear:both;
	background-color:#white;
}
.row-on{
	width:600px;
	clear:both;
	background-color:#ECECEC;
}
.left_col{
	float:left;
	padding:4px;
}
.left_col2{
	float:left;
	padding:4px;
	width: 355px;
}
.sort_col{
	float:right;
	width:45px;
	padding:4px;
}
.right_col{
	text-align:right;
	float:right;
	width:100px;
	padding:4px;
}
.right_col2{
	float:right;
	width:150px;
	padding:4px;
}