html,body,div,span,hr,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,:before,:after,input,textarea,select{background:none;border:0;border-collapse:collapse;border-spacing:0;border-width:0;bottom:auto;clear:none;content:none;direction:ltr;float:none;left:auto;margin:0;outline:0;padding:0;right:auto;text-decoration:none;text-indent:0;top:auto;}
body,input,select,textarea,option,iframe,code{background:#fff;font-family:Arial,Helvetica,sans-serif;}
body { font-size: 80%; text-align: center; }



/* Top header. */

#header {
background: url(../graphics/home10/floydbanner.jpg) 0 100% no-repeat;
height: 237px;
margin: 10px auto 0;
position: relative;
width: 860px;
}

#header a {
	background: url(../graphics/home10/newemail.jpg) no-repeat;
	display: block;
	height: 31px;
	width: 401px;

	left: 32px;
	position: absolute;
	text-indent: -10000px;
	top: 177px;
}
	
#header a:hover {
		background: url(../graphics/home10/newemail_over.jpg) no-repeat;
}
	
	
	
/* Navigation. */

#nav {
border-bottom: 2px solid #0E93C4;
border-top: 2px solid #0E93C4;
color: #fff;
font-size: 1.4em;
margin: 0 auto;
padding: 5px 0;
width: 960px;
}

#nav p {
	margin: 0 auto;
	text-align: left;
	width: 870px;
}
	
#nav a {
	color: #0E93C4;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0 5px;
}
	
#nav a:hover {
	color: #000;
}



/* Panel wrapper. */

#wrapper {
	margin: 0 auto;
	padding: 20px 0;
	width: 920px;
}

/* Right panel. */

#right {
	background: #F6FA9B url(../graphics/home10/right_top.jpg) no-repeat;
	float: right;
	font-weight: bold;
	margin: 0 30px 0 0;
	width: 400px;
}

	#right h1 {
	font-size: 1.4em;
	padding: 8px 20px;
	}

	#right p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 6px 20px;
	}
	
	#right p#right_footer {
	padding: 4px 0 0;
	}



/* Left panel. */

#left {
	float: left;
	text-align: left;
	width: 443px;
}

	#left p  {
	padding: 0 0 20px;
	}
	


/* Footer. */

#footer {
	background: url(../graphics/home10/footer.jpg) repeat-x;
	margin: 0 auto;
	width: 960px;
}

p#footer_text {
	font-size: 1.2em;
	padding: 14px 0 0;
}
	
#hintsandtips 
{
 margin: 0 50px 25px 50px;	
}

#contacts
{
	 margin: 25px 50px 50px 150px;
	 text-align: left;
}

#contacts p
{
	padding-bottom: 10px;
}


.background { background-attachment: fixed; background-image: url(navimages/background.gif); background-repeat: no-repeat; background-position: center top; }


/* left column */

#leftcol {
    float: left;
	width: 135px;
	margin: 5px 5px 5px 5px;
}

/* centre column */

#centrecol {
		float: left;
		width: 45%;
		margin: 5px 281px 5px 10px;
}

#centrecol p 
{
	padding-bottom: 10px;
}
/* right column */

#rightcol {
    float: right;
	width: 280px;
	margin: 5px 5px 5px 5px;
}

#contacts 
{
	text-align: left;	
	margin: 5px 150px 10px 150px;
}

/* Fixes. */

		  #wrapper { height: 1%; }
html>body #wrapper { height: auto; overflow: auto; }
