/* backgroud header: #A70D2F */
/* background nav: #FFF7EC */
/* background content: #F3C35D */
/* old pink: #FAEDE5 */

body {
	background: #F3C35D url('images/_layout/head-background.jpg') repeat-x top;
	font: 12px Verdana,Arial;
    color: #000;
    text-align: center; /* Centers the container */
    margin: 0;
    padding: 0;
}

img {
	border: 0 none;
	margin: 3px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	font-weight: normal;
}
a:link, a:visited {
	color: #663300;
}
a:hover, a:active {
	color: #9C3249;
}

.font-norm { /* generic, used for normal size where it is not */
	font-size: 12px;
}
.sub-title {
	font-size: 14px;
	color: #996633; /*#9F8A7E;*/
	font-weight: bold;
	margin-bottom: 6px;
}
img.photo-left, img.photo-left-top {
	border: 2px solid #996633; /*#DACEBC;*/
	padding: 1px;
}

img.photo-left {
	margin: 12px 0px 0px 6px;
}
img.photo-left-top {
	margin-left: 6px;
}

div.hr-center {
	width: 93%;
	height: 1px;
	font-size: 1px; /* only for IE 6 */
	background-color: #D1A13F; /*#DACEBC;*/
	margin: 0px 10px 15px 10px;
}


/*** BOF main ***/
#lang {
	width: 74px;
	height: 15px;
	margin: 0px 234px 0px 0px; /* IE 6 */
	padding: 0px;
	font-size: 10px;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #D1A13F;
	background-color: #FFF7EC;
	float: right;
}
#lang a {
	display: block;
	width: 70px;
	height: 15px;
	padding: 0px 2px;
	text-decoration: none;
}
#lang a:hover, #lang a:active {
	background-color: #F3C35D;
}
#lang img {
	margin: 3px 0px 0px 2px;
}

#header-left {
	height: 270px;
	width: 49%;
	float: left;
	background-color: #A70D2F;
}
#header-right {
	height: 270px;
	width: 50%;
	float: right;
	background-color: #0C1818;
}
img#header-left-img {
	margin-top: 126px;
	float: right;
}
img#header-right-img {
	margin: 0px;
	float: left;
}
#head-text {
	float: left;
	color: #FFF;
	margin: 136px 27px 27px 0px; /* IE 6 */
}
#head-text h2 {
	font: bold 27px Georgia,Verdana;
	line-height: 0.9;
	margin-bottom: 12px;
}

/****** at this point see 'navigation' below ******/

#container {
    width: 1080px; /*** main width ***/
    margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */
	/* background: #FFC404; */
	text-align: left;
}
#content-container {
    width: 680px; /*** main width ***/
    margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */
	/* background: #FFC404; */
	text-align: left;
	clear:none;
}
#content {
	width: 410px;
	float: right;
	margin: 9px 0px 12px;
	padding: 9px;
	text-align: justify;
	line-height: 1.2;
}
#content h2 {
	width: 100%;
	margin: 0px 0px 18px 0px;
	padding: 6px 3px 1px 3px;
	border-bottom: 1px solid #996633; /*#DACEBC;*/
	font-size: 20px;
	color: #996633; /*#9F8A7E;*/
}
#content-left{
	width: 230px; /* watch out: could be declared in .box-left{ } but IE 6 wont work */
	float: left;
	margin: 33px 9px 0px; /* IE 6 */
}
#content-background-left {
	float: left;
	background: url("images/_layout/texture-background-left.jpg") repeat-y top;
	width: 180px;
	height: 540px;
	margin: 6px 0px 0px 0px;
}
#content-background-right {
	float: right;
	background: url("images/_layout/texture-background-right.jpg") repeat-y top;
	width: 180px;
	height: 540px;
	margin: 6px 0px 0px 0px;
}


#footer {
	width: 98%;
	margin: 0px 16px 0px 6px;
	padding: 6px;
	border-top: 1px solid #996633; /*#DACEBC;*/ /*#C4B49B;*/
	font-size: 10px;
	text-align: right;
	clear: both;
}
/*** EOF main ***/

/*** BOF navigation ***/
#nav {
	/****** from old main #container ******/
	width: 680px;
	margin: 0 auto;
	text-align: left;
	clear:both;
	/******  ******/
	height: 34px; /* seems to be the sums of #nav a (height: 18px + padding: 10px + margin: 4px + border: 2px) */
	border-top: 1px solid #C4B49B;
	/*border-bottom: 1px solid #C4B49B;*/
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	background: #FFF;
}
#nav ul {
	padding:0;
	margin:0;
	list-style:none;
}
#nav li {
	display:inline; /* IE 6 hack */
}
#nav a {
	width: 168px;
	height: 18px;
	display:block;
	float:left;
	padding: 5px 0px;
	margin: 2px 0px;
	border: 1px solid #C4B49B;
	font-size: 13px;
	font-weight:normal;
	text-decoration: none;
	text-align:center;
}
/*** white background on '#selected' ***/
#nav a:link, #nav a:visited {
	background: #EFE3DB;
	color: #663300;
}
#nav a#selected:link, #nav a#selected:visited {
	background: #FFF;
	font-weight:bold;
	border-bottom: 1px solid #FFF;
}
#nav a:hover, #nav a:active, #nav a#selected:hover, #nav a#selected:active {
	background: #AC1032;
	color: #FFF;
	font-weight: bold;
}
/*** EOF navigation ***/

/*** BOF boxes ***/
.box-left-top {
	background: #F3C35D url('images/_layout/box-top.jpg') no-repeat;
	margin: 0px;
	height: 8px;
	font-size: 1px; /* only for IE 6 */
}
.box-left-bottom {
	background: #F3C35D url('images/_layout/box-bottom.jpg') no-repeat bottom;
	margin: 0px 0px 12px 0px;
	height: 14px;
	font-size: 1px; /* only for IE 6 */
}
.box-left {
	background: #F3C35D url('images/_layout/box-background.jpg') repeat-y top;
	margin: 0px; /* IE 6 */
	padding: 3px 6px 9px 3px;
	text-align: center;
}
.box-left h2 {
	width: 93%;
	margin: -6px 0px 7px 6px;
	padding: 0px 0px 3px;
	border-bottom: 1px solid #996633; /*#DACEBC;*/
	font-size: 14px;
	font-weight: bold;
	color: #996633; /*#9F8A7E;*/
}
.box-left-content {
	margin: 0px 12px 0px 9px;
	text-align: left;
	/*font-size: 11px;*/
	line-height: 1.2;
}
/*** EOF boxes ***/

/*** BOF jwplayer 3.17 ***/
#player {
	margin: 9px 0px;
}
/*** EOF jwplayer 3.17 ***/

/*** BOF jwplayer 4.2 Playlist ***/
.pl-wrapper {
	width: 204px;
	margin: 0px 0px 0px 5px;
	padding: 2px;
	background-color: #FFF;/*#B2B2B2;*/
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #B2B2B2; /*#996633;*/
	text-align: left;
	font: 11px Georgia,Verdana;
}
.pl-head {
	font-size: 12px;
	margin: 0px;
	padding: 3px 6px 4px;
	background-color: #A70D2F;
	font-weight: bold;
	color: #FFF;
}
.playlisthi, .playlistlo {
	/*width: 100%;*/
	margin-top: 2px;
	padding: 2px 2px;
}
.playlisthi {
	background-color: #F3C35D;
}
.playlistlo {
	background-color: #EFE3DB;
}
/*** EOF jwplayer 4.2 Playlist ***/
