body {
	background:#f5f5f5;	
	width:100%;
	height:100%;
	margin:0;
	padding-top:50px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	color:#3e3e3e;
}

small {
	font-size:9px;
}

span#tip {
	font-weight:bold;
	font-size:18px;
	text-decoration:underline;
}

h1 {
	font-family:'bradley hand itc',Tahoma,Arial,Helvetica,sans-serif;
	font-size:36px;
	text-transform:uppercase;	
	margin:30px 0 0 0;	
}

h2 {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#9A0201;
}

#content {
	position:relative;
	float:none;
	width:800px;
	height:100%;
	text-align:center;
	margin:0 auto;
	padding-bottom:10px;
}

#content p {
	font-size:14px;
}

#content p.big {
	font-size:16px;
	font-weight:bold;
}

#slider {
	position:relative; 
	float:none;
	width:100%;	
	clear:both;
	height:260px;
	overflow-x:hidden;
}

#slider img {
	position:absolute;
	height:240px;
	width:183px;
}

#imageloader {
	position:relative; 
	display:block; 
	width: 100%; 
	margin: 0 auto; 
	text-align: center;
}

#imageloader img { 
	position:relative; 
	z-index:100; 
	display:inline;
	height:15px;
}

.kader {
	border: 10px #fff;
	border-style:solid;
	background:url(../images/magnify.png) top right;
}

.kader_top {
	border: 10px #fff;
	border-style:solid;
}

img.separator {
	position:absolute;
	width:20px;
	border: 10px transparent;
	border-style:solid;
}

#wrapper {
	position:relative;
	float:none;
	margin:0 auto;
	width:200px;
	height:250px;
	z-index:15;
}

#magnify {
	position:absolute;
	top:18px;
	right:-3px;
	width:16px;
	height:16px;
	background:url(../images/magnify.png) no-repeat top center;
	z-index:10;
}