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

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
}
body {
	background-image: url(/images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.wrapper {
	width: 900px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}
.entry {
	background-color: #09F;
	margin-top:20px;
}
.entry img {
	border: 1px solid #000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
}
.navigation {
	background-color:#FFF;
	font-size: 18px;
	padding: 5px;
}
.wrapper .navigation a {
	text-decoration: none;
	color: #3CA8FC;
}
.wrapper .navigation a:hover {
	text-decoration: none;
	background-color:#09F;
	color: #fff;
}
.header {
	height:150px;
	background-image: url(/images/header.jpg);
}
.col_left {
	width: 580px;
	float: left;
}
.col_right {
	width: 300px;
	float: right;
}
h1 {
	font-size: 32px;
	color: #FFF;
	background-image: url(/images/bg_h1.jpg);
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h2 {
	padding-left: 20px;
	padding-right: 20px;
}
.footer {
	background-color: #09F;
	margin-top:20px;
	padding-top: 20px;
}
p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color: #FFF;
	background-color: #000;
}
* {
	margin: 0px;
	padding: 0px;
}
