@charset "UTF-8";
/* CSS Document */

/* ============= RESET ============= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}


img, div, a, input { behavior: url(iepngfix.htc) }	

body {
	background: url(../images/background.jpg) no-repeat center top;
	font-family: Arial, Helvetica, Sans-serif;
	background-color: #342C28;
	font-size: 14px;
	}


p {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #000000;
	}

p span {
	font-weight: bold;
	color: #34241C;
	}

a { font-weight: bold; text-decoration: none; }
a:link { color: #34241C; text-decoration: none; }
a:visited { color: #34241C; text-decoration: none; }
a:hover { color: #b98758; text-decoration: underline; }
a:active { color: #FFFFFF; text-decoration: none; }

ul li {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #000000;
	padding-left: 20px;
	list-style-type: square;
	list-style-position: inside;
	}
ol li {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #000000;
	padding-left: 20px;list-style-position: inside;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial,  Sans-serif;
	font-weight: normal;
	letter-spacing: -0.04em;
	line-height: 1.2em;
	color: #452C15;
}

h1 { font-size: 24px; }

h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }

h1 span { font-size: 20px; font-weight: bold; color: #34241D; }
h2 span { font-size: 16px; font-weight: bold; color: #34241D; }
h3 span { font-size: 14px; font-weight: bold; color: #34241D; }

hr	{
	border: 0px #4D4234 solid;
	border-top-width: 2px;
	clear:both;
	margin: 0px;
	height: 0px;
	}

.legal {
	font-size: 12px;
	text-align: center;
	}

/* ============= DIVS ============= */

#container {
	width: 900px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	}

#header {
	width: 900px;
	height: 140px;
	overflow: hidden;
	margin: 0px;
	}

#column {
	width: 900px;
	position: relative;
	overflow: hidden;
	margin: 0px;
	}

#radio {
	width: 640px;
	height: 140px;
	background: url(../images/radio.jpg) no-repeat;
	}
.player {
	padding: 76px 20px 0px 20px;
	}


#MainCol {
	width: 700px;
	float: right;
	background: url(../images/page_background.jpg) no-repeat #B4A082;}

.copy {
	padding: 40px 30px 10px 30px;
	}

.copy_train {
	padding: 20px;
	background-color: #897A64;
	}
.copy_train p {
	font-size: 12px;
	line-height: 1.3em;
	}
.copy_train h1,h2,h3,h4 {
	}
.copy_outer{
	padding: 10px 30px 10px 30px;
	}

#contentDivImg {
	padding: 20px;
	background-color: #897A64;
	}


