body {
	background-color: #DCDCDC;
	text-decoration: none;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#wrapper {
	margin: 0 auto;
	background-color: #DCDCDC;
	width: 100%;
	background-image: url(../images/bckd-tab-tile.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: static;
	top: 0px;
	overflow: hidden;
}
#navwrap {
	background-color: #969;
	background-image: url(../images/bckd-nav-tile.png);
	background-repeat: repeat-x;
	margin: 0 auto;
	background-position: 0px 0px;
	height: 38px;
	padding: 1px 0px 9px;
	width: 960px;
}
#nav {
	padding: 0px;
	width: 960px;
	margin-left: -20px;
}
#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#nav ul{
	font-size: 14px;
	text-decoration: none;
	letter-spacing: -0.1em;
	color: #999;
	text-align: center;
	font-family: "Arial Black", Helvetica, sans-serif;
	text-transform: uppercase;
}	
#nav ul li {
	display: inline;
	text-transform: uppercase;
} 
#nav ul li a {
	color: #999;
	padding-right: 1em;
	padding-left: 1em;
}
 #navigation ul li.last {
	margin-right: 20em;
 }
#nav ul li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #FFCB07;
}
#content {
	height: 477px;
	width: 960px;
	background-image: url(../images/bckd-content-tile.png);
	background-repeat: repeat-x;
	margin: 0 auto;
}
#tab {
	height: 73px;
	width: 960px;
	background-image: url(../images/bckd-tab-tile.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px auto;
}
#footer {
	height: 369px;
	width: 960px;
	padding-top: 50px;
	margin: 0px auto;
}
a:hover      .lorell{
	background-color: #FFCB07;
}
#boxwrapper {
	margin: 0px auto;
	width: 960px;
	padding-left: 50px;
	height: auto;
}
.box {
	width: 245px;
	float: left;
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 50px;
	overflow: hidden;
	height: auto;
}
.loginbox {
	background-color: #E6E6E6;
	height: 25px;
	border: 1px solid #FFF;
	width: 240px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.loginbox2 {
	background-color: #666;
	height: 25px;
	border: 1px solid #FFF;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #E6E6E6;
}
.box h1 {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2em;
	margin-top: 0px;
}
.box p{
	font-size: 0.9em;
	line-height: 1.4em;
	color: #666;
}
.box li {
	padding-bottom: 10px;
	font-size: .9em;
	line-height: .6em;
	list-style: disc outside;
	color: #7C6666;
}
.box a:link, .box a:visited {
	color: #333;
	text-decoration:none;
	font-weight: bold;
}
.box a:hover {
	color: #999;
	text-decoration: none;
}
.box a:active {
	color: #666;
	text-decoration:none;
}
#legal {
	margin: 0 auto;
	width: 960px;
	font-size: 0.9em;
	text-align: center;
	color: #CCC;
	clear: both;
	height: 40px;
}
#legal h6{
	font-size: 0.7em;
	color: #999;
	text-align: center;
}
#legal a:link, #legal a:visited {
	color: #666;
	text-decoration:none;
	font-weight: bold;
}
#legal a:hover {
	color: #999;
	text-decoration: none;
}
#legal a:active {
	color: #666;
	text-decoration:none;
}
