html, body {
	width:100%;
  height:100%;
	margin:0;
  padding:0;
}

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
	color:#666;
  background:url('/con/cms/images/bg-body.gif') #fff repeat;
  text-align:left;
}

a {
  text-decoration:underline;
  color:#fe5700;
}

a:hover {
  color:#be1700;
}

a img {
  border:none;
}

p {
  margin:0 0 10px 0;
}

h2 {
  font-weight:normal;
  font-family:"Arial Narrow", sans-serif;
  color:#fff;
  text-align:right;
  font-style:italic;
  font-size:22px;
  line-height:24px;
  height:20px;
  padding:18px 20px 10px 0;
  margin-bottom:10px;
  background:url('/con/cms/images/bg-title.gif') transparent no-repeat right top;
}

h2 span {
  display:block;
  margin-top:-25px;
  padding-right:1px;
  color:#fff;
}

#news h2, #newsletter h2 {
  font-weight:normal;
  font-family:"Arial Narrow", sans-serif;
  color:#fff;
  text-align:right;
  font-style:italic;
  font-size:21px;
  height:19px;
  padding:10px 17px 10px 0;
  margin-bottom:0px;
  background:url('/con/cms/images/bg-title-small.gif') transparent no-repeat right top;
}

#newsletter h2 {
  margin-bottom:20px;
}

h3 {
  font-weight:bold;
  font-size:16px;
  color:#fe5700;
  margin:0 0 5px 0;
}

#news h3 {
  font-size:14px;
  margin-bottom:5px;
  padding-bottom:3px;
  margin-top:10px;
  border-bottom:1px solid #eedd85;
}

#news .text {
  margin-top:5px;
}



h4, h5, h6 {
  font-weight:bold;
  color:#fe5700;
  margin:0;
  font-size:1em;
}

.center {
  text-align:center;
}

#outer-container {
  background:url('/con/cms/images/bg-outer-container.gif') transparent repeat-y;
  min-height:100%;
}

* html #outer-container {
  height:100%;
}

#container {
  background:url('/con/cms/images/bg-container.gif') transparent no-repeat;
  min-height:433px;
}

* html #container {
  height:433px;
}

#site-title {
  display:none;
}

#navigation {
  position:absolute;
  top:146px;
  left:314px;
  height:117px;
  width:450px;
  list-style-type:none;
  margin:0;
  padding:0;
}

#content {
  padding-top:206px;
}

#news-content {
  width:306px;
  float:left;
}

#subnavigation {
  min-height:226px;
}

* html #subnavigation {
  height:226px;
}

#subnavigation ul {
  margin:0;
  padding:77px 0 0 19px;
  height:280px;
  width:278px;
  background:url('/con/cms/images/bg-subnavigation.gif') transparent no-repeat;
  list-style-type:none;
}

#news, #newsletter {
  padding:0 50px 0 25px;
}


#main-content {
  float:left;
  margin-top:30px;
  background:url('/con/cms/images/bg-content.gif') transparent no-repeat right 50px;
  min-height:560px;
  width:394px;
  padding:20px 50px 0 0;
  .padding-top:45px;
}

* html #main-content {
  height:530px;
}

#footer {
  z-index:100;
  width:226px;
  height:24px;
  background:url('/con/cms/images/guitar-player.gif') transparent no-repeat right bottom;
  padding:320px 0 0 10px;
  margin:-250px 0 0 714px;
  font-size:0.8em;
  color:#bead55;
  text-align:right;
}

#footer a {
  color:#ae9d45;
  text-decoration:none;
}

#footer a:hover {
  color:#8e7d25;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


