@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #4A2500;
	background-color: #FFE4CA;
	margin-top: 0px;
}
a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: auto;
	background-color: #FFE4CA;
	color: #4A2500;
}
#crumbs {
	position:absolute;
	left:16px;
	top:94px;
	width:301px;
	height:19px;
	z-index:10;
	visibility: visible;
}
#header {
	position:absolute;
	left:10px;
	top:-27px;
	width:937px;
	height:119px;
	z-index:1;
}
#main {
	position:absolute;
	left:10px;
	top:113px;
	width:919px;
	height: auto;
	z-index:2;
	padding: 10px;
	text-align: justify;
	line-height: 2em;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.5em;
	text-align: center;
	color: #793D00;
	background-color: inherit;
}
img.dom {
	float: left;
	margin-right: 15px;
	-moz-box-shadow: gray 6px 6px 6px;
-webkit-box-shadow: gray 6px 6px 6px;
}
img.logo {
	-moz-box-shadow: gray 3px 3px 3px;
-webkit-box-shadow: gray 3px 3px 3px;
}
hr {
	height: 2px;
	color: #660000;
	text-align: center;
	width: 70%;
	clear: both;
	margin-top: 20px;
}
.floatedleft {
	float: left;
	margin-right: 15px;
	-moz-box-shadow: gray 6px 6px 6px;
-webkit-box-shadow: gray 6px 6px 6px;
}
.floatedright {
	float: right;
	-moz-box-shadow: gray 6px 6px 6px;
-webkit-box-shadow: gray 6px 6px 6px;
}
#articleone {
	position: absolute;
	top: 680px;
	left:12px;
	width:919px;
	height: 300px;
	z-index:2;
	padding: 10px;
	line-height: 2em;
} 
#articletwo {
	position: absolute;
	top: 1012px;
	left:12px;
	width:919px;
	height: 630px;
	z-index:2;
	padding: 10px;
	line-height: 2em;
}
p.left {
	margin-left: 30px;
}
#articlethree {
	position: absolute;
	top: 1670px;
	left:12px;
	width:919px;
	height: 400px;
	z-index:2;
	padding: 10px;
	line-height: 2em;
}
#footer {
	position:absolute;
	left:10px;
	top:2062px;
	width:941px;
	height:45px;
	z-index:1;
}