@charset "utf-8";
body {
	font-family: Tahoma, Arial;
	font-size: small;
	color: #666666;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.outermain {
	background-image: url(bgpencil.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	width: 100%;
	position: absolute;
}
.innermain {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	font-size: medium;
}
.leftcol {
	float: left;
	width: 180px;
	text-align: left;
	font-family: Tahoma, Arial;
	font-size: 18px;
	line-height: 30px;
}
.rightcol {
	float: right;
	width: 550px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.constructed {
	position: absolute;
	right: 2px;
	bottom: 2px;
	margin: 2px;
	padding: 4px;
	letter-spacing: -1px;
}


#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0;
}

#navcontainer a
{
	display: block;
	width: 125px;
	color: #666666;
	padding-top: 2px;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: right;
}

#navcontainer a:link, #navlist a:visited
{
	text-decoration: none;
}

#navcontainer a:hover
{
	background-image: url(linkbg.png);
	color: #F6320B;
}
#rightscrollingimages {
	float: right;
	height: 230px;
	width: 235px;
}


#active a:link, #active a:visited, #active a:hover
{
	background-image: url(linkselectedbg.png);
	color: #AF2C12;
}
.constructed a {
	color: #666666;
	text-decoration: none;
	letter-spacing: normal;
}
.constructed a:hover {
	color: #FFFFFF;
	background-color: #F6320B;
}
.rightcol h1 {
	margin: 0px;
	padding: 0px;
	font-size: x-large;
	font-weight: normal;
}
