@charset "utf-8";

html	{
	height:100%;
	width:100%;
}

body	{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

#container	{
	width:100%;
	height:100%;
	
}

#container td {

	margin:0px;
	padding:0px;
	vertical-align:top;
}

#header	{
	height:140px;
}

h1	{
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
	height:90px;
}

#navigation	{
	width:100%;
	height:50px;
	background-image: url('/images/lite/navigation_bg.png');
	background-repeat: repeat-x;
	text-align:center;
}

#navigation-links	{
	width:805px;
	margin-left:auto;
	margin-right:auto;
}

#navigation-links	img	{
	margin:8px 10px 0px 10px;
	padding:0px;
}



#sidebar {
	width:125px;
	height:auto;
	background: url('/images/lite/sidebar.jpg') repeat-y scroll top left;
}

#main {
	width:760px;
}

#content	td	{
	vertical-align: middle;
}

#content {
	position:relative;
	top:-110px;
	text-align:left;
	width:760px;
	margin:0px 0px 50px 0px;
}

#footer	{
	text-align:center;
	padding:5px 0px 0px 0px;
	height:100px;
}

#footer_hr {
	margin:0px auto 0px auto;
	height: 15px;
	width:760px;
	padding:0px;
	margin:0px;
	border-style:none;
	text-align:left;
	background: url('/images/dotted_line.png') repeat-x scroll left;
}

#footer_hr hr {
  display: none;
}