a img {border:none; }

body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	background-image: url('../images/bkg.jpg');
	background-repeat: repeat-x;
	background-attachment:fixed;
}

#wrapper {
	width:682px;
	margin:0px auto;
	border:1px solid #bbb;
	padding:10px;
}

#header {
	height:81px;
}
#header2 {
	height:176px;
}
#content {
	margin-top:10px;
	padding-bottom:10px;
	background-color:white;
}
#content div {
	padding:10px;
	float:left;
}
#content-left {
	width:147px;
	min-height:350px;
	background-color:white;
}

#content-main {
	width:494px;
	min-height:350px;
	background-color:white;
	border-left:1px dotted #bbb;
	
}

#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: gray;
width: 11em;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: blue;
text-decoration: none;
}

#navlist li a:link { color: white; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #332;
}

#footer {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #bbb;
	width:682px;
}
#bottom {
	clear:both;
	text-align:justify;
	color:white;
	a:link {color: #000000;}
}