/* standard elements */
* {
	margin: 0 auto;
	padding: 0;
}

a {text-decoration: none;}

body {
	margin: margin:0 auto 0 auto;
	width: 900px;
	background: #111 url(../images/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 11px "Verdana",sans-serif;
}

p,ul {
	font-size: 11px;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

img {border: none;}

ul {margin-left: 2em;}

h1 {font: normal 26px sans-serif;}
h1 span {display:none;}

h2 {
	font: bold 16px Verdana,sans-serif;
	padding-bottom: 4px;
}

h5 {
	font: 14px Verdana,sans-serif;
	padding-bottom: 2px;
	color:#fff;
}



/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(../images/stripe.gif);
	height: 6px;
}
.left {float:left;}
.right {float:right;}


/* header */
.header {
	border-bottom: 1px solid #333;
	height: 120px;
	text-align:center;
	clear:both;
}
.header a {
	color: #999;
	font: normal 12px "Verdana",sans-serif;
	text-decoration: none;
}
.header a:hover { color: #fff; text-decoration:underline;}
.header span {display:none;}

.headerleft {
	background-image: url(../images/header_bg.gif);
	background-repeat:no-repeat;
	width:600px;
	height: 120px;
	text-align:center;
	float:left
}

.headerright {
	width:299px;
	text-align:center;
	float:left;
	padding-top:30px;
}

/* textbox */
.txt200
{
	font: 12px Verdana; color:#fff;
	width:200px;
	border: 1px solid #66CC00;
	padding: 6px;
	background: #111;
}


/* button */
.btn
{
	font: 12px Verdana; color:#66CC00;
	width:40px;
	border: 1px solid #66CC00;
	padding: 4px 6px 5px 6px;
	background-color:#111;
	cursor:hand; cursor:pointer;
}
.btn:hover
{
	background-color:#66CC00;
	font: 12px Verdana; color:#FFF;
}

/*=======================================================
===================== CONTACT FORM ======================*/
#contact_form
{
	margin-left: 80px;
}

.contact_title
{
	clear:both;
	padding:10px 0px 10px 10px;
}

.contact_text
{
	float:left;
	width:65px;
	padding-top:2px;
	text-align:right;
}

.contact_control
{
	margin-left: 70px;
	padding-bottom:10px;
}


.txt300
{
	font: 11px Verdana; color:#fff;
	width:300px;
	border: 1px solid #009933;
	padding: 6px;
	background: #303030;
}

.button
{
	font: 11px Verdana; color:#009933;
	background-color:#303030;
	border: 1px solid #009933;
	padding: 5px 6px 5px 6px;
	cursor:hand; cursor:pointer;
}
.button:hover
{
	background-color:#66CC00;
	font: 11px Verdana; color:#FFF;
	padding: 5px 6px 5px 6px;
}



/* structure */
.container {
	width:900px;
	border: 3px solid #444;
	margin-bottom: 20px;
	margin-top: 0px;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 600px}
.main .right {width: 295px;}

.content {
	border-top: 1px solid #444;
	padding: 15px;
}


/* content elements */
.content h1 {
	background: url(../images/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content h2 {
	color: #EEE;
	margin-bottom: 10px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #BBB;}
.content .descr {margin-bottom: 5px;}

.content a ttl { 
	text-decoration: none;	
	font-size:13px;
	color:#fff;
}


/* navigation */
.nav {
	background: #191919 url(../images/nav.gif);
	width:900px;
}
.nav a {
	background: #191919 url(../images/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 11px Verdana,sans-serif;
	line-height: 40px;
	padding: 0 10px;
}
.nav a:hover {
	background-image: url(../images/menu_bg.jpg);
}


/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(../images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 28px;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}


/* footer */
.footer {
	clear:both;
	background: #191919;
	width:900px;
	border-top: 1px solid #444;
	color: #999;
	padding: 15px 0 15px 0;
	text-align:center;
	line-height:18px;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 18px;
	padding-left: 4%;
	width: 100%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}
.newsong{ display:none; }
.col3,.col3center {
	float: left;
	width: 280px;
}
.col3center {margin: 0 30px;}


/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 11px;
}
.bottom a {color: #888;}