@charset "utf-8";
/* CSS Document */
body, html{ margin:0px; padding:0px;}
body{background:url(../images/BED-Web-Background.jpg) no-repeat center black;}
#logo{
	width:900px;
	margin:50px auto 20px;
}
#outer{
	width:920px;
	margin:0px auto;
	background:#f7fafb;
	height:394px;
}
#nav{
	width:136px;
	height:394px;
	padding-left:90px;
	float:left;
	background:url(../images/left_bg.jpg) no-repeat;
}
#content{
	width:694px;
	height:394px;
	float:right;
}
#footer{
	width:900px;
	margin:10px auto;
}
img{display:block;}
.form td{padding-bottom:5px;}

h1{ font:18px Arial, Helvetica, sans-serif;
color:#666666;
font-weight:bold;
}
.copy, .copy a{
		font:14px Arial, Helvetica, sans-serif;
		color:#666;
		text-decoration:none;
		line-height:150%;
}
.copy a:hover{
	color:#09C;
	text-decoration:none;
}