#logo {
background-image: leadheadrender.png;
width: 700px;
height: 170px;
}

body{

background-color: #324753;

	background-image: url('leadheadbg.gif');

		background-repeat: repeat;

			text-align:center;

	font-family: Trebuchet MS, Arial;

	font-size: 13px;
	color: blue;
	background-attachment: fixed;
	z-index: 0;
	}

	
body a span {

position: fixed;

left: 5px;

top: 2px ;

width: 128px;

height: 128px;

}

#main {

background-color: orange;

width: 966px;



}



.glossymenu{

	position: relative;

	top: -20px;

	padding: 0 0 0 34px;

	margin: 0 auto 0 auto;

	background: url('menub_bg.png') repeat-x; /*tab background image path*/

	height: 46px;

	list-style: none;

}



.glossymenu li{

	float:left;

}



.glossymenu li a{

	float: left;

	display: block;

	color:#000;

	text-decoration: none;

	font-family: sans-serif;

	font-size: 13px;

	font-weight: bold;

	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/

	height: 46px;

	line-height: 46px;

	text-align: center;

	cursor: pointer;	

}



.glossymenu li a b{

	float: left;

	display: block;

	padding: 0 24px 0 8px; /*Padding of menu items*/

}



.glossymenu li.current a, .glossymenu li a:hover{

	color: #fff;

	background: url('menub_hover_left.png') no-repeat; /*left tab image path*/

	background-position: left;

}



.glossymenu li.current a b, .glossymenu li a:hover b{

	color: #fff;

	background: url('menub_hover_right.png') no-repeat right top; /*right tab image path*/

}





#block1 {



width: 850px;

height: 300px;

background-color: white;

text-align:left;

}



table.sample {
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	border-style: outset outset outset outset;
	border-color: white white white white;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

