body {
	margin: 0px;
	background-color: #273122;
	background-image: url("../img/website/background.png");
	font-family: sans-serif;
	font-size: 13px;
	color: white;
}

img {
	border-width: 0px;
}

a {
	text-decoration: underline;
	color: white;
}

ul.big {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	list-style-type: none;
	list-style-position: outside;
	color: #cbc2c5;
}

ul.big li {
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url("../img/website/bullet.png");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 20px;
	padding-bottom: 8px;
}

ul.big a {
	color: white;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
}

ul.big a.match {
	color: #cbc2c5;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
}

ul.small {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	list-style-position: outside;
	color: #aa2024;
}

ul.small li {
	position: relative;
	left: 0px;
	top: 0px;
}

ul.small a {
	color: #cbc2c5;
	text-decoration: none;
	font-size: 11px;
}

div#page {
	margin: 27px auto 27px auto;
	width: 900px;
}

div#header {
	height: 75px;
}

div#main {
	background-color: #273122;
	background-image: url("../img/website/main_bg.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	height: auto !important;
	height: 538px;
	min-height: 538px !important;
}

div#left {
	float: left;
	width: 560px;
}

div#right {
	float: right;
	width: 340px;
}

div#bottom {
	height: 156px;
	background-color: #aa2024;
	position: relative;
	color: white;
}

div#bottom a {
	font-weight: bold;
}

div#footer {
	height: 194px;
	background-image: url("../img/website/footer.png");
	position: relative;
}

div#footer div#copyright {
	position: absolute;
	top: 65px;
	left: 11px;
	color: white;
	font-size: 13px;
}

div#content {
	height: auto !important;
	height: 538px;
	min-height: 538px !important;
	border: 1px dotted white;
}

div#right div#buy_now {
	height: 255px;
	width: 340px;
}

div#right div#buy_now a {
	display: block;
	height: 123px;
	width: 313px;
	padding: 132px 17px 0px 10px;
	background-image: url("../img/website/buy_now.png");
	color: white;
	font-size: 13px;
	text-decoration: none;
}

div#menu {
	width: 340px;
	border-top: 1px dotted white;
}

div#menu ul, div#menu li {
	padding: 0px;
	margin: 0px;
}

div#menu ul {
	width: 340px;
	list-style-type: none;
	list-style-position: outside;
	padding-top: 18px;
}

div#menu li {
	float: left;
	width: 340px;
	height: 23px;
}

div#menu li a {
	background-image: url("../img/website/menu.png");
	background-repeat: no-repeat;
	width: 340px;
	height: 23px;
	display: block;
	position: relative;
	left: 0px;
}

div#menu li a.menu_home {
	background-position: 0px 0px;
	top: 0px;
}
div#menu li a.menu_whois {
	background-position: 0px -23px;
	top: -2px;
}
div#menu li a.menu_the-illegal-operator {
	background-position: 0px -46px;
	top: -4px;
}
div#menu li a.menu_lyrics {
	background-position: 0px -69px;
	top: -6px;
}
div#menu li a.menu_freebies {
	background-position: 0px -92px;
	top: -8px;
}
div#menu li a.menu_network {
	background-position: 0px -115px;
	top: -10px;
}

div#menu li a.menu_home:hover,
div#menu li.selected a.menu_home {
	background-position: -340px 0px;
}
div#menu li a.menu_whois:hover,
div#menu li.selected a.menu_whois {
	background-position: -340px -23px;
}
div#menu li a.menu_the-illegal-operator:hover,
div#menu li.selected a.menu_the-illegal-operator {
	background-position: -340px -46px;
}
div#menu li a.menu_lyrics:hover,
div#menu li.selected a.menu_lyrics {
	background-position: -340px -69px;
}
div#menu li a.menu_freebies:hover,
div#menu li.selected a.menu_freebies {
	background-position: -340px -92px;
}
div#menu li a.menu_network:hover,
div#menu li.selected a.menu_network {
	background-position: -340px -115px;
}


div#content_header {
	height: 255px;
	background-image: url("../img/website/album_cover_header.jpg");
	background-repeaT: no-repeat;
	position: relative;
}

div#content_header h1 {
	position: absolute;
	background-color: #273022;
	padding: 9px 0px 0px 20px;
	margin: 0px;
	color: white;
	width: 340px;
	height: 35px;
	left: 0px;
	top: 181px;
}

div#content_header h1 img {
	display: block;
}

p {
	padding: 0px;
	font-size: 15px;
	margin: 8px 0px;
}

h3 {
	color: #62684b;
	font-weight: bold;
	margin: 8px 0px;
	padding: 0px;
	font-size: 15px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

div.content {
	padding: 8px 20px 8px 20px;
}

div.lyrics p {
	font-size: 12px;
}

div.lyrics strong {
	font-size: 13px;
}

div.clear {
	clear: both;
}



form, fieldset {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px 5px;
}

form img {
	display: block;
}

fieldset {
	background-image: url("../img/website/form_bg.png");
	padding: 8px 15px;
	position: relative;
}
