* { 
	margin:0; 
	padding: 0; 
}
* html body * { 
	overflow: visible; 
}
html { 
	height: 100%; 
	margin-bottom: 1px; 
}
html * { 
	font-size: 100.01%;
}
body {
    font-size: 100.01%; 
	text-align: center; /* centering layout in  IE6 */
    background: #000;
	font-family: 'Trebuchet MS', Arial, Verdana,  Helvetica, sans-serif;
    font-size: 12px; 
    color: #eee;
	background: #505050 url(../images/bg.gif) repeat-x scroll 0 0;
}

textarea, pre, tt, code {
	font-family: Arial, Verdana, 'Trebuchet MS';  	
  }

h1,h2,h3,h4,h5,h6 { 
  	font-family: 'Trebuchet MS', tahoma, arial, verdana,"times new roman",times,serif; 
  	font-weight:bold; 
  	color:#ccc;
  	margin: 0 0 7px 0; 
}

h1 { font-size: 20px; }                       
h2 { font-size: 18px; }         
h3 { font-size: 16px; }                       
h4 { font-size: 14px; }                    
h5 { font-size: 14px; }                     
h6 { font-size: 12px; font-style:italic; }  

#header h1 {
    line-height:24px;
    color:#000;
}
#col2_title {
	font-size: 20px;
	font-weight: bold;
	color: #C0A062;
	padding: 4px 0 1px 8px;background: #333;border-top: 1px solid #444;
}
p { 
	line-height: 1.5em; 
	margin: 0 0 10px 0; 
}
ul, ol, dl { 
	line-height: 1.5em; 
	margin: 0 0 1em 1em;
}
li { 
	margin-left: 1.5em;
	line-height: 1.5em; 
}

dt { 
	font-weight: bold;
}
dd { 
	margin: 0 0 1em 2em;
}

option { padding-left: 0.4em; }
/*  text formatting */
blockquote { 
	margin: 0 0 1em 1.5em; 
	font-style: italic; 
}

strong { 
	font-weight: bold; 
}
em { 
	font-style: italic; 
}

pre, code { 
	font-family: monospace; 
	font-size: 10px; 
}

acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
}
fieldset, img { 
	border: 0 solid; 
}

 /* External Links  */
a {
	/*color: #2B1809; */color: #fff;
	text-decoration: none; outline: none;
}
a:focus, a:hover, a:active {
	/*color: #2B1809;*/ color: #fff;
	text-decoration: underline;
}
  
#topnav a { 
	color: #2b1809; 
	font-weight: normal; 
	background: transparent; 
	text-decoration: none; 
	font-size: 11px;
}
#topnav a:focus, #topnav a:hover, #topnav a:active { 
	text-decoration: underline; 
	background-color: transparent;
}
  
#footer a { 
	color: #999; 
	background: transparent; 
	font-weight: bold;
}
#footer a:focus, #footer a:hover, #footer a:active {
	color: #4D87C7; 
	background-color: transparent; 
	text-decoration: underline;
}
/* Tables    */

table { 
	width: auto; 
	border-collapse: collapse; 
	margin-bottom: 0.5em; 
}
table.full { 
	width: 100%; 
}
table.fixed { 
	table-layout: fixed; 
}

th,td { 
	padding: 0.5em; 
}
thead th { 
	background: #444; 
	color: #fff;
}
tbody th { 
	background: #ccc; 
	color: #333; 
}
  
hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
}

 /* (en) clearfix method for clearing floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear{
	clear:both;
}

/* (en) essential for Safari browser !! */
.clearfix { display: block; }

/* (en) overflow method for clearing floats */
.floatbox { overflow:hidden; }

/* IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
#ie_clearing { display: none; }

/* (en) classes for invisible elements in the base layout - skip links and hidden content */
.skip, .hideme, .print {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
}
/* (en) make skip links visible when using tab navigation */
.skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
}

 /*------------------------------------------------------------------------------------------------------*/

#page_margins { 
	text-align:left; 
	margin: 0 auto; 
	width: 800px; 
	/*background:  url(../images/test_bg9.jpg) 0 150px  repeat-y;*/
}
#page{ 
	
}

/* Main layout elements */

#header, #nav, #main, #footer { clear:both; }
#header {
	position:relative;
    color: #000;
	padding-top: 20px; width: 800px;
}

