body {
	margin:0;
	padding:0;
	font:1em Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#a7ada3;
}

#wrapper {
	width:900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	margin-top:20px; 
	margin-bottom:20px;
	padding:10px;
}

.clear {
	clear:both; 
}

.picborder {
	border:1px solid #666666;
}

.odd {
	background:#dbedf1;	
}

#sub-wrapper {
 
}

#header {
	background-image:url(pix/header.jpg);
	width:900px;
	height:156px;
}

#header-line {
	width:900px;
	height:5px;
	background-image:url(pix/header_line.jpg);
}

#top-nav {
	list-style:none;
	padding:230px 85px 0 0;
	margin:0;
	text-align:right;
	font-weight:bold;
}

#top-nav li {
	display:inline;
	padding:0 10px 0 10px;
	font-family:"Times New Roman", Times, serif;
}

#top-nav li a, #top-nav li a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-variant:small-caps;
}

#left-content {
	width:250px;
	background-color:#333333;
	float:left;
	height: 600px;
	margin-top:5px;
	margin-bottom:5px;
	background-image:url(pix/spanner_man.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#left-content ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:.8em;
}

#left-content ul li a {
	display:block;
	padding:7px 10px 7px 10px;
	background-color:#333333;
	border-bottom:1px solid #fff;
}

#left-content ul li a, #left-content ul li a:visited {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#left-content ul li a:hover {
	text-decoration:underline;
}

#left-content ul ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1em;
}


#left-content ul ul li a {
	padding-left:25px;
	background-color:#333333;
}

#left-content ul ul li a, #left-content ul ul li a:visited {
	color:#fff;
}

#center-content {
	width:620px;
	float:right;
	line-height:1.5em;
	margin-top:15px;
	color:#333333;
}

#center-content img {
	padding:5px;
	border:1px solid #ccc;
	margin:10px;
}

#center-content h1 {
	font-size:1.5em;
	color:#333;
}

#center-content h2 {
	font-size:1.1em;
	font-weight:100;
	color:#000;
}

#center-content h3 {
	font-size:1em;
	font-weight:bold;
	color:#000;
}

#center-content a, #center-content a:visited {
	color:#333333;
}

#footer {
	background-color:#cccccc;
	padding:5px;
	border-top:1px solid #999999;
	margin-top:5px;
	font-size:1.3em;
	line-height:1em;
	height:40px;
}

#footer a, #footer a:visited {
	font-size:0.6em;
	color:#000;
	text-decoration:underline;
}

#footer-left {
	float:left;
	font-size:0.7em;
}

#footer-right {
	float:right;
}