body
{
	margin:0px;
	padding:0px;
	background:#4e6a8a;
	color:#fff;
	font-family:helvetica,sans-serif;
	font-size:1em;
}

#banner_front
{
	margin:10px auto auto auto;
	padding:0px;
	width:800px;
	height:300px;
	background:#4e6a8a url("images/banner_front.png") no-repeat;
	color:inherit;
}

#banner_music
{
	margin:10px auto auto auto;
	padding:0px;
	width:800px;
	height:300px;
	background:#4e6a8a url("images/banner_music.png") no-repeat;
	color:inherit;
}

#banner_contact
{
	margin:10px auto auto auto;
	padding:0px;
	width:800px;
	height:300px;
	background:#4e6a8a url("images/banner_contact.png") no-repeat;
	color:inherit;
}

#banner_gear
{
	margin:10px auto auto auto;
	padding:0px;
	width:800px;
	height:300px;
	background:#4e6a8a url("images/banner_gear.png") no-repeat;
	color:inherit;
}

#menu
{
	margin:5px auto auto 5px;
	padding:0px;
	width:120px;
	height:80%;
	background:inherit;
	color:inherit;
	text-align:center;
	font-size:4px;
	float:left;
}

#main
{
	margin:10px auto auto auto;
	padding:0px;
	width:778px;
	height:500px;
	background:#8fa7c1;
	color:#000;
	border:solid #000 5px;
}

#main_gear
{
	margin:10px auto auto auto;
	padding:0px;
	width:778px;
	height:900px;
	background:#8fa7c1;
	color:#000;
	border:solid #000 5px;
}

.text
{
	margin:auto;
	padding:0px;
	width:630px;
	height:380px;
	background:inherit;
	color:inherit;
	float:right;
}

.text_gear
{
	margin:auto;
	padding:0px;
	width:630px;
	height:820px;
	background:inherit;
	color:inherit;
	float:right;
}

img
{
	border:none;
}

a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

a:hover
{
	background:inherit;
	color:#fff;
	text-decoration:underline;
}

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

.menu a:link,a:visited
{
	display:block;
	font-weight:bold;
	font-size:3em;
	color:#FFFFFF;
	background-color:#4e6a8a;
	width:120px;
	text-align:center;
	padding:5px;
	text-decoration:none;
	text-transform:uppercase;
}

.menu a:hover,a:active
{
	background-color:#5f435e;
}

hr
{
	width:550px;
}