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

#container {
	font-family: Verdana, Geneva, sans-serif, Arial, "Arial Narrow", "MS Serif", Optima, Optima-Thin, "Times New Roman", serif, monospace;
	font-size: 12px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	padding:0px;
	width:880px;
}
#content {
	background:yellow;
	border: 1px solid black;
	height: 200px;
	margin: 5px 0 20px 0;
	width: 100%;
}/* Generic*/


#containerIndex {
	background-color: white;
	height: 100%;
	margin: 0px;
	padding-top:0px;
	width: 100%;
}/* Home > Generic*/

#contentIndex {
	background-color: #D49FFF;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 10px 25px 10px;
	width: 780px;
}/* Home */



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1em;
    line-height: 0px;
}

#footer {
	bottom:0px;
	clear: both;
	height: 65px;
	line-height: normal;
	margin: 0px;
	padding:0px;
	text-align: center;
	width: 100%;
}

#left, #right {
	color:#A0A0A4;
	float: left;
	font-size: x-small;
	width:395px;
}
#left, 
#right {padding: 10px 0px 5px 0px;}

#center {float: left;	width:85px;}

