* { padding: 0; margin: 0; }

body {
  background:url(media/images/bk_pattern.png) repeat;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  color:#444;
}

p, h1, h2, h3, h4, h5, h6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

a {
  font-weight:bold;
  text-decoration:none;
}

a:link, a:visited {
  color:#520;
}

a:hover, a:active {
  color:#742;
}

#wrapper1 { 
 margin: 0 auto;
 width: 965px;
}

#wrapper2 {
 background:url(media/images/bk_shadow.png) repeat-y;
 overflow: auto; /* Hack for IE */
 width: 100%
}

#content {
 background:url(media/images/bk_texture.jpg) repeat-y;
 margin-left: 28px;
 overflow: auto; /* Hack for IE */
 width: 909px;
}

#header {
 background:url(media/images/bk_top.png) no-repeat bottom;
 padding-top:30px;
 width: 965px;
 height: 28px;
}

#rightcolumn {
 display: inline;
 margin: 60px 25px 25px 25px;
 width: 265px;
 float: right;
}

#leftcolumn {
	float: left;
	padding: 10px 0 25px 50px;
	width: 540px;
	display: inline;
	position: relative;
}

#footer { 
 background:url(media/images/bk_bottom.png) no-repeat;
 width: 965px;
 height: 28px;
 clear: both;
}

#logo {
	background:url(media/images/logo.png) no-repeat;
	margin-left:-30px;
	width:310px;
	height:146px;
}

#daband {
	margin-left:-30px;
	width:570px;
	height:530px;
}

.caption{
	padding: 10px 40px 5px 40px;
	font-size:11px;
	text-align:center;
}

.copyright{
	padding:20px 0 15px 0;
	font-size:11px;
	text-align:center;
	color:#c9ab6f;
}

.clear { clear: both; background: none; }