#ContentContainer{
margin:auto;
*margin-top: -4px;
padding: 0px;
width: 100%;
text-align: center;
}

#Content{
margin: auto;
text-align:left;
width: 800px;
margin-top: 20px;
background-repeat: no-repeat;
min-height: 391px;
}

#TitleContainer{
height: 63px;
margin-left: 200px;
}
	#TitleLeft{
	width: 29px;
	height: 63px;
	background-image: URL(../images/TitleLeft.png);
	background-repeat: no-repeat;
	float: left;
	}
	
	#Title{
	height: 63px;
	background-image: URL(../images/TitleWidth.png);
	background-repeat: repeat-x;
	float: left;
	}
	
	#TitleText{
	margin-top: 20px;
	font-weight: normal;
	font-size: 150%;
	}
	
	#TitleRight{
	width: 29px;
	height: 63px;
	background-image: URL(../images/TitleRight.png);
	background-repeat: no-repeat;
	float: left;
	}

#Text{
width: 430px;
margin-left: 300px;
padding: 5px;
background-image: url(../images/MilkyWhite60.png);
border: 1px dotted black;
}

#Text p{

}

#Exonero{
width: 430px;
margin-left: 300px;
margin-top: 20px;
padding: 5px;
background-image: url(../images/MilkyWhite60.png);
border: 1px dotted black;
text-align: right;
font-size: 80%;
}

#Exonero a{
	color: black;
}
#Exonero a:hover{
	text-decoration: none;
}

#FooterContainer{
background-image: URL(../images/Bar.png);
background-repeat: repeat-x;
}

#Footer{
background-image: URL(../images/Bar.png);
background-repeat: repeat-x;
width: 800px;
text-align: center;
margin: auto;
}

