@charset "utf-8";
/* CSS Document */
body{
	color:#000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}
#main {
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	background-color:#ffffff;
	width:900px;
	height:auto;
}
table.style {
	border-spacing:2px;
	table-width: 900px;
	border:0px;
	border-spacing:2px;
	width:900px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none; 
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-size: 16px;
}
#content {
	height:auto;
	width:900px;
	font-size: 14px;
}
#divleft {
	float: left;
	width:650px;
	height:400px;
	background-color:#EEEEEE;
	font-size: 14px;
}
#divright {
	float: right;
	width: 200px;
	height:400px;
	text-align:left;
	background-color:#EEEEEE;
}
#musicdiv1 {
	float: left;
	width:445px;
	height:600px;
	background-color:#EEEEEE;
}
#musicdiv2 {
	float: right;
	width: 445px;
	height:600px;
	text-align:left;
	background-color:#EEEEEE;
}
#gallerydiv {
	background-color:#EEEEEE;
	height:auto;
	width:850px;
	margin-left:auto;
	margin-right:auto;
}
#sitediv1 {
	float: left;
	width:430px;
	height:380px;
	background-color:#EEEEEE;
	margin:10px;
}
#sitediv2 {
	float: right;
	width: 430px;
	height:380px;
	background-color:#EEEEEE;
	margin:10px;
}
#content h2 {
	font-size: 12px;
}
#content p {
	font-size: 12px;
}
#main #content h1 {
	font-size: 12px;
}
