/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2008.03.18
File Purpose:	Cuneo Advertising - Framework style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* BODY */
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}
body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666; 
	background: #ffffff; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
#table_main {
	width: 940px;
	height: 750px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#table_body {
	width: 940px;
	height: 610px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	vertical-align: top;
	background: #cccccc;
}
