body { 
	background: #733f18 url(http://www.milamcountycc.com/images/v3/pagebg.jpg) top center repeat-y;
	color: #4C4C4C;
	padding: 0;
	margin:0px; padding:0px;
	text-align:center;
	height: 100%; 	
	font: 13px Georgia, serif;
	}

p { 	
	font: 13px Georgia, serif;
	line-height: 1em;
	color: #4c270c;
	}

h1 {font: 1.5em Georgia, serif;
	line-height: 1em; _line-height: 1.5em;
	color: #773e16;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	border-bottom: 2px solid #773e16;
	}

h2 {font: 1.3em Georgia, serif;
	line-height: 1em;
	color: #773e16;
	text-transform: uppercase;
	text-align:left;
	font-weight: bold;
	letter-spacing: .1em;
	border-bottom: 1px solid #773e16;
	}

h3 {font: 1.2em Georgia, serif;
	line-height: 1em;
	color: #773e16;
	text-transform: uppercase;
	text-align:center;
	font-weight: bold;
	letter-spacing: .1em;
	}

h4 {font: 1.1em Georgia, serif;
	line-height: .5em;
	color: #773e16;
	text-transform: uppercase;
	text-align:center;
	font-weight: bold;
	letter-spacing: .1em;
	}

a:link, 
a:visited {
	color: #773e16;
	}

a:hover, 
a:active, 
a:focus  {
	background: #deb688;
	color: #360000;
	}

#emplink {font-size: 1.1em;
	font-weight: bold;
	}

hr {border: 0;
	width: 80%;
	color: #864b1f;
	background-color: #864b1f;
	height: 2px;
	}

/* layout basics */

.container { 
	width: 750px;
	margin:0px auto; padding: 0px;
	position: relative;
	font: 13px Georgia, serif;
	color: #4c270c;
	}

#paper {background: url(http://www.milamcountycc.com/images/v3/parchmentbg.jpg) top left repeat-y #eac9a0;
	height:200%;
	}



/* header */

#header {	
	background: transparent;
	padding: 0px;
	margin: 0px;
	height: 268px;
	}

#menu {background: url(http://www.milamcountycc.com/images/v3/menubg.jpg) top left no-repeat;
	position: relative;
	padding: 0px; margin:0px;
	height: 75px;
	width: 750px;
	text-align: center;
	z-index:2000;
	font: 11px Georgia, serif;
	}

#nav {position: relative;
	left: 65px;
	top: 25px;
	}



/* content */

.content { 
	width: 720px;  _width: 720px;
	padding: 0px 15px 5px 15px;
	margin: 0px;
	text-align: left;
	position: relative;
	font-size: 1em;
	color: #4c270c;
	z-index: 1;
	border: 0px solid blue;
	}

#flash {position: relative;
	padding: 0px; margin:0px;
	width: 750px;
	text-align: center;
	z-index: 0;
	}

#news {width: 475px;
	height: 200px;
	top: 5px;
	left: 15px;
	overflow: auto;
	text-align: left;
	font-size: 1em;
	}


#campfire {width: 210px;
	position: absolute;
	height: 270px;
	top: 5px;
	right: 25px; _right: 25px;
	overflow: auto;
	text-align: left;
	border: 2px solid #773e16;
	padding: 2px;  _padding: 11px 5px 1px 5px; 
	}

#extra {width: 475px;
	height: 80px;
	padding-top: 5px;
	}

#bulletin {width: 225px;
	height: 70px;
	top: 275px;
	left: 15px;
	text-align: center;
	float: left;
	overflow: hidden;
	border: 2px solid #773e16;
	padding: 2px;  _padding: 6px 2px 6px 2px; 
	}

#location {width: 225px;
	height: 70px;
	text-align: center;
	overflow: hidden;
	float: right;
	border: 2px solid #773e16;
	padding: 2px;  _padding: 6px 2px 6px 2px; 
	font-size: 1em;
	}


/* table styles */

.tdborder {border: 5px solid #773e16; padding: 2px}

/* footer */


#footer { 
	background: url(http://www.milamcountycc.com/images/v3/footer.jpg) top left no-repeat;
	width: 750px;
	height: 138px;	
	padding: 0px; margin: 0px;
	text-align: left;
	position: relative;
	font-size: 1em;
	}


#footerlinks {text-align: right;
	position: absolute;
	top: 100px;
	right: 5px;
	color: #eac8a0;
	font-size: .8em;
	}

#footertext {text-align: left;
	position: absolute;
	top: 20px;
	left: 170px;
	}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active,
#footer a:focus {
	background: transparent;
	color: #c39f75;
	}


