@charset "utf-8";
/* CSS Document 

Author: Ilona Filipenkova - www.ilofil.com*/

/*	---------------------------------------------------------------------------------------
	Default styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background-color: #DBD7C5;
}
.cleaner {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
/*	---------------------------------------------------------------------------------------
	General layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#fullbox {
	width: 100%;
	height: 100%;
	text-align: center;
}
#wrapper {
	width: 1328px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	margin-top:50px;
}
#all {
	float:left;
	width: 989px;
}
#left {
	width: 180px;
	float:left;
	background:url(img/left.gif) bottom right no-repeat;
	height:845px;
}
#right {
	width: 159px;
	float:left;
	background:url(img/right.gif) bottom left no-repeat;
	height:845px;
}
#header {
	height:138px;
}
/* logo */
h1, h1 span {
	position: absolute;
	display: block;
	width: 989px;
	height: 138px;
	top:0px;
	left:180px;
}
h1 a {
	font-size: 120%;
	color: #343434;
	text-decoration:none;
}
h1 span {
	background: url('img/header.gif') left center no-repeat;
	left: 0;
	top: 0;
	cursor: pointer;
}
#content {
	width: 989px;
	height:707px;
	background:url(img/body.gif) left center no-repeat;
}
#flash {
	height:600px;
	float:left;
	margin:31px 24px 0px 98px;
	width:180px;
	text-align:left;
	_margin:21px 22px 0px 50px;
}

#navtext {
	float:left;
	width:686px;
	text-align: left;
}
#navigation {
	height:24px;
	float:left;
	background:#FFFFFF;
}
#menu {
	float: left;
	margin: 0;
	padding:0;
	background:#FFFFFF;
	font-family:"DIN Medium", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
}
#menu li {
	position: relative;
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 4px 0px;
}
#menu li a {
	display: block;
	padding: 0px 20px 4px 0px;
	text-decoration:none;
	color:#e8e7e1;
}
#menu li#current a {
	color: #ecae76;
}
#text {
	float:left;
	margin:0px;
	padding:0px;
}
#headline {
	margin:100px 212px 20px 21px;
	font-family:"DIN Medium", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:lighter;
	text-align:left;
	color: #ecae76;
}
a.scrollover {
	/* Default Colour/Styles here */
		color:#e8e7e1;
}
a.scrollover em:first-line {
	/* Rollover Colour/Styles here */
      	color: #ecae76;
}

