#templateContainer {
	width:770px;
	height:545px;
	background-color:#dedede;
	border:1px solid #CFCFCF
}

#textHeader{margin-left:13px; margin-right:13px;}

#templateContainer h1 {margin:10px 20px 0 20px; font-weight:bold; font-size:11px;}
#templateContainer h2 {margin:10px 20px 10px 20px; font-weight:bold; font-size:11px;}
#templateContainer p {margin:0px 20px 10px 20px;}

.textContainer {
	width:350px;
	height:468px;
	float:left;
	background-color:#eaeaea;
	margin-left:23px;
	position:relative;
	display:inline;
}

.textContainer ul {
	list-style-type:disc;
	line-height:26px;
	margin-top:10px;
	margin-left:32px;
}

.textContainer .notices {
	position:absolute;
	bottom:0px;
}

.textContainer .notices p{
}

