/* BG-light:  #fffce7*/
/* BG-dark:  #f0dea2*/
/* Border and text color: #651702*/
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */

body {
	background: url(../img/structure/.png) no-repeat center top #f1e7cb;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #1a170e;
}

h2 {
padding:0px;
margin:0px;
}

#wrapper {
	margin:0px auto;
	width: 942px;
	height:auto;
	overflow:hidden;
}

#top {
	width: 950px;
	height:120px;
}
#menu {
	width:950px;
	float:left;
	padding-left:20px;
    background: url(/img/structure/menu.png) no-repeat;
	height:46px;
}
	.menu-item {
		height:39px;
		color:#c6b06d;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:12px;
		line-height:46px;
		float:left;
		margin-bottom:5px;
		text-indent:0px;
		text-align:center;
		display:block;
	}
#header {
	float:left;
    width:950px;
    height:352px;
    background: url(/img/structure/header_bg.png) no-repeat center #fcfcf7;
}
	#header-img {
        width:889px;
        height:290px;
        margin:25px;
        float:left;
        border: 5px solid #e4ce94;
	}
#main {
	height:auto;
    overflow:hidden;
    background: #fcfcf7;
}
#small-column {
	width: 290px;
	float:right;
    margin-right:15px;
}
	div#sub-menu {
		width:290px;
        overflow:hidden;
        height:auto;
	}	
		#sub-menu-head {
			background: url(/img/small_box/top.png) no-repeat top left;
			height:26px;
			color:#c6b06d;
            font-size:12px;
            line-height:26px;
            text-indent:12px;
            font-weight: bold;
			width:290px;
            float:left;
            
		}
		#sub-menu-content {
			background: url(/img/small_box/middle.png) repeat-y top left;
			height:auto;
			width:290px;
			overflow:hidden;
            float:left;
            clear:both;
			
		}
		#sub-menu-bottom {
			background: url(/img/small_box/bottom.png) no-repeat bottom left;
			width: 290px;
            height:5px;
            float:left;
            clear:both;
            margin-bottok:15px;
		}
		
		ul#sub-menu {
			margin-left:0px;
			padding-left:0px;
			text-indent:15px;
			line-height:30px;
			width:270px;
		}
		li.sub-menu-item {
			display:block;
			width:270px;
			float:left;
			clear:both;
			color:#000;
			font-weight:bold;
		}
			li.sub-menu-item a {
				color:#6e37b6;
				/*color:#ff7c00;*/
			}
				
			li.selected a{
				color:#ef7b16;
			}
			
.style1 {color: #1a170e}


#wide-column {
	float:left;
	width: 615px;
	height:auto;
	overflow:hidden;
    margin-left:15px;	
    
}
	#wide-column-row {
        float:left;
        width: 715px;
        height:auto;
        overflow:hidden;
        margin-bottom:15px;
    }
#page-container-top {
	background: url(/img/big_box/top.png) no-repeat top left transparent;
	height:26px;
}
	#page-container-top-head {
        margin-left: 12px;
        /*padding-top: 12px;*/
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size:10px;
    }
        .page-head {
            color:#c6b06d;
            font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size:20px;
            line-height:26px;
            font-weight:normal;
            
        }
        .small-list-head {
            color:#c6b06d;
            line-height:30px;
            font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size:16px;
            font-weight:normal;
            
        }
#page-container {
	width: 615px;
	margin: 0px;
	height:auto;
	overflow:hidden;
	background: url(/img/big_box/middle.png) repeat-y top left transparent;
}
	#page-content {
		width: 565px;
		margin-left:12px;
		height:auto;overflow:hidden;
		background: #fff;
		font-size:12px;
		line-height:20px;
	}
		
	.news-img {
        background: #e4ce94; 
        float:left;
        margin-right: 12px;
        margin-top:5px;
		margin-bottom:5px;
	}
    .news-text {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:20px;
		text-align:left;
		text-indent:0px;
		float:left;
	}
	.news-head {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:18px;
		line-height:20px;
		text-indent:0px;
		color: #c6b06d;
        margin-left:12px;
        margin-top:12px;
        margin-bottom:10px;
        font-weight:normal;
	}
	.artist-head {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		line-height:20px;
		text-indent:0px;
		color: #c6b06d;
        margin-left:12px;
        margin-top:2px;
        margin-bottom:0px;
        font-weight:normal;
	}
#page-container-bottom {
	background: url(/img/big_box/bottom.png) no-repeat top left transparent;
	height:5px;
    margin-bottok:15px;
}

#footer {
	width: 950px;
	margin-top:10px;
	text-align:center;
    float:left;
    clear:both;
    color: #FFFFFF;
}


#divider {
	width:10px;
	height:46px;
	background: url(/img/structure/divider.png) center no-repeat;
	display:block;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

a {
	color: #c6b06d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.clean {
	color: #c6b06d;
	text-decoration: none;
}
a.clean:hover {
	text-decoration: none;
}

.beige {
	color: #c6b06d;
}
.beige_dark {
	color: #817247;
}

input {
	border: 1px solid #666256;
	background: url(/img/structure/input.png) repeat-x #FFFFFF;
}

textarea {
	border: 1px solid #666256;
	background: url(/img/structure/textarea.png) repeat-x #FFFFFF;
}


.Stor{
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#c6b06d !important;
	text-indent:0px;
	line-height:22px;
}
.Liten{
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#c6b06d !important;
	text-indent:0px;
	line-height:20px;
}

.news-list-head {
	color:#6e37b6;
	/*color:#ff7c00;*/
	font-weight:bold;
}
.news-list-head a{
	color:#6e37b6;
	font-size:11px;
}
/*
.icon {
	opacity: 0.8;	
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}
.icon:hover {
	opacity: 1;	
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}
*/


ul.navigation, .navigation {
	clear:both;
	color:#c6b06d;
	padding:5px;
	text-align:center;
	font-weight:bold;
	overflow:hidden;
	height:auto;
	width:615px;
	margin-left:0px;
	margin-top:0px;
	padding-top:0px;
}
ul.navigation li {
	background-color:transparent;
	background-image:none;
	border:0 none;
	display:block;
	font-size:0.9em;
	margin:0;
	padding:3px;
	float:left;
}
ul.navigation li.archive {
	display:inline-block;
	padding-right:10px;
	text-align:right;
	width:100%;
}
ul.navigation li a {
	color:#817247;
	display:inline-block;
	font-weight:bold;
}

#fixedtipdiv {
		position:absolute;
		/*border:2px dashed #b2c377 !important;*/
		font-size:11px ;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height:18px;
		z-index:10000;
		/*color: #651702 !important;*/
		/*background: #ebebe6 !important;*/
		text-align:left;
	}
	
.formrow {
clear:both;
margin:0 0 10px;
overflow:auto;
width:300px;
}
.formrow input.halfwidth {
width:123px;
}
.formrow input.fullwidth {
width:268px;
}
.formrow input {
clear:both;
margin-top:3px;
}
.header_img {
float:left;margin-left:10px;border:0px;cursor:pointer;
}
