*{margin:0; padding:0;}

body{
margin: 0px;
padding: 0px;
background: #ededed;
font-family: arial,verdana, tahoma, sans-serif;
font-size: 12px;
color: #333;
}


h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h1,h2,h3,h4 {color:#6D87A8;
margin-bottom:20px;}

}
a:link, a:visited, a:active {
	
color:#D46B0F;
text-decoration:none;
}
a:hover {
	color: #D46B0F;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #cccccc;
	border: 0;
	border-top: 1px solid #cccccc;
	height: 1px;
	width: 580px;
}



#header{
background: url(http://mindwingsaudio.net/header.jpg) no-repeat;
height:103px;
width:760px;}

#container{
width: 760px;
margin: 0px auto;
padding:0;
background: #fff;
padding-bottom: 20px;}

#content{
margin:20px;}

#content a{
	color: #D46B0F;
}

#footer{
margin:20px;}

#footer a{
color:#D46B0F;
text-decoration:none;
}
.search_box {
	float: right;
	clear: right;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}

.menu {
	padding: 10px;
	
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
float:left;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
margin-right:14px;
color:#D46B0F;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	border-bottom: 0px dashed #999999;
}
.menu_default a:hover {
	border-bottom: 0px dashed #333333;
}

.menu_current  {
	border-bottom: 0px dashed #999999;
	font-weight:bold;
}

.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}



