body {
	background:url("images/bg_main.jpg");
	text-align:center;
	margin:0;
	font-size:16px;
	font-family:arial, verdana, tahoma;
	color:#241615;
}
a {
	color:black;
}
a:hover {
	color:black;
}
h1 {
	margin-top:0;
	padding-top:0px;
	font-size:30px;
	font-weight:normal;
}
h2 {
	font-size:18px;
	font-weight:normal;
}
h2 span {
	font-size:10px;
}
#container {
	text-align:left;
	margin:0 auto;
	width:770px;
	border-left:1px solid white;
	border-right:1px solid white;
	background:#DEE8E0;
}
#top {
	border-bottom:1px solid #C6CEC1;
	height:204px;
}
#header-l, #header-r {
	float:left;
}
#header-l {
	height:204px;
	width:379px;
	background:url("images/header.jpg") no-repeat;
}
#header-r {
	width:391px;
}
#topbar {
	height:15px;
	background:#000000;
}
#rotate {
	background:white;
	height:189px;
}
#welcome {
	height:195px;
	background:#241615;
	position:relative;
	z-index:19;
}
#welcome-content {
	position:absolute;
	right:0px;
}
#welcome-text, #welcome-img {
	float:left;
}
#welcome-text {
	color:#DCD9C0;
	width:555px;
	font-size:14px;
	margin-left:10px;
	margin-top:5px;
}
#welcome-img {
	width:200px;
	margin-top:25px;
}
#view {
	position:relative;
	clear:both;
	/*z-index:9;*/
}
#column1, #column2 {
	float:left;
	/*z-index:10;*/
	padding:5px;
}
#column1 {
	background:#C2CDC4;
	width:217px;
}
#column2 {
	background:#DEE8E0;
	width:533px;
	clear:right;
	/*position:relative;*/
}

#footer {
	width:750px;
	margin-left:10px;
	border-top:1px solid #C2CDC4;
	background:#DEE8E0;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
#nav {
	width:200px;
	height:232px;
	font-size:12px;
	position:absolute;
	top:4px;
	left:10px;
	background:url("images/bg_nav.jpg") no-repeat;
	z-index:20;
}
#nav a {
	font-size:14px;
	color:#DCD9C0;
	text-decoration:none;
}
#nav a:hover {
	color:#C2CDC4
}
#nav ul {
	list-style-type:none;
	padding-left:0;
	margin-left:16px;
	margin-top:16px;
}
#logo div {
	font-size:10px;
	position:absolute;
	top:0px;
	right:10px;
	width:390px;
}
.toplinks {
	text-align:center;
}
.toplinks a {
	font-size:11px;
	color:#9CAE9F;
}
.toplinks a:hover {
	color:#582624;
}
.print {
	font-size:10px;
}