body{
	background:#FFFFFF;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

A:link{
	color:#CC0000;
	text-decoration:none;
}
A:hover{
	color:#666666;
	text-decoration:none;
}
A:active{ color:#999999; text-decoration:none; }
A:active:hover{
	color:#666666;
	text-decoration:underline;
}
A:visited{
	color:#CC0000;
	text-decoration:none;
}
A:visited:hover{
	color:#666666;
	text-decoration:underline;
}


#wrap{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
}

#sidebar{
float:left;
text-align:left;
width:150px;
clear: both
}

#container{
	width:600px;
	margin-left:160px;
	border-left:#CCCCCC 1px solid;
}

#content1{
	width:270px;
	padding:20px;
	float:left;
	text-align:justify;
	height: auto;
	background-color: #F3F3F3;
	margin: 20px;
	border: thin solid #999999;
	clear: right;
}

.content2{
	padding:20px;
	text-align:right;
	height: auto;
	background-color: #FFFFFF;
}

h3{
	text-align:right;
	color: #CC0000;
	font-size:1.5em;
	font-weight:bold;
}

#title{
height:120px;
margin-top:30px;
border-bottom:#CCCCCC 1px solid;
text-align:right;
font-size:10pt;
letter-spacing:-1px;
color:#CCCCCC;
}

#footer{
text-align:center;
font-size:10px;
height:30px;
margin-top:10px;
border-top:#CCCCCC 1px solid;
text-transform:lowercase;
clear: both;
}


 #navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background:#F3F3F3;
width: 13em;
}

#navlist li
{
list-style: none;
margin: 0;
border-top:#CCCCCC 1px solid;
text-align: right;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
background: #F3F3F3;
text-decoration: none;
}

#navlist li a:link {
	color: #CC0000;
}
#navlist li a:visited {
	color: #CC0000;
}

#navlist li a:hover
{
border-color: #FE3;
color: #666666;
background: #FFFFFF;
}
.content3 {
	width: 300px;
}
