@charset "utf-8";
/* CSS Document */

#Header {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	bottom: auto;
	left: 200px;
}
#leftcol {
	float: left;
	padding: 30px;
}
#leftcol a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color: #CCC;
}
a:hover {
	background-color: #FFF;
}

#rightcol {
	float: right;
	background-color: #FFF;
	width: 520px;
	padding: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 160%;
	color: #4A4A4A;
}
body {
	background-color: #C8C8C8;
	padding-top: 50px;
}

#footer {
	clear: both;
	background-color:  #EFEFEF;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
}

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
