html {
	margin : 			0; 
	padding : 			0; 
}

body { 
	font-family:		Times New Roman, Times, serif;
	font-size:			14px;
	color: 				#444444;
	background-color: 	#FFFFFF; 
	margin: 			0px; 
	padding: 			0px;
}
p {
	text-align:			justify;
	font-weight:		bold;
	margin-top: 		8px;
	margin-bottom: 		15px;
}

p b {
	color:				#000000;}

p em {
	font-size:			12px;
}

ul {
	font-weight:		bold;
}

ul b {
	color:				#000000;
}

a {color:				#000000;}

a:visited {color:		#000000;}

a:hover {color:			#000000;}

a:active {color:		#000000;}

#container {
	background:			repeat-y;
	background-image:	url(../images/nav_back.jpg);
	left:				50%;
	position:			absolute;
	width:				700px;
	margin:				0px 0px 20px -350px;
	padding-bottom:		10px;
}

#nav {
	float:				left;
	width: 				181px;
	text-indent:		10px;
	text-align: 		left;
}

#side {
	float:				left;
	padding-left:		10px;
	width: 				500px;
	text-align: 		left;
}

.disclaimer p {
	color:#aaaaaa;
	font-weight:normal;
	font-size:10px;
}

.copyright p {
	color:#aaaaaa;
	font-weight:normal;
	text-align:center;
}

/* 	text-align: 		right;
	right: 				-170px;
	float:				right;
	position:			relative;
*/

#foxfloat {
	position:			static;
	text-align:			right;
}

h1 {
	font-size:			18px;
}

h2 {
	text-align:			center;
}

.colourorange {
	color:				#FF9933;
}

.colourorangebig {
	color:				#FF9933;
	font-size:			30px;
}

.colourdarkorange {
	color:				#BF5F00;
}

.colourred {
	color:				#FF0000;
}

.colourblack {
	color:				#000000;
	font-size:			18px;
	font-weight:		bold;
}

.backing {
	position:			relative;
	left:				-11px;
	width:				500px
}

.menu {
	text-indent: 		10px;
}