body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: small;
	/*background-image: url(../img/bg.jpg);*/
	background-image: url(../img/bg_test.jpg);
	background-color: #FEF0CB;
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #D70B0B;
	font-size:120%;
	margin-top:20px;
	margin-bottom:0px;
}

h2 {
	font-size:112%;
	margin-top:0px;
	margin-bottom:18px;
}

p {
	font-weight: bolder;
}

a:link, a:visited, a:active {
	text-decoration: none;
	border: none;
}

#wrapper {
	position: relative;
	margin: 0 auto;
}

#header {
	
}

#logo {
	margin: 0 auto;
	height: 132px;
	width: 800px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}

#logo img {
	position: relative;
	left: 215px;
	top: 14px;
	border: #D70B0B solid 2px;
}

#navigation {
	background-color: #D70B0B;
	background-image: url(../img/navi.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	clear:both;
	width: 100%;
	/*height: 28px;*/
	padding-top: 2px;
	padding-bottom: 8px;
	font-size: 115%;
}

#navigation ul {
	text-align: center;
	margin: 0 auto;
	display: block;
}

#navigation li {
	float: left;
	list-style: none;
	display: block;
	margin: 0 auto;
	margin-left: 5px;
	font-size: 115%;
}

#navigation a:link, #navigation a:visited {
	color: #fff;
	margin-left: 10px;
	font-size: 112%;
}

#content {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding-bottom : 100px;
}

#content #gallery {
	width: 500px;
	margin: 50px auto;
}

#content #gallery img {
	margin: 10px;
	background-color: #D70B0B;
	border: #D70B0B solid 2px;
}

#bl {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#tr {
	position: absolute;
	top: 180px;
	right: 20px;
}
