/* CSS Document */

html
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
}

tr,p,div,td
{
	font:Arial;
	font-size:14px;
	color:#000000;
}

/************layout settings ******************/

#container
{
margin: 1em auto;
width: 900px;
height: 650px;
text-align: left;
background: #ffffe0 url(../images/wrapper_bg.jpg);
background-color: #FFFFFF;
border: 0px solid black;
margin-left:auto;
margin-right:auto;
}

#header
{
height: 52px;
width: 900px;
background: #ffffff url(../images/top.jpg) no-repeat;
}

#logo_top
{
height: 10px;
}

#logo
{
height: 79px;
width: 630px;
}

#spacer
{
height: 15px;
width: 900px;
}

#menu
{
float: left;
margin: 10px;
width: 184px;
height: 447px;
font-size: 100%;
text-align: left;
}

#contents
{
height: 447px;
margin: 10px;
width: 598px;
font-size: 100%;
overflow: auto;
text-align: left;
}

#bottomspacer
{
height: 27px;
width: 900px;
}

#footer
{
height: 52px;
width: 900px;
background: #ffffff url(../images/bottom.jpg) no-repeat;
text-align: center;
font-size: 80%;
}



img {
	margin: 0px 3px;
}


a:link,a:visited
{
	color:#666666;
	text-decoration:none;
	font-size:12px;
}

a:hover
{
	color:#333333;
	text-decoration:underline;
}


ul
{
margin: 0px;
padding: 0px;
list-style: none;
}

ul li
{
padding: 0px;
margin: 0px;
padding-left: 15px;
}

hr
{
width:  90%; 
}

.c_0
{
  background-color:yellow;
}

.c_1
{
  background-color:green;
}