/* CSS Document */

body { 
	margin-top: 10px;
	margin-bottom: 10px; 
	background-color: #FBFBFB; 
	background-color: #CC9; 
	font-size: 12px;
	font-family: 'Verdana', arial, helvetica, sans-serif;
}

h1 { font-size: 18px; color: #996; }
h2 { font-size: 14px; color: #630; padding-top: 1em; }
td { font-size: 12px; }
td.available { background-color: #D9D9B8; }
td.wednesdays { background-color: #996; color: white; }
table.small { font-size: 10px; }


#wrapper { width: 750px; border: 2px #100808 solid; background-color: #FBFBFB; }

#headimage { 
	background-image: url(images/homefencers.jpg); 
	background-position: top right;
	background-repeat: no-repeat;
	height: 165px;
	border-bottom: 2px #100808 solid;
	text-align: left;
	padding-left: 20px;
	padding-top: 4px; 
}

#sitetitle { 
	height: 40px;
	border-bottom: 2px #100808 solid;
}

#mainnav { width: 725px; text-align: center; }

ul#menu { list-style-type: none; }
ul#menu li { display: inline; }
ul#menu li a { color: #100808; text-decoration: none; }
ul#menu li a:hover { color: #100808; text-decoration: none; border-bottom: 1px dotted #100808; background-color: #F0F0DC; }
ul#menu li#active { color: #100808; text-decoration: none; font-weight: 900; }


#content { text-align: left; padding-left: 15px; padding-right: 15px; }

#announcements { 
	padding-top: 0px; padding-bottom: 7px;
	padding-right: 25px; padding-left: 15px;
	float: left;
}
	
	a.announcements { color: #100808; text-size: 14px; font-weight: 900; text-decoration: underline; }
	a:hover.announcements { color: #000; text-size: 14px; font-weight: 900; text-decoration: underline; }

	p.advert { 
		padding: 4px; 
		background-color: #F0F0DC; 
		color: #100808; 
		text-align: center; 
		border: 1px dotted #100808;
	}

a { color: #100808; text-decoration: underline; }
a:hover { color: #100808; text-decoration: none; border-bottom: 1px dotted #100808; background-color: #F0F0DC; }
a#nostyle { text-decoration: none; }


#footer {
	height: 70px;
	border-top: 2px #100808 solid;
	text-align: left;
	padding-left: 15px;
}

#sheild { position: absolute; top: 120px; left: 10px; }
