@import url("text.css");
@import url("grid.css");

/* =STRUCTURAL */

body {
	background: #BDE2E6;
	color: #111;
}

#wrapper {
	text-align: center;
	padding-bottom: 50px;
	margin-top: 178px;
	background: url("../images/skin/top_bg.gif") top center no-repeat;
}

#wrapper-inner {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	margin: 0;
	padding: 2em 0 0 0;
}

#intro, #documents {
	padding-bottom: 30px;
	margin-bottom: 20px;
	background: url("../images/skin/divider.gif") bottom left repeat-x;	
	overflow: hidden;
	zoom: 1;
	position: relative;
	width:980px;
}

#intro {
	position: relative;
	margin-top: 40px;
}
#documents-intro {
	width:220px;
	margin-right:20px;
	float:left;
}
#documents li {
	display: block;
	margin-bottom: 1em;
}

/* =FOOTER */
#footer {
}

/*= MAINCONTENT */

/* =SIDEBAR */
#sidebar h2, #sidebar h3, #sidebar h4 {
	letter-spacing: -0.04em;
	padding: 5px 0 0 15px;
	/*
background: url("../images/skin/side_hd_bg.gif.html") top left no-repeat;
*/
	min-width: 218px;
	min-height: 23px;
}

#sidebar h2 { font-size: 1.7em; }
#sidebar h3 { font-size: 1.3em; }

#sidebar .content-row {
	margin-left: 1em;
}

#sidebar a:link { background: transparent; color: #0098C4; }

