/* Basic elements
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
body {
	background: #ffffff url(../images/bg/body.gif) repeat-x top left;
	font: normal 13px/1.3 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #1b1b1b;
	text-align: center;
}
img {
	border: none;
}
a {
	color: #1f74d3;
	text-decoration: none;
}
a:hover {
	color: #bb0707;
	text-decoration: underline;
}
a img {
	display: block;
}
.cb {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
h1 {
	color: #bb0707;
	font: bold 20px/24px Arial, sans-serif;
	margin-bottom: 4px;
}
h2 {
	font: bold 15px/24px 'Trebuchet MS', Verdana, sans-serif;
}

/* Base
----------------------------------------------------*/
#base {
	margin: 0 auto;
	width: 758px;
	text-align: left;
	position: relative;
	background: transparent url(../images/bg/base.gif) no-repeat top left;
	padding-top: 28px;
}

/* Header
----------------------------------------------------*/
#header {
	height: 126px;
	background: url(../images/bg/headerright.jpg) no-repeat top right;
}

/* Topnavigation
----------------------------------------------------*/
#topnav {
	height: 28px;
	background: green url(../images/bg/menu.jpg);
}
#topnav ul {
	list-style: none;
	padding: 0;
	margin-right: 15px;
}
#topnav li {
	float: right;
	line-height: 20px;
	padding-top: 1px;
	margin-left: 7px;
}
#topnav li.selected a {
	color: #ffffff;
	font-weight: bold;
}
#topnav li a {
	font: bold 13px/26px 'Trebuchet MS', Arial;
	color: #ffffff;
	padding: 0 7px;
	display: block;
}
#topnav li a:hover {
	text-decoration: underline;
}

/* Page
----------------------------------------------------*/
#page {
	background: #ffffff url(../images/bg/page.gif) repeat top left;
	padding: 14px 28px;
}
#page img.left {
	float: left;
	margin: 7px 7px 7px 0;
}
#page img.right {
	float: right;
	margin: 7px 0 7px 7px;
}
#page a {
	text-decoration: underline;
}
#page ul {
	list-style-position: inside;
	margin-left: 14px;
}
#page dl {
	width: 300px;
	overflow: hidden;
	display: block;
}
#page dl dt {
	font-weight: bold;
	float: left;
	width: 120px;
}
#page dl dd {
	margin-bottom: 3px;
	float: left;
	display: block;
	width: 150px;
}

/* Photos
----------------------------------------------------*/
#page .message div {
	margin-top: 7px;
	padding-top: 7px;
	text-align: center;
	display: block;
}

/* Photos
----------------------------------------------------*/
.photos {
	overflow: hidden;
	width: 100%;
}
.photos a {
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	border: solid 1px #d2d2d2;
	text-align: center;
	margin: 3px 3px 3px 0;
}
.photos a img, .photolarge img {
	margin: 8px auto;
}
.photolarge {
	border: solid 1px #d2d2d2;
	padding: 3px;
	text-align: center;
}

/* Button
----------------------------------------------------*/
#page .button {
	overflow: visible;
	width: auto;
	height: 28px;
	background-color: #b53108;
	color: white;
	border: solid 2px #8a2102;
	font: bold 13px/16px 'Trebuchet MS', Arial, sans-serif;
	cursor: pointer;
	padding: 2px 14px;
	text-decoration: none;
	text-align: center;
}
#page .button:hover {
	
}

/* Footer
----------------------------------------------------*/
#footer {
	height: 22px;
	clear: both;
	background: url(../images/bg/footer.gif) no-repeat top left;
	padding-top: 28px;
	font-size: 11px;
}
#footer .copyright {
	text-align: center;
}