/*	Foxgrove.net		 */
/*	November, 2009		*/
/*	Kym Farley		*/


body {
	background-color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana, Arial, "Times New Roman" ; 
	margin: 0;
	padding: 0;
	}

A:link{
	color: #D0C144;
	text-decoration: none; 
	font-weight: none;
	}

A:visited{
	color: #C6BA57;
	text-decoration: none; 
	font-weight: none;
	}

A:active{
	color: #000000;
	text-decoration: none; 
	font-weight: none;
	}

A:hover{
	color: #7E97AC;
	font-weight: none;
	}

b {
	color: #7E97AC;
	}



/*		Header			*/
#header {
	width: 949px;
	height: 550px;
	background: url(http://www.foxgrove.net/Header.png) top left no-repeat;
	}



/*		Nav			*/
#nav {
	z-index: 1;
	position: absolute;
	top: 519px;
	left: 0px;
	width: 100%;
	height: 31px;
	align: center;
	background: url(http://www.foxgrove.net/Nav.png) top left repeat-x;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
	/* for Mozilla */
	-moz-opacity:0.7;
	}

#nav a:link {
	color: #d0c144;
	text-decoration: none; 
	font-weight: none;
	}

#nav a:hover {
	color: #e8c0d2;
	font-weight: none;
	}

#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: none;
	}

#nav a:visited {
	color: #d0c144;
	text-decoration: none; 
	font-weight: none;
	}

.navlinks {
	height: 31px;
	width: 96px;
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
	font: 11px Trebuchet MS;
	text-transform: uppercase;
	line-height: 10px;
	background-color: transparent;
	}



/*		Texty			*/
#texty {
	width: 50%;
	margin: 0 auto 0 auto;
	padding: 0 5px 0 5px;
	align: center;
	background-color: #f2e7e7;
	}

.maintitle {
	color: #4849a2;
	font-family: Georgia;
	font-style: italic;
	text-transform: lowercase;
	font-size: 20px;
	letter-spacing: 2px;
	width: 100%;
	border-bottom: 1px dotted #4849a2;
	}



/*		East Bar		*/
#east {
	position: absolute;
	top: 551px;
	right: 0px;
	align: right;
	width: 185px;
	height: 947px;
	background: url(http://www.foxgrove.net/East.png) right no-repeat;
	}



/*		West Bar		*/
#west {
	position: absolute;
	top: 551px;
	left: 0px;
	align: left;
	width: 185px;
	height: 947px;
	padding: 40px 0px 0px 40px;
	}

.westtitle {
	padding: 1px 0px 0px 5px;
	height: 25px;
	color: #d0c144;
	font-family: Trebuchet MS;
	font-size: 15px;
	background: #3D3D3D;
	text-transform: uppercase;
	}


.westcontent {
	text-align: justify;
	}



/*		Copyright		*/
#copyright {
	vertical-align: bottom;
	}
