@charset "utf-8";
body {
	background-color: #3D3BB6;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

input.button {  
	font-size: 9px;  
	padding: 0px;
}

a {
	color: #3937AB;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF44C;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3937AB;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3937AB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3937AB;
	border-bottom-color: #3937AB;
}

#wrapper {
	width: 1000px;
	margin: auto;
}
#header {
	width: 700px;
	margin: auto;
	height: 100px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/header%20copy.jpg);
}

#music {
	width: 1000px;
	margin: auto;
	height: 50px;
	background-image: url(images/beam.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 700px;
	margin: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 10px;
	background-image: url(images/bgcontent.jpg);
	background-repeat: repeat-x;
	background-color: #FFF44C;
	background-position: top;
}

#frame {
	width: 700px;
	margin: auto;
	font-size: 10px;
	background-color: #FFF44C;
}

#agenda {
	float: right;
	height: 350px;
	width: 200px;
}
#menu {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#menu a img{
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	border: 0;
}

#menu a:hover img{
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
#text {
	padding: 5px;
	height: auto;
}
#footer {
	margin: auto;
	background-image: url(images/footer.jpg);
	height: 20px;
	width: 706px;
}

