body {
        margin-top: -8px;
	text-align:  center;
	font-family:  Verdana;
	font-size:  12px;
	background: #000 url('body_fade2.gif') top left repeat;
}

h2 {
        padding-top: 10px;
        font-size: 1.4em;
        text-align: left;
        color: #600;
}

html>body h2 {padding-top: 0px;}

a {
        text-decoration: none;
        color: #600;
}

a:hover {
        text-decoration: underline;
        color: #300;
}

#container {
	margin:  -8px auto 0px;
	width: 700px;
	height: 1280px;
	background:  #fff;
	border: #000 solid 4px;
        border-top: 0px
}

#header {
	float:  left;
	padding:  18px 30px 0px 30px;
	width: 700px;
	height: 143px;
	text-align:  right;
        font-size: 0.8em;
        background: #000 url('lcb_header.gif') top left no-repeat;
	border-bottom:  #000 solid 4px;
}

html>body #header {width:640px;height:121px}

#header label {
	font-size:  1.8em;
	font-weight:  bold;
        line-height: 1.0em;
	color:  #600;
}

#header img {
        border: 0px;
}

#navigation {
	float: left;
	margin-left:  10px;
	width:  660px;
}

#content {
	float:  left;
	margin-left:  20px;
	padding: 20px 10px;
	width: 600px;
	text-align: left;
}

#content p.title {
        float: left;
        margin-left: 10px;
        padding: 10px 0px 0px 45px;
	width: 395px;
	height: 40px;
	font-size:  1.2em;
	font-weight: bold;
        background: #fff url('title.gif') top left no-repeat;
}

html>body #content p.title {width:350px;height:30px;}

#content p.section {
	float:  left;
        margin: 0px 0px 20px 20px;
        padding-left: 35px;
	width: 500px;
	font-size: 0.9em;
}

#content p.section img {
        margin: 0px 5px;
        border: 0px;
}

#content p.footer {
	float:  left;
        padding: 10px 0px;
	width: 600px;
	font-size: 1.0em;
        text-align: left;
        border-top: #666 solid 1px;
}

html>body #content p.footer {margin-left:20px;}