@charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#CCC;
}
body {
	background-color: #999;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #03C;
}
a:active {
	color: #CCC;
}
h1 { text-indent: 10px;
	font-size: 20px;
}

h2 { text-indent: 10px;
	font-size: 18px;
}

h3 { text-indent: 10px;
	font-size: 16px; font-style:italic;
}

.header h1 {
	font-size: 25px;
}
.header h2 {
	font-size: 20px;
}

.main {
	background:url(images/electric_guitar.jpg) left top no-repeat;
}
.header {
	height: 320px;
}
.menu {
	margin: 5px 7px 20px 0;
}
.content {
}
.bottom { padding: 3px;
 }
.ads_header {
}
.ads_right {
}
.ads_menu {
	float:right;
	margin: 35px 5px 2px 0;
}
 .header a.menu_item {padding: 1px 3px 1px 3px; margin: 1px; font-weight: bold; color:#FFF; border: 1px solid #CCC;  line-height: 23px; text-decoration:none;
}

.header a.menu_item:hover { background: #F90; color:#000; border-color:#F90; }
.bottom .menu_item { font-weight: bold;
}
.main_table {
	background:#000;
}

.maincontent {padding: 6px; }

