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

/*****************
Navigation
*****************/
#nav {
	padding-top: 4em;
}
#nav ul.n1 li {
	margin-bottom: 4.5em;
}

/*****************
Content
*****************/
#content {
	margin-top: 2em;
	padding: 0 8em 0 8.5em;
	width: 51.5em;
	height: 40em;
	overflow-y: auto; 
	overflow-x: hidden;
}
#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
}
#content p.bodytext {
	font-size: 1.2em;
	line-height: 1.33em;
	margin-bottom: 1.4em;
}
#content a {
	color: #fff;
}

/*****************
Static
*****************/
#static, #static a {
	color: #ffed00;
	text-transform: uppercase;
}
#static a:hover {
	color: #fff;
}

/*****************
Partner
*****************/
#partner .csc-textpic-imagecolumn {
	text-align: right;
	float: left;
	margin-left: 2em;
}
#partner .csc-textpic-image {
	margin-left: 2em;
}