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

#index {
	position: relative;
	height: auto;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border: 1px;
	border-style: solid;
	border-color: #666666;
}

#footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	position: relative;
	height: auto;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	top: 20px;
}
	#footer a:link {
	color: #666666;
	text-decoration: none;
}

	#footer a:visited {
	color: #666666;
	text-decoration: none;
}
	#footer a:hover {
	color: #ff0000;
	text-decoration: none;
}
	#footer a:active {
	color: #666666;
	text-decoration: none;
}


#main2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-image: url(images/eventsbg.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 700px;
	width: 1024px;
}

#guts {
	position: relative;
	top: 300px;
	width: 875px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	}
	

#sddm
{
	margin: 0;
	z-index: 30;
	padding-top: 5px;
	padding-left: 35px;
}

#sddm li
{
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

#sddm li a
{	display: block;
	
	padding: 4px 5px;
	width: auto;
	background: #000000;
	color: #FFF;
	text-align: left;
	padding-right:25px;
	text-decoration: none;
		}

#sddm li a:hover
{
	background: #000000;
	color: #FF0000;	
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000000;
	border: 0px solid #000000;
	}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #000000;
	color: #FFFFFF;
		

	#sddm div a:hover
	{	background: #211747;
		color: #FFF; 	font-family: "Trebuchet MS";
	}
