
#header{
	width: 960px;
	height: 300px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -410px;
	z-index:30;
	background-image: url('img/header.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#logo{
	margin:0px;
	position:absolute;
	top:-45px;
	left:-150px;
	z-index:50;
}

#nav{
	z-index: 100;
	position:absolute;
	top:147px;
	left:13px;
}

#sidebar-left{
	position: absolute;
	top: 170px;
	left: 120px;
	z-index:35;
	text-align:left;
	width:190px;
}

#address{
	position:absolute;
	left:780px;
	top:520px;
}

#sidebar-right{
	padding-top: 320px;
	position: absolute;
	top: 170px;
	left: 820px;
	z-index:35;
	text-align:right;
	width:160px;
}

#contentbox{
	width: 1047px;
	height:678px;
	position:absolute;
	top:100px;
	left:50%;
	margin-left: -524px;
	background-image: url('img/contentbox.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#content{
	position: relative;
	left:200px;
	top:170px;
	width: 600px;
	height:400px;
	overflow-y: auto;
	z-index:100;
	padding-right:10px;
}

#gallery{
	float: right;
	max-width: 275px;
	text-align:right;
	margin-left:15px;
}

body, input, select, textarea{
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

body{
	background-color: #000;
	background-image: url('img/bgr.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: fixed;
}

h2{
	font-size: 1.3em;
	font-family: Trebuchet MS, Futura Bk BT, Myriad Pro, sans-serif;
	text-transform: uppercase;
	margin-top:0px;
	padding-top:0px;
	color: #7D8F00;
}

h2.toggler {
	cursor: pointer;
}

img{
	border: none;
}

a{
	color: #666;
	text-decoration: none;
}

a:hover{
	color: #000;
}

.pictureframe{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
	margin-right: 5px;
	margin-bottom:5px;
}

.pictureframe:hover{
	background-color:#ADC247;
}

.msg{
	border: 1px solid #ccc;
	background-color: #eee;
	padding:5px;
}

.small{
	font-size: 0.9em;
}
