body {
	/*background: #4A1C00;*/
	background: #350D08;
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 1.6;
	color: #787878;
	text-align: center;
}

p {
	margin: 0;
	line-height: 2.0;
}

h1 {
	font-family: georgia, verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 1.0;
	margin-top: 0px;
	margin-bottom: 6px;
}


#rule {
	height: 1px;
	margin: 20px 0 20px 0;
	border-bottom: 1px dotted #cdcdcd;
}



/*  STRUCTURE  */





#container {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url("images/landmine_logo_alt.jpg") no-repeat;
	height: 150px;
	width: 600px;
	margin: 0 auto;
}

#links {
	height: 28px;
	width: 600px;
	text-align: right;
	font-family: "Lucida Sans", verdana, sans-serif;
	color: #FFFFFF;
	padding-bottom: 4px;
	border-top: 1px dotted #512B07 /*#1E0808*/;
	border-bottom: 1px dotted #512B07;
}

#phone {
	font-size: .9em;
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-left: 38px;
}

#toplinks {
	font-size: 1em;
	padding-top: 8px;
	text-align: center;
	/*padding-right: 33px;*/
}

#section {
	background: url("images/mixer.png") center no-repeat;
	height: 127px;
	/*width: 770px;
	margin: 0 auto;*/
	text-align: right;
}

#shadow {
	background: url("images/shadow.png") no-repeat center;
	height: 9px;
	width: 770px;
	margin: 0;
}

#content {
	background: url("images/bottom_bg.png") repeat-y;
	padding-top: 16px;
	padding-bottom: 10px;
}

#footer {
	background: url("images/footer.png") center no-repeat;
	height: 128px;
	/*width: 770px;
	margin: 0 auto;*/
}

#leftarea {
	text-align: left;
	width: 360px;
	padding-left: 40px;
	padding-right: 30px;
	border-right: 1px dotted #cdcdcd;
}

#rightarea {
	width: 250px;
	padding-left: 30px;
	padding-right: 40px;
	float: right;
}


.spacer {
	margin: 15px 0 10px 0;
}


/* TEXT STYLES */


.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

a.white {
	color: #D0D0D0;
	text-decoration: none;
}

a:hover.white {
	text-decoration: underline;
}

.section_text {
	position: relative;
	left: -30px;
	bottom: -69px;
	font-size: 48px;
	font-family: verdana, arial, sans-serif;
	color: #FFFFFF;
	text-align: right;
}

a.more_link {
	font-family: verdana, arial, sans-serif;
	/*font-size: 9px;*/
	font-style: italic;
	text-decoration: underline;
	color: #787878;
	/*color: #660600;*/
	line-height: 3.4;
}

a:hover.more_link {
	color: #999999;
}

.contact_link {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-decoration: underline;
	color: #660600;
	line-height: 3.4;
}

.contact_link_inline {
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	text-decoration: underline;
	color: #660600;
}

a.sample {
	font-size: 9px;
	color: #676767;
	text-decoration: underline;
	font-weight: bold;
}

a:hover.sample {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}



/* LIST STYLES */


li.list {
	list-style: none;
	background: url("images/bullet.gif") 0 6px no-repeat;
	padding-left: 10px;
	margin-top: -2px;
	font-size: 10px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #660600;
}


li.mp3 {
	list-style: none;
	background: url("images/mp3.gif") 0 no-repeat;
	padding-left: 40px;
	padding-bottom: 2px;
}

li.rate {
	list-style: none;
}



/*  IMG STYLES  */

img.transparent {
	border: 0;
	height: 111px;
	width: 770px;
}


img.inline {
	display: inline;
	margin-left: 20px;
	margin-bottom: 10px;
}


img.bullet {
	width: 5px;
	height: 5px;
	margin-left: 8px;
	display: inline;

}

img.flame {
	width: 7px;
	height: 15px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: -2px;
	display: inline;
}

