html {
	width: 100%;
	height: 100%;
	position: relative;
}

body {
	background-color: #633D16;
	margin: 0px;
	padding: 0px;
}

div#wrapper {
	background: url(../images/logo.png) 50% -50px no-repeat;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

div#logo {
	height: 350px;
}

div#caption {
	color: #ffffff;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: lighter;
	line-height: 22px;
}

a, a:visited {
	color: #EAC4AA;
}

a:active {
	color: #BE9F8A;
}

div#caption h1 {
	font-family: "Myriad Pro","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 16px;
	line-height: 25px;
	word-spacing: 3px;
	letter-spacing: 1px;
	font-weight: normal;
}

div.infobox {
	position: relative;
}

.infobox a, .infobox a:visited {
	color: black;
}

.infobox a:active {
	color: #999;
}

div.infobox .tl {
	background: url(../images/info/box.png) top left no-repeat;
}

div.infobox .tr {
	background: url(../images/info/box.png) top right no-repeat;
}

div.infobox .bl {
	background :url(../images/info/box.png) bottom left no-repeat;
}

div.infobox .br {
	background :url(../images/info/box.png) bottom right no-repeat;
}

div.infobox .formatting {
	padding: 15px 10px 20px 60px;
	color: black;
}

div.infobox #icon {
	position: absolute;
	top: 20px;
	left: 8px;
}

div.infobox .text {
	border-bottom: 1px solid #C5C5C5;
	margin: 0px 15px 0px 15px;
	padding-bottom: 5px;
}

div#pressrelease {
	background: url(../images/info/pressrelease.png) center left no-repeat;
	padding-left: 30px;
	cursor: pointer;
	height: 55px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	line-height: 55px;
	text-decoration: underline;
}

div#pressrelease:hover {
	text-decoration: underline;
}

div#pressrelease:active {
	text-decoration: underline;
	color: #999;
}

div#copyright {
	font-size: 9px;
	color: #89775F;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-align: right;
	padding-right: 5px;
}

div#copyright img {
	padding-right: 5px;
}
