/** {
	
}*/

body {
	font-size: 62.5%;
	background-color: #a29f90;
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	color: #555555;
	margin: 0px;
}

h1 { margin-bottom: 0.4em; }
h2, h3, h4, h5, h6 { margin-bottom: 0.2em; }
h1 { font-size: 1.5em; color: #000000; font-weight: bold; }
h2 { font-size: 1.3em; color: #000000; font-weight: bold; }
h3 { font-size: 1.2em; color: #5e8dad; font-weight: bold;  }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }

p { margin-bottom: 1.2em; }

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.spacer {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

a {
	color: #729bb6;
}

a:hover {
	text-decoration: none;
}

#content {
	background-color: #ebebeb;
	margin: 0 auto;
	width: 900px;
	padding: 0;
	border-right: 2px solid white;
	border-left: 2px solid white;
	text-align: left;
	font-size: 1.1em;
}

#header {
	background-image: url(img/head.png);
	height: 149px;
}
#header a {
	display: block;
	width: 300px;
	height: 125px;
}

#workfield {
	background-color: white;
}

#leftcol {
	float: left;
	width: 170px;
	background-image: url(img/leftcol.png);
	background-repeat: no-repeat;
	margin-bottom: 1px;
	min-height: 200px;
	padding: 0 0 10px 10px;
}
	

#leftcol ul { padding-left: 0px; }
#leftcol li { width: 100px; height: auto; display: block; padding: 0 0 0 18px; margin: 0 0 7px 0;
	font: 1.1em/1.0em Verdana, Helvetica, sans-serif; font-weight: bold;}
#leftcol li small { font: 11px Verdana, Helvetica, sans-serif; font-weight: bold;}
	
#leftcol li a:link, #leftcol li a:visited  {color: #333; text-decoration: none; }
#leftcol li a:hover { color: #f47900; text-decoration: none; }


#centercol {
	float: left;
	background-image: url(img/workfield.gif);
	width: 468px;
	padding: 0 21px 21px 21px;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	min-height: 400px;
}

#rightcol {
	float: left;
	width: 210px;
	background-image: url(img/rightcol.png);
	background-repeat: no-repeat;
	margin-bottom: 1px;
	min-height: 300px;
}

#footer {
	padding: 20px;
	text-align: left;
	background: transparent url(img/footer.png) repeat-x;
	font-size: 1.1em;
}