@charset "utf-8";
body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
	background-image:url(ims/background.gif);
	background-repeat:repeat;
}
#outer
{
	/* The width needs clarification - from the image, the only rule seems to be
		'less than 1024'... */
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	/*
      text-align: center; doesn't work on Firefox, hence the work-around 
	  below.
	*/
}
ul	{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-left:0px;
	width: 270px;
	
	padding-left:0px;
}
ul li	{
	background-color: #666666;
	vertical-align:middle;
	margin-left: 0px;
	margin-right: 1px;
	margin-bottom:1px;
	padding-left:5px;
	padding-top:15px;
	padding-bottom:0px;
	height: 25px;
	width: 270px;
	list-style-type: none;	
}
ul li a	{
	text-decoration:none;
	color:#FFFFFF;
}
.content	{
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	padding-left:30px;
	padding-right:20px;
}
h1	{
	color:#333366;
	font-size:14px;
	font-weight:bold;
}
.copy	{
	color:#FFFFFF;
	font-size:10px;
}
.copy	a{
	color:#FFFFFF;
	text-decoration:none;
}
.testimonial	{
	background-image:url(ims/testimonial.gif);
	background-repeat:no-repeat;
	text-align:center;
	height:117px;
	padding:5px 8px 5px 8px;
	font-size:11px;
	color:#000000;
	font-style:italic;
}
