/*layout*/
body 
{
margin:0px;
text-align: center;
}
#sizer
{
	width:790px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
#nav
{
	margin-bottom: 120px;
}
#intro
{
	display:none;
	margin-left:35px;
	margin-right:5px;
}
#container
{
	margin-left:35px;
	margin-right:35px;
}
#buzz
{
	width: 200px;
	float: right;
	padding-right:5px;
	text-align: left;
	display:none;
	padding-bottom:30px;
	margin-top:9px;
}
*html #buzz
{
	margin-top:25px
}
#content
{
	float:none;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	padding-bottom:30px;
}
#footer
{
	padding: 3px;
	line-height:30px;
}
/*Colours and stuff*/
body
{
	font-family: Tahoma,Verdana,arial,helvetica,sans-serif;
	color:#666666;
	background-color:#ededed;
	background-image:url(../images/bugseye_bg.gif);
	background-repeat:repeat-x;
	font-size: 8pt;
	line-height:15px;
}
table
{
	font-size:1em;
}
table td
{
	vertical align:top;
}
#sizer
{
	background-color: #ffffff;
	background-image:url(../images/page_bg.jpg);
	background-repeat:no-repeat;
	border:1px solid #999999;
}
#header img.logo
{
	float:left;
	margin:5px;
}
#container
{
	background-image:url(../images/h1_bg.png);
	background-repeat:no-repeat;
	background-position:320px 10px;
}
#buzz h2
{
	font-size:1em;
}
#content h1
{
	text-transform:lowercase;
	line-height:25px;
}
#content h1 , #content h2, #intro h2
{
	color: #FE5E06;
	font-family: Georgia, Trebuchet, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1.8em;
	padding-top: 0px;
	padding-right: 40px;
}
#content h2, #intro h2
{
	font-size:1.4em;
	color: #003366;
	margin-top:15px;
	line-height:20px;
}
#intro h2
{
	font-size:1.6em;
}
#content ul
{
	list-style-image: url(../images/list_marker.png);
}
#footer
{
	border-bottom:5px solid #e7e7e7;
	background-color:#ffffff;
	text-align:right;
	color:#a2abb6;
	font-size: 0.8em;
	padding-right:35px;
}
#scrollinfo
{
	height: 100px;
	background-color: #ffffff;
	padding:2px;
	margin:5px;
	margin-bottom:10px;
}
#homebanner
{
	border:1px solid #9689A1;
	height:100px;
}
div.butttons img
{
	margin:0px;
}
div.buttons img
{
	border:0px;
}
/*form layouts*/
form.layout
{
 margin-top:15px;
}
form p.required
{
	font-weight:bold;
}
form p.required label:after
{
	content:'*';
}
form.layout p
{
	margin-top:2px;
	margin-bottom:2px;
}
form.layout p label
{
	display:block;
	width:150px;
	float:left;
}
form.layout p button
{
	margin-left:150px;
}