@charset "utf-8";
/* CSS Document */
html { height: 100%; margin-bottom: 1px; }
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 766px;
}
body {
	margin: 0px;
}

#container {
	width: 766px;
	height: auto;
}
#header {
	background-color: #FFFFFF;
	height: 228px;
	width: 766px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(images/bg-header.gif);
}
#menu {
	height: 57px;
	width: 766px;
	background-repeat: repeat-x;
	background-color: #666666;
}

#blue {
	height: 46px;
	width: 766px;
	background-image: url(images/bluebar.gif);
	background-repeat: no-repeat;
}


#side-a {
	float: left;
	width: 200px;
	background-image: url(images/bg-main.jpg);
	background-repeat: no-repeat;
	height: 500px;
	padding: 10px;
}

#side-b {
	float: right;
	width: 200px;
	background-image: url(images/bg-main.jpg);
	height: 353px;
	background-repeat: no-repeat;
	padding: 10px;
}

#content {
	float: left;
	width: 306px;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
	height: 373px;
	padding: 10px;
}


#footer {
	clear: both;
	background-color: #FFFFFF;
	height: 99px;
	width: 766px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.text11n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.text11b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
}
ul.arrow
{
	list-style-type: none;
	margin: 0;
}

li.arrow
{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}
a:link{
	color: #336699;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a:visited{
	color: #336699;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a:hover{
	text-decoration: none;
	color: #336699;
	font-size: 11px;
	font-weight: normal;
}

