/* basic elements */
body { 
	font: 8pt/16pt verdana; 
	color: #FFFFFF;
	background-color:#FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0px; 
}
p { 
	font: 8pt/16pt verdana;
	font-weight:bold; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FFFFF;
	}
.spacer {
	width:5px;
	padding: 0px;
}

/* specific divs */
#container { 	
	margin:0 auto; 
	width: 696px;
	padding-left:15px;
}
#content {
	width:675px;
	margin:auto;
}

#header {
	text-align:center;
	height:60px;
	width:694px;
	background-image:url(images/topper.gif);
	background-repeat:no-repeat;
	margin: 0px;
}
#girl {
	width:696px;
	height:210px;
	padding: 0px;
	margin-top: 0px;
	text-align:center;
	margin:auto;
	}
	
#right{
	text-align:justify;
	margin-right:9px;
	line-height:normal;
	float:left;
	width:240px;
	padding-left:20px;

}
#left{
	float:left;
	text-align:left;
	line-height:normal;
	width:370px;
	padding-left:3px;
}
#copyright {
	width:550px;
	height:20px;
	background-color:#828282;
	border:3px solid #B0B0B0;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#menu {
	background-image:url(images/menu.jpg);
	width:696px;
	margin:0 auto;
	height:30px;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu li{	
	display:inline;
	list-style:none;
	font-size:8pt;
}
#menu img{		
	display:inline;
}
.reclame { 
	font: 8pt/16pt verdana;
	color:#FF3300;
	font-weight:bold; 
	margin-top: 0px;
	margin-left:50px; 
	text-align: center;
}


.header{
	font-weight:bold;
	font: 12pt/16pt verdana;
	margin-bottom:10px;
}
.bold{
	font-weight:bold;
}
@media print{
	.noprint{
		display:none;
		position:absolute;
	}
}


#boxthree li {
	width:350px;
}

#boxfive .header {
	padding-bottom:15px;
}