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

body {
	background:url(../images/bg_green.jpg) repeat;
	margin:0;
	padding:0;
	line-height:1.3em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#000000;
}
#container {
	width:920px;
	margin:20px auto;
	padding:0;
}

#menu {
	width:920px;
	height:25px;
	background:url(../images/menu_bg.png) no-repeat;
	margin:0 0 10px 0;
}
#menu ul {
	margin:0px 0 0 10px;
	padding:3px 0 0 0;
	list-style:none;
	
}
#menu li {
	text-transform:uppercase;
	margin:0px 0 0 0;
	padding:0 35px 0 0;
	float:left;
}
#menu a {
	color:#000000;
	text-decoration:none;
}

#menu .current a, #menu a:hover {
	color: #363;
}

#content_wrapper {
	width:900px;
	
	background:rgba(255,255,255,.5);
	padding:10px;
}
#content {
	width:900px;
	height:475px;
	background:#FFF;
	position:relative;
}

#content2 {
	width:880px;
	height:auto;
	padding:10px;
	background:#FFF;
	position:relative;
}

#content_heading {
	position:relative;
	width:250px;
	height:40px;
}

#content_heading h1 {
	margin:10px 10px 0px 10px;
	text-align:left;
	color:#b8c915;
	font-size:48px;
	font-weight:normal;
	text-transform:uppercase;
}

#content_left_column {
	width:425px;
	float:left;
	position:relative;
}

#content_right_column {
	width:425px;
	float:right;
	position:relative;
}

#content_left_column span.blue, #content_right_column span.blue {
	color:#2096f8;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

.pic_left {
	margin:5px;
	float:left;
}

.pic_right {
	margin:5px;
	float:right;
}

.img_border {
	border: 2px #b8c915 solid;	
}

.black {
	color:#000000;	
	font-weight:bold;
}

.green {
	color:#b8c915;
	font-weight:bold;
	text-transform:uppercase;
}

#content_left_column p, #content_right_column p {
	color:#5b5b5b;
	margin:10px;
	font-size:12px;
	text-align:left;	
}

#content_blurb {
	width:275px;
	height:310px;
	background: url(../images/bg-content-blurb.png) repeat-x;
	line-height:1.4em;
	color:#FFFFFF;
	font-size:16px;
	position:absolute;
	left:10px;
	top:10px;
}

#content_blurb h1 {
	margin:20px 10px 10px 10px;
	text-align:left;
	color:#b8c915;
	font-size:48px;
	font-weight:normal;
	text-transform:uppercase;
}

#content_blurb p {
	margin:10px;
	text-align:left;
}

#contact_form {
	margin:10px;
	text-align:left;
}

#footer {
	width:920px;
	height:20px;
	font-size:10px;
	letter-spacing:2px;
	text-decoration:none;
	text-transform:uppercase;
}
#footer span {
	font-size:9px;
	letter-spacing:normal;
}

a:link {
	color: #363;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #363;
}
a:hover {
	text-decoration: none;
	color: #390;
}
a:active {
	text-decoration: none;
}

table {
	text-align:center;	
}

img {
	border:none;
}

.margin {
	margin:0px 5px 5px 5px;	
}

ul {
	margin:0;
	padding:0px 0px 0px 10px;
}

li {
	margin:0;
	padding:0;
	text-align:left;
	list-style:none;	
}

.small {
font-size:8px;	
}

.float_left {
	width:212px;
	float:left;	
}

#audio_player {
	width:180px;
	height:45px;
	margin:10px;
	text-align:center;
}

.music_logo {
	position:absolute;
	left: 46px;
	top: -37px;
}

.clear {
	clear:both;
}