body { background-color:#d1c1c1;
	}

a:link  {text-decoration: none;
		color: #5c1e13;
		font-weight: bold;
		border: no border;
	}	
a:hover  {text-decoration: none;
		color: #5c1e13;
		font-weight: bold;
		border: 0px;
	}	
	
a:visited  {text-decoration: none;
		color: #5c1e13;
		font-weight: bold;
		border: 0px;
	}	
	
h2 {
    font-size: 1.2em;
	font-weight:bold;
	font-family:sans-serif,Arial,Verdana,Helvitica,;
    margin: 0; padding: 0.3em;
    color: #5c1e13;
  }


	
#header {
		background:url("images/header.jpg");
		margin: auto;
		margin-top: -10px;
		width: 800px;
		height: 544px;
		}

		
#menu {	
		background:url("images/bg.jpg");
		background-repeat: no-repeat;
		margin-top: -2px;
		margin-left: 2px;
		margin: auto;
		width: 800px;
		height: 74px;
		}		
		
#foxmenucontainer {
		height:200px;
		display:block;
		padding:5px 0 0 5px;
		}
		
#foxmenu {
		position:relative;
		display:block;
		height:24px;
		font-size:18px;
		font-weight:bold;
		font-family:sans-serif,Arial,Verdana,Helvitica,;
		}
		
#foxmenu ul	{
		margin:auto;
		padding:0;
		list-style-type:none;
		width:520px;
		}
		
#foxmenu ul li	{
		display:block;
		margin:0 1px 0 0;
		}
		
#foxmenu ul li a	{
		display:block;
		float:left;
		color:#000;
		text-decoration:none;
		padding:5px 20px 0 20px;
		height:19px;
		background:transparent url(/code/fox/images/foxmenu_bg-OFF.gif) no-repeat top left;
		}
		
#foxmenu ul li a:hover {
		color:#5c1e13;
		background:transparent url(images/hover.jpg) no-repeat top right;
		}
		
#foxmenu ul li a.current,#foxmenu ul li a.current:hover	{
		color:#fff;
				}
		

#spacer {
		background:url("images/bg.jpg");
		background-repeat: repeat;
		margin: auto;
		width: 800px;
		height: 10px;
		}

#spacer2 {
		background:url("images/bg.jpg");
		background-repeat: repeat;
		margin: auto;
		width: 800px;
		height: 200px;
		}		
		
#content {
		background:url("images/bg.jpg");
		background-repeat: repeat;
		margin: auto;
		width: 800px;
		height: 400px;
		position:relative;
		}

#text {	
		height: 360px;
		width: 460px;
		padding: 20px 70px 10px 70px;
		font-size: 0.8em;
		font-family:sans-serif,Arial,Verdana,Helvitica,;
		}

#footer {background:url("images/footer.jpg");
		background-repeat: repeat;
		margin: auto;
		width: 800px;
		height: 120px;
		}