body {
	background: url(../images/background.jpg) repeat;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
h1 {
	font: bold 18px "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #6C4700;
	margin-bottom: 4px;
	margin-top: 4px;
}
h2 {
	font: bold 14px "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #6C4700;
	margin-bottom: 4px;
	margin-top: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/***************   HEADER   ******************/
#header {
	background: url(../images/hdr_background.jpg) no-repeat right top;
	height: 144px;
	width: 528px;
}
#header .address {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	height: 90px;
}
#header .navbar {
	height: 28px;
	text-align: center;
}
#header a.button, a.button:visited {
	font-family:arial;
	font-weight:bold;
	color:#6C4700;
	text-decoration: none;
	padding:0px;
	font-size:12px;
	text-align: center;
	line-height: 20px;
}

#header a.button:hover {
	color: #635531;
	background-color: #FDD856;
}
/***********  LEFT COLUMN  **********/
#leftcol {
	background: url(../images/outside-left.jpg) repeat-y left;
	width: 234px;
}




/***********  RIGHT COLUMN  ************/
#rightcol {
	background: url(../images/outside-right.jpg) repeat-y right;
}

.bodypad {
	padding: 0px 20px 10px;
}

/***********  FOOTER  **************/
#footer {
	background: #FFEDAB center bottom;
	height: 40px;
	width: 514px;
	border-color: #FFFDFF;
	text-align: center;
	border-right-width: 6px;
	border-left-width: 6px;
}
#footer a {
	color: #666666;
}
#footer .nav {
	font: 10px/18px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}
#footer .copyright {
	font: 10px/18px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}

.krack {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
}
a.krack {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}
