/* ---------------------------------------- */
/* Innova, Common				*/
/* Style Sheet					*/
/* For Purple Monkey Studios			*/
/* Created on 5/15/06 by Brian Jacobs		*/
/* Last modified on 5/15/06 by Brian Jacobs	*/
/* ---------------------------------------- */


#container {
	padding: 0px;
	margin: 0px auto;
	margin-bottom: 0px;
	/* margin-bottom: 20px; */
	text-align: left;
	width: 760px;
}

.cleaner{
	float: none;
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0;
	line-height: 0px;
	background-color: transparent;
}


/*-------------------------*/
/* HTML ELEMENT STYLES     */
/*-------------------------*/


html {
	padding: 0px;
	margin: 0px;
	background-color: #E7D5A2;
	background-image: url(/innova/images/hor_background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(/innova/images/homepage/background.gif);
	background-repeat: repeat-x;
	
	font-size: 62.5%; /* Sets 1 em = 10px = 10 points */
}
img{
	padding: 0px;
	margin: 0px;
	border-style: none;
}
