/* CSS Document */

/* BG-light:  #fffce7*/
/* BG-dark:  #f0dea2*/
/* Border and text color: #651702*/


body {
	background: url(../img/structure/bg2.jpg) no-repeat center top #f0dea2 fixed;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
}
#wrapper {
	margin:0px auto;
	width: 942px;
	height:auto;
	overflow:hidden;
}
#main {
height:auto;overflow:hidden;
}
#top {
	background: url(../img/structure/test_top.png) no-repeat center top transparent;
	width: 942px;
	height:167px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	text-indent:10px;
	color: #651702;
}
	#menu {
		margin-right:140px;
		display:inline;
		margin-top:15px;
		width:440px;
		height: 100px;
		float:right;
	}
		.menu-item {
			background: url(/img/button/button.png) no-repeat left top;
			height:25px;
			color:#FFFFFF;
			font-family:Verdana, Geneva, sans-serif;
			font-weight:bold;
			font-size:12px;
			line-height:25px;
			width:80px;
			float:left;
			margin-right:8px;
			margin-bottom:5px;
			text-indent:0px;
			text-align:center;
			display:inline;
		}
	#welcome {
		float:left;
		margin-left:120px;
		margin-top:10px;
		width:450px;
		display:inline;
		clear:both;
	}
		.head {
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight: bold;
			line-height:18px;
			text-align:justify;
			text-indent:0px;
			color: #5b0000;
		}

#shout-text {
	width:160px;
	height:60px;
	margin-top:9px;
	margin-left:9px;
	overflow:hidden;
	text-indent:0px;
}

#shout-text p {
	padding:0px;
	margin:0px;
}

#page_container {
	background: url(../img/structure/grad.png) repeat top transparent;
	width: 746px;
	margin: 0px auto;
	height:auto;
	overflow:hidden;
}
#page_content {
	background: url(../img/structure/main.jpg) no-repeat top center transparent;
	
	width: 746px;
	margin: 0px auto;
	height:auto;overflow:hidden;
}
	.news-text {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:16px;
		text-align:justify;
		text-indent:0px;
		float:left;
	}
	.news-head {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight: bold;
		line-height:20px;
		text-align:justify;
		text-indent:0px;
		color: #5b0000;
	}
#bottom {
	background: url(../img/structure/bottom.png) no-repeat top transparent;
	width: 746px;
	height:178px;
	margin: 0px auto;
	border-top: none;
	height:16px;
}
#footer {
	width: 746px;
	margin: 0px auto;
	margin-top:10px;
	height:auto;overflow:hidden;
}

#boxes {
	width: 738px;
	height:178px;
	margin: 0px auto;
	margin-top:10px;
	height:auto;overflow:hidden;
}
.box {
	/*background: url(../img/structure/box/box_bg.gif) no-repeat;*/
	background: transparent;
	width: 238px;
	height:215px;
	/*border: 2px #651702 solid;*/
	float:left;
	margin-right:12px;
	display:inline;
}
.box_header {
	/*background: url(../img/structure/box/header_grad.gif) no-repeat center top;*/
	width:228px;
	margin-left:3px;
	margin-top: 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	text-indent:10px;
	height:38px;
	color: #651702;
	display:inline;
}

#box1 {
	width: 238px;
	height:215px;
	background: url(../img/structure/box/bored_guy_2.png) no-repeat bottom left;
	cursor: pointer;
}
#box2 {
	width: 238px;
	height:215px;
	background: url(../img/structure/box/girl_comp_2.png) no-repeat bottom right;
	cursor: pointer;
}
#box3 {
	width: 238px;
	height:215px;
	background: url(../img/structure/box/film_2.png) no-repeat bottom right;
	cursor: pointer;
}


a {
	color: #5b0000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

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