/* hand coded with love by http://celsius.ws */

html {  margin: 0px;  padding: 0px;  border: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 95%;
  line-height: 180%;
  color: white;}

td { border:1px solid #5e4608; }

a:link {text-decoration: underline; color: #c28f13; background-color:#231b02; padding: 8px; }
a:visited {text-decoration: underline; color: #c28f13;background-color:#231b02; padding: 8px; }
a:active {text-decoration: underline; color: #c28f13;}
a:hover {text-decoration: underline; color: white;}

body {
	text-align: center;
	background-color: #231b02;
}

#pullquote {
 border: 3px solid #5e4608;
 background-color:#3e2f05;
 font-size:85%;
 line-height:190%;
 position:relative; right:15px; top:-410px;
  padding:15px; 
 width:380px;
 float:right;
 }

.events {border: 3px solid #5e4608;
 background-color:#c28f13;
 font-size:120%;
 line-height:190%;
 position:relative; right:0px; top:30px;
  padding:15px;margin-bottom:15px;
  width: 380px;}

#container { 
	width: 893px;
    margin: 0 auto;
    margin-top: 50px; 
    text-align: left;
	background: url(images/content-bg.png) center;
}

#page-content { padding:15px; width: 450px; }

#navigation {}

#sidebar {
	position: absolute;
	top: 240px;
	left: auto;
	margin-left: 540px;
	width: 350px;
	height: auto;
}

#content {}

#footer {margin-top:-1px;}
