body {
 background-image: url('../images/2634.jpg');
 font-family: arial, helvetica, sans-serif;
 margin: 0px;
}

#wrapper {
	/* width: 760px; */
	width: auto;
}

a {
 color: black;

}

#header {
 padding: 3px;
 text-align: center;
}

#title {
 font-size: 24px;
 font-weight: bold;
}
#subtitle {
 font-size: 18px;
 font-weight: bold;
 color: white;
}

#vmenu {
	padding: 3px;
	text-align:center; 
	background-image: url('../images/body_background.jpg');
	height: 33px;
	border: outset 3px;
}

.btn img {
	border: none;
}

.btn A {
	alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.btn A:hover {
	alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}



#center {
	padding: 1px 0 0 0;
	width: auto;
	margin: 0px;

}


#menu {
 float: left; 
 background-image: url('../images/gen_background.jpg');
 width: 175px;
 border: 2px outset;
 color: black;
 padding: 2px;
 padding-bottom: 10px;
}

#menu a {
	color: black;

}

#menu A:hover {
	color: black;
	background-color: #ccc;
}

#menu ul {
 list-style: none;
 padding:0; 
 margin:0; 
}

#menu:li {
 color: grey;
	text-indent: none;
	margin-left: 0;
}

#events {
	font-size: 13px;
}

#content {
 /* float: right;*/
 background-image: url('../images/2634-v4.jpg');
 margin-left: 185px;
 border: 1px solid;
 padding: 3px;
 width: auto;
 /* width: 80%; */
 border: 2px outset;

}

#content h1{
 font-size: 22px;
 font-weight: bold;
 color: brown;
 border-top: 2px solid grey;

}

#content h2{
 font-size: 20px;
 font-weight: bold;
 color: brown;
 border-top: 2px solid grey;
}

#content h3{
 font-size: 18px;
 font-weight: bold;
 color: brown;

}

#content a{
 color: black;
 text-decoration: none;
}

#footer {
	text-align:center; 
	border-top: 1px solid black; 
	clear: both;
	color: grey;
 	font-size: 10px;
}

#footer A {
	text-decoration: none;
}
