/* basics */
@import "_menu.css";
body {
	margin: 0; 
	padding: 0;
	background: #eec;
	font: 12px/1.65em verdana, arial, sans-serif;
}

hr {
	display: none;
}

div, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font: 26px/1.15em georgia, times, arial, sans-serif;
	font-weight: bold;
	color: #555;
}

h2 {
	font: 20px/1.05em georgia, times, arial, sans-serif;
	color: #555;
}



/* container */

#container {
	margin: 0 auto;
	padding: 10px 20px;
	position: relative;
	width: 760px;
	background: #fff;
	border-left: 3px #ddd solid;
	border-right: 3px #ddd solid;
}



/* nav */

#nav {
	padding: 0px 0 35px 0px;
	position: relative;
	height: 20px;
	width: 760px;
	color: #666;
	z-index: 100;
	float: float;
}

#nav span {
	display: none;
	z-index: 100;
}


#sectionTop, #sectionBottom {
	position: absolute;
	width: 760px;
	height: 2px;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	line-height: 1%;
	font-size: 1%;
}

#sectionTop {
	left: 20px;
	top: 39px;
}

#sectionBottom {
	left: 20px;
	bottom: 70px;
}




/* logo area */

#logo {
   margin: 0 6px 12px 6px;
	position: relative;
	width: 500px;
	background: transparent;
	z-index: 0;
}

#logo p, #lord h1 {
	font: 12px/1.65em verdana, arial, sans-serif;
	color: #888;
}

#lb {
	position: absolute;
	top: 81px; right: 30px;
	width: 200px;
	height: 37px;
	text-indent: -5000px;
	background: url("../images/lb.gif") no-repeat;
}



/* splash */

#splash {
   position: relative;
	margin: 0 0 17px 0;
	width: 100%;
	height: 160px;
}

#splash a, #splash a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff dotted;
}

#splash a:hover {
	border: 0;
}

#splash p {
	position: absolute;
	bottom: 8px; right: 16px;
	width: 300px;
	font: 11px/1.65em verdana, arial, sans-serif;
	text-align: right;
	color: #fff;
}

#splash #colorA {
	position: absolute;
	top: 0; left: 340px;
	height: 100%;
	width: 35px;
	line-height: 1%;
	font-size: 1%;
	border-left: 1px #ddd solid;
}

#splash #colorB {
	position: absolute;
	top: 0; left: 376px;
	height: 100%;
	width: 35px;
	line-height: 1%;
	font-size: 1%;
	border-left: 1px #ddd solid;
}

#splash #colorC {
	position: absolute;
	top: 0; left: 412px;
	height: 100%;
	width: 35px;
	line-height: 1%;
	font-size: 1%;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
}


/* content */

#content {
	position: relative;
	width: 100%;
	text-align: left;
}

#content h2 {
	padding: 5px 6px;
}

#content p {
	padding: 4px 6px 10px 6px;
}


/* footer */

#footer {
	position: relative;
	margin: 0 0 6px 6px;
}

#footer #botnav {
	position: relative;
	padding-bottom: 6px;
}
.text a, .text a:visited {
	color: #777;
	text-decoration: none;
	border-bottom: 1px #777 solid;
}

.text a:hover {
	border: 0;
}