* { 
	margin: 0;
	padding: 0; 
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #555;
}

H1	{
	color: #15325C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-top: 10px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
	width: 660px;
	max-width: 660px;
	position: absolute;
	left: 50%;
	margin-left: -330px;
	background-color: #FFF;
}

/*****  header  *****/

#header {
	height: 40px;
	width: 660px;
	background-color: #F2F2F2;
	text-align: center;
	vertical-align: middle;
}

/*****  content  *****/

#content  {
	clear: both;
	width: 660px;
}

#left {
	clear: both;
	float: left;
	width: 220px;
	height: 520px;
}

#middle {
	float: left;
	width: 220px;
	height: 520px;	
}

#right {
	float: left;
	width: 220px;
	height: 520px;
}.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #15315A;
	padding-top: 5px;
}
