html,body {
	height:100%;
	background-color:transparent;
}

body { 
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#333;
	min-width: 845px;
	text-align:center;
}

h1, h2, h3, h4, h5, div, ul, li, p, form, input, select {
	margin:0;
	padding:0;
}

div, form {}

img {border:0;}

a, a:hover, a:visited {text-decoration:none; color:inherit;}

label {
	color:#000;
	font-size:13px;
}

h1, h1 a:link, h1 a:hover, h1 a:visited {
	clear:both;
	color:#005C46;
	line-height:18px;
}

h2, h2 a:link, h2 a:hover, h2 a:visited  {
	font-size:13px;
	line-height:16px;
	color:#00A246;
}

p, p a {
	color:#000;
}

ul,ol{
	color:#000;
}

#container {
	width:845px;
	margin:0 auto;
	background-color:#ccc;
	text-align: left;
	padding: 10px;
	overflow:hidden;
}

#allcolscontainer
{
	width: 100%;
	float:left;
	padding: 0;
	margin: 0;
	background-color:#fff;
	border: dashed 1px #aaa;
	border-bottom: none;
	border-top: none;
}
#topnavcontainer
{
	width: 100%;	
	border-bottom: solid 1px #eee;
	margin: 0 5px 10px 0;
	padding: 0 0 5px 0;
	overflow: hidden;
}

#topnavcontainer #members
{
	text-align: right;
}

#topnavcontainer #members h2
{
	display: none;
}

#topnavcontainer #members ul
{
	list-style: none;
}

#topnavcontainer #members li
{
	display:inline;
	font-size: 0.8em;
	border-left: solid 1px #ccc;
	padding-left: 5px;
}

#topnavcontainer #members li.first
{
	border-left-style: none;
}
#inner
{
	margin-bottom: 15px;
	overflow: hidden;
}

#inner .col
{
	float: left; 
	margin-bottom: -1000px; 
	padding-bottom: 1010px; 
}

.content
{
	font-size: 1em;	
	clear:both;
}

#lhncontainer
{
	float:left;
	width: 18%;	
	margin-right: 10px;
	padding-top: 15px;
	border-right: dashed 1px #ccc;
}

#lhncontainer h2
{
	font-size: 0.7em;
	font-weight: bold;
	background-color: #555555;
	color: #ffffff;
	padding: 2px 2px 2px 6px;	
}

#lhncontainer div
{
	margin-bottom: 15px;
}

#lhncontainer ul
{
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 15px;
	list-style-type:none;
}

#rhncontainer
{
	width: 80%;
	padding: 15px 0 0 0;
	border-left: dashed 1px #ccc;
	margin-right: 0;
}

#header
{
	background: #000 url("../img/home_image_jj.gif") no-repeat scroll right;
	height: 160px;
	font-size: 1em;
	font-weight:bold;
	clear: both;
	padding: 0;
	color: #666;
	margin-bottom: 0;	
	width: 100%;
}

#footer
{
	font-size: 0.7em;
	background-color: #f99f00;
	clear: both;
	border: dashed 1px #999;
	border-left-style: none;
	border-right-style: none;
	padding: 5px;
	color: #333;	
	width: 100%;
}

A, A:visited
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #006699;
    TEXT-DECORATION: underline
}

A:hover
{
    COLOR: #ef0000;
    TEXT-DECORATION: none
}

#basket
{
	background: #006699 url(../img/basket.gif) no-repeat scroll;
	background-position: 3 5;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	padding: 5px 5px 5px 25px;
	margin-bottom: 10px;
}

#basket a, #basket a:visited
{
	color: #fff;
	text-decoration: underline;
}

