/* Main rules */

* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/bgrep.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#page {
	position: absolute;
	width: 702px;
	height: 402px;
	left: 50%;
	margin-left: -351px;
	top: 50%;
	margin-top: -201px;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
}
#navbar {
	position: absolute;
	width: 702px;
	height: 100px;
	left: 50%;
	margin-left: -351px;
	top: 50%;
	margin-top: 201px;
	text-align: center;
}
#navbar ul {
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
}
#navbar ul li a:hover {
}
#navbar ul li a.current, #navbar ul li a.current:hover {
}
#wrapper {
}
#contents {
	display: inline;
	float: left;
	width: 490px;
	height: 340px;
	overflow: auto;
	margin-left: 5px;
	margin-top: 55px;
}

#contents h1 {
	font-size: 24px;
	color: #000099;
}

.thumbnail {
	border: 1px;
	border-color: #000099;
	border-bottom: 1px;
	border-bottom-color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left: 1px;
	border-left-color: #000099;
	border-left-style: solid;
	border-left-width: 1px;
	border-right: 1px;
	border-right-color: #000099;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px;
	border-top-color: #000099;
	border-top-style: solid;
	border-top-width: 1px;
	vertical-align: middle;
}

#sidebar {
	float: right;
	display: inline;
	width: 180px;
	margin-right: 5px;
	margin-top: 70px;
	overflow: auto;
	color: #000099;
}
#footer {
	clear: both;
	position: absolute;
	font-weight:bold;
	left: 5px;
	bottom: 5px;
	width: 500px;
}
.clearer {
	clear: both;
}
