/*

Version 1.0
15 May, 2006

*/

* { margin:0; padding:0 }

body { font:0.8em Arial, Tahoma, Verdana, sans-serif; text-align:center; padding:10px; }
h1 {
	font: 30px "Times New Roman", Times, serif;
}
h2 {
	font-size: 18px;
}
p { margin-bottom:10px; }
ul { margin-left:15px; margin-bottom:20px; }
img { border:0; }


#container {
	width:770px;
	margin:0 auto;
	text-align:left;
	border:1px solid;
	background-color: #ffffff;
}

#logo {
	height: 79px;
}

#content-container {
	background: url(../images/bg_content.gif) top center no-repeat;
}

#menu {
	float: left;
	width: 172px;
	margin: 0;
	padding: 0;
	padding-top: 29px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}

#menu li {
	list-style: none;
	line-height: 24px;
	border-bottom: 1px dotted #999999;
}

#menu li a {
	text-decoration: none;
}

#main-content {
	float: right;
	width: 538px;
}

#intro {
	padding-top: 35px;
	padding-left: 10px;
	height: 199px;
}

#content {
	padding: 25px 30px;
	overflow: hidden;
}

#extra1 h4 {
	font-size:1.2em;
	margin-bottom:10px;
}

#extra2 {
	clear:both;
	height:50px;
	background:url(../images/bg-menu.gif) top center no-repeat;
	text-align:center;
	line-height:50px;
	border-top:5px solid;
	border-bottom:20px solid;
}
#extra2 p { margin:0; }

#footer { clear:both; text-align:center; font-size:0.8em; padding-top:20px; }

.clear { clear:both; height:0px; line-height:1px; font-size:1px; }
.floatleft { float:left; vertical-align:top; }
	.floatleft img { margin-right:10px; }
.floatright { float:right; vertical-align:top; }
	.floatright img { margin-left:10px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */