@import url("../../CSS/basis.css");

#ContentWrapper {
	background: url(images/Content_BG.jpg);
}

#SubNav {
	position:relative;
	
	top:90px;
	left: 395px;
	
	width:425px;
	
	text-align:center;
	font-weight:bold;
}

#ContentFrame {
	position:relative;
	
	top:100px;
	left:395px;
	
	width:425px;
	height:400px;
	
	overflow:auto;
	
	text-align:center;
}

#ContentFrame .csc-textpic-text {
	text-align:center;
}

#ContentFrame h1 {
	text-decoration:overline;
}

p.csc-header-date {
	margin:0 !important;
}

