body{
	background:url('../belden_cssimages/body_background.jpg') repeat-x #B0CADE;
}

#wrapper{
	width:960px;
	margin:0 auto;
}

/*===================================================================
HEADER
===================================================================*/
#header{
	width:960px;
	height:223px;
	background:url('../belden_cssimages/header.jpg') no-repeat;
}

#header h1{
	text-indent:-999em;
}

#header h1#belden_logo{
	position:relative;
	top:110px;
	left:650px;
}

#header h1#belden_logo a{
	display:block;
/*	border:solid 1px red;*/
	height:90px;
}

#header h1#k_lacey_logo{
	position:relative;
	top:-100px;
	left:0px;
}

#header h1#k_lacey_logo a{
	display:block;
/*	border:solid 1px red;*/
	height:90px;
	width:310px;
}

/*===================================================================
NAVIGATION
===================================================================*/
#navigation{
	list-style:none;
}

#navigation li{
	float:right;
	margin:20px 20px 40px 0;
}

#navigation li.belden{
	margin-right:0;
}

#navigation li a{
	text-align:center;
	font-size:1.4em;
	color:#fff;
	padding:8px 0 0 0;
	display:block;
	height:43px;
	width:272px;
	background:url('../belden_cssimages/button.png') no-repeat;
}

#navigation li a:hover{
	background:url('../belden_cssimages/button_hover.png') no-repeat;
}

/*===================================================================
CONTENT
===================================================================*/
#content{
	position:relative;
	clear:both;
}

#left{
	width:420px;
	float:left;
}

#left h2#contact_us{
	color:#fff;
	font-size:1.8em;
	text-align:center;
	height:100px;
	padding:40px 0 0 0;
	margin:175px 0 0 0;
	background:url('../belden_cssimages/gradient.jpg') repeat-x bottom;
}

#left h2#contact_us a{
	color:#0F2041;
	font-weight:bold;
}

#left h2#contact_us a:hover{
	color:#1D3D7E;
	text-decoration:underline;
}

#right{
	width:420px;
	float:right;
}

#content ul{
	list-style:circle;
	margin:0 0 0 20px;
}

#left ul{
	line-height:2em;
	margin-bottom:30px;
}

#line{
	position:absolute;
	top:10px;
	left:475px;
	height:1160px;
	border:solid 2px #8FA6B6;
}

/*===================================================================
FOOTER
===================================================================*/
#footer{
	clear:both;
	margin:30px 0 0 0;
	padding:15px 0 20px 0;
	color:#fff;
	background:url('../belden_cssimages/footer_gradient.jpg') repeat-x;
}

#footer a{
	text-decoration:underline;
	color:#fff;
}

#footer a:hover{
	text-decoration:none;
	color:#ccc;
}

#footer ul{
	list-style:none;
}

#footer ul li{
	float:left;
	font-size:1.4em;
	margin:0 25px 0 34px;
}

#footer p{
	color:#000;
	clear:left;
	text-align:center;
	padding:10px 0 0 0;
}

*:first-child+html #footer p{
	padding:0;
}























