* {
	border-style: none;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	color: #274161;
	background-color: #efefef;
	background-image: url(../img/bg_html.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
body {
	position: relative;
	height: 100%;
	background-image: url(../img/bg_body.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}
div#wrapper {
	max-width: 780px;
}
div#header {
	position: relative;
	height: 140px;
}
div#container {
	width: 100%;
	overflow: hidden;
	float: right;
	margin-left: -300px;
}
div#content {
	margin-left: 300px;
	position: relative;
}
div#sidebar {
	width: 300px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
div#footer {
	margin: 24px 0;
}
div#logo {
	position: absolute;
	top: 36px;
	left: 114px;
	height: 68px;
	width: 430px;
	overflow: hidden;
	background: transparent url(../img/logo_430x68.gif) 0 0;
}
div#logo a#logoanchor {
	display: block;
	height: 68px;
	width: 430px;
	background: transparent url(../img/logo_430x68.gif) 0 0;
}
div#logo a#logoanchor:hover {
	background-position: 0 0;
}
div#logo a#logoanchor span {
	display: none;
}