#topnav { 
	color: #aaa; 
	background: transparent; 
	text-align: right;
}
/* Absolute positioning only within #header */
#header #topnav {
    position:absolute;
    top: 10px;
    right: 10px;
}
#logo_content{
	float:left;
	width:40%;
}
#header_content img{
	float:left; margin-right:10px;
}
#logo_address{
	position:absolute;
	left: 0;
	margin-left:4px;
	top: 0;
	margin-top:113px;
}
#logo_address a, #logo_address a:hover{
    color:#C0A062;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1.2px;
	text-decoration: none;
}

/* Main navigation */
#nav ul { 
	/*margin-left: 20px; */
}
#nav_main { 
	/*background-color: #336; */float: right;
}

#main { 
	padding:10px 0; 
}

#footer { 
	margin-top: 10px;
    padding: 10px 20px 0 20px;
	text-align: center;
	border-top: 1px solid #343434; background: #444;
}

/*------------------------------------------------------------------------------------------------------*/

 /**
Formatting content container
   * |-------------------------|
   * | #header                  |
   * |-------------------------|
   * | #col1   | #col2     | 
   * | 250px     | 470px | 
   * |-------------------------|
   * | #footer                 |
   * |-------------------------|
   */

#col1_content, #col2_content, .col_main_content{ position:relative; }
#col_main {
	clear: both;
}
#col1 { 
	float: left; width: 240px; overflow: hidden;
	margin: 0;
	/*background: #fee;*/
}
#col_main_content {
	padding: 10px 10px 10px 15px;padding: 10px 0px;
}

#col1_content { 
	padding: 10px 20px 10px 0px; 
	}

#col2 { 
	width: 560px; 
	float: left; 
	margin: 0;
	/*background: #efe;*/
}
.two_columns_col2{
	width:705px!important;
}
#col2_content { 
	padding: 10px 0px 10px 20px; 
}
/*#col2_content */.csc-header-n1 h1 {
	font-size: 20px;
	font-weight: bold;
	color: #C0A062;
	padding: 4px 0 1px 8px;background: #333; border-top: 1px solid #444;
}
/*#col2_content*/ p.bodytext {
	padding: 0 10px; 
	text-align: justify;
	margin: 0;
}
#col_main p.bodytext {
	margin-bottom: 10px;
}
#col2_content p.bodytext {
	padding-top: 15px; 
}
table p.bodytext {
	text-align: left;
	padding-top: 10px!important;
}
#footer  p.bodytext {
	text-align: center;
	padding-bottom: 5px;
}

#picture_thumbs {
	margin-top: 15px;
}
#picture_thumbs a{
	
}
#picture_thumbs .small_pic {
	margin-right: 15px; display: block; float: left; margin-right: 12px;
	margin-left: 10px;
}
#picture_thumbs img {
	margin-bottom: 15px;
	border: 5px solid #eee;
}
#lyrics {
	/*background: transparent url(../images/frame_left_picture1.jpg) top left no-repeat;*/
	background: transparent url(../images/music6.png) top left no-repeat;
	padding: 13px 12px 14px 12px;
	float: left;
	margin-right: 25px;
}
#lyrics p {
	width: 225px;
	height: 290px;
	overflow: hidden;
}
#music_off {
	float: right;
	margin-right: 30px;
	margin-top: -33px;
}
#pagination_links {
	margin-right:20px;
	text-align:right;
}
#lightbox-container-image-box , #lightbox-container-image-data-box {
	/*background: #dfd5ba;*/
}

#jquery-lightbox {
	top: 10px!important;
}
.csc-sitemap {
	padding: 18px 0 0 10px;
}
.tx-powermail-pi1 {
	padding: 18px 0 0 10px;
}

.tx-powermail-pi1 legend {
	display: none;
}
.tx-powermail-pi1 label {
	display: block;
	width: 120px;
}
.tx-powermail-pi1 input {
	width: 240px;
	/*border: 1px solid #F3E7CF;*/
	padding: 2px;
}
.tx-powermail-pi1 textarea{
	width: 330px;
	height: 100px;
	border: 1px solid #F3E7CF;
	padding: 2px;
}
.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 10px;
}
.tx-powermail-pi1 .powermail_submit {
	width: auto;
	/*background: #F3E7CF;*/
	padding: 3px;
}
#contact_page #col1 #col1_content{
	padding:10px 14px 10px 0;
}
#contact_page #col1 #col1_content #vertical_nav {
	width: 231px;
}
