@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Arial;
	font-size:12px;
	background-color:#999999;
}

p {
	font-size:12px;
	font-family:Arial;
}

a:link, a:active, a:visited {
	text-decoration:none;
}

ul#address {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.left {
	width:35%;
	float:left;
}

div.right {
	width:35%;
	float:right;
}

ul#about-list {
	margin:0 0 1em 16em;
}

h1 {
	font-family:"Century Gothic";
	font-size:1px;
	float:left;
	text-indent:-5000px;
	margin:0px;
	padding:0px;
}

h2 {
	font-family:"Century Gothic";
	font-size:24px;
	color:#5f5f5f;
	margin:0px;
	padding:0 0 0.5em 0;;
	font-weight:normal;
}

h3 {
	font-family:"Century Gothic";
	font-size:18px;
	color:#5f5f5f;
	margin:0px;
	padding:0 0 0.5em 0;;
	font-weight:normal;
}

div#pagewidth {
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	border:10px #313031 solid;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	background-color:#FFFFFF;
}

div.twocols {
	clear:both;
	height:auto;
}

div.leftcol {
	width:150px;
	float:left;
	background-color:#f2f2e9;
	height:100px;
}

div#nav {
	width:150px;
	float:left;
	background-color:#f2f2e9;
	margin-right:2em;
	clear:both;
	height:730px;
}

ul#navigation {
	list-style-type:none;
	margin:0;
	padding:0;
	font-family:"Century Gothic";
}

ul#navigation a {
	display:block;
	width:140px;
	color:#616161;
	background-color:#f7f3ef;
	padding:5px;	
	border:1px #616161 solid;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	font-size:12px;
}

div#content {
	border:1px #616161 solid;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	background-color:#FFFFFF;
	clear:both;
}

ul#navigation a:hover {
	background-color:#dbd5cf;
}

.top-left {
	padding:0.5em;
	font-size:16px;
	font-weight:bold;
	color:#353535;
	font-family:"Century Gothic";
}

div#header {
	float:right;
	width:650px;
	background-color:#FFFFFF;
}

div.padding {
	padding:1em 2em 0em 0em;
}

.floatleft {
	float:left;
	padding-right:0.5em;
}

.floatright {
	float:right;
	padding-left:0.5em;
}

/*div#content div.padding {
	border:1px #999999 solid;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}*/

div#footer {
	font-family:"Century Gothic";
	font-size:10px;
	text-align:center;
	border:1px #CCCCCC solid;
	border-left:0px;
	border-right:0px;
	clear:both;
}

hr.divider {
	color:#CCCCCC;
	height:1px;
}

.cleaner {
	overflow:hidden;
	clear:right;
	height:1px;
	margin-top:-1px
}

ul {
	margin-left:17em;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: right;
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
