/* -------------- */
/* stylesheet.css */
/* -------------- */

/* ------- */
/* general */
/* ------- */
 
body {
	font: 95% Courier New, sans-serif;
	background: #888;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 40px;
	font-weight: lighter;
	color: #222;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #222;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

p {
	font-size: 14px;
	font-weight: normal;
	color: #111;
}


a:link {
	color: #36C;
	text-decoration: none;
}

a:visited {
	color: #36C;
	text-decoration: none;
}

a:hover {
	color: #39F;
	text-decoration: none;
}

a:active {
	color: #36C;
	text-decoration: none;
}

#main {
	width: auto;
	min-width: 400px;
	/*margin:0px auto 0;*/
	text-align: left;
}

#header {
	width: auto;
	height: auto;
	background: #BBB;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 20px;
}

#divider {
	width: auto;
	margin-left:0px;
	margin-right:0px;
	height: 1px;
	background: #AAA;
}

#content {
	background: #FFFFFF;
	width: 800px;
	height: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-style:solid;
	border-width:1px;
	border-color:#555;
}

.mainbox {
	width: 670px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.mainbox-half {
	width: 50%;
	border: 1px;
	float: left;
	height: auto;
}

#footer {
	height: 200px;
	background-color: #000;
	color: #FFF;
	clear: both;
	margin-top: 50px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	#visibility: inherit;
}

.footer-content {
	width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
}

.footer-content-half {
	width: 50%;
	border: 1px;
	float: left;
	height: auto;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 55px;
	padding-left: 0;
}

#footer a:link, #footer a:visited {
	color: #CCC;
	/*text-decoration: none;*/
	padding: 10px 0;
}

#footer a:hover, #footer a:active {
	color: #AAA;
}

#footer-fine-print {
	font-size:80%;
}

