body{	
	background: url("../images/bg.jpg") top center repeat;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 9pt;
}
a {
	color: #fe5e24;
	text-decoration: none;
}
div#container{
	margin: 0px;
	padding: 0px;
	background: url("../images/body_bg.jpg") top left repeat-x;
}
div#page{
	background: url("../images/bg.jpg") top center repeat;
	margin: auto;
	width: 609px;
}
div#logo{
	background: #333333;
	text-align: center;
	height: 126px;
}
div#logo img{
	border: 0px;
}
div#header{
	background: url("../images/header.jpg") top left no-repeat;
	height: 287px;
}
div#menu{
	text-align: center;
	background: url("../images/bg.jpg") top left repeat;
	font-size: 13pt;
	font-weight: bold;
	padding: 0px;
	text-transform: uppercase;
}
div#menu a, div#menu a:active{
	text-decoration: none;
	color: #FFFFFF;
}
div#submenu a, div#submenu a:active{
	text-decoration: none;
	color: #c1c1c1;
}
div#menu a:hover {
	color: #ffe2d7;
}
div#submenu a:hover {
	color: #999999;
}
div#content{
	margin-bottom: 25px;
	padding: 0px 10px;
}
div#content a:hover {
	text-decoration: underline;
}

#content img{
	border: solid 1px #ffffff; 
	margin: 2px;
	margin-top: 0px;
}

div#footer  a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #fe5e24;
}

h1{
	font-size: 14pt;
	margin: 7px 0px;
	font-weight: bold;
}

h2{
	font-size: 11pt;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	clear:both;
}

h3{
	font-size: 9pt;
	margin: 5px 0px -5px 0px;
	font-weight: bold;
}

#content p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.menu {
	margin: 0px;
	padding: 0px;
}
.menu li {
	margin: 0px 10px;
	display: inline;
	list-style-type: none;
}
.submenu{
	margin: 0px;
	padding: 0px;
}
.submenu li{
	display: inline;
	list-style-type: none;
	color: #333333;
	font-size: 11px;
}
.besloten_menu {
	margin: 0px;
	padding: 0px;
}
.besloten_menu li {
	margin: 0px 10px;
	display: inline;
	list-style-type: none;
}

.besloten_menu a {
	color: white;
	font-size: 10pt;
	font-weight: bold;
}


.separator{
	background: url("../images/separator.jpg") center center no-repeat;
	height: 20px;
	width: 591px;
}
.floatleft{
	font-family: arial;
	font-size: 7pt;
	float: left;
}
.floatright{
	font-family: arial;
	text-align: right;
	font-size: 7pt;
	float: right;
}