/*Global White Space Reset <start>*/
*
{
	margin: 0;
	padding: 0;
}
H1, H2, H3, H4, H5, H6, P, PRE, BLOCKQUOTE, LABEL, UL, OL, DL, FIELDSET, ADDRESS
{
	margin: 1em 0px;
}
H1
{
	font-size: 17px;
}
H4
{
	font-size: 12px;
}
LI, DD
{
	margin-left: 5%;
}
FIELDSET
{
	padding: 0.5em;
}
/*Global White Space Reset <end>

Generic Styles <start>*/
INPUT
{
	background: #FFFFFF;
	border: 1px solid #878787;
}
IMG
{
	border: 0;
}
A
{
	color: #cc0000;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
.fltrt
{
	/*this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page.*/
	float: right;
	margin-left: 8px;
}
.fltlft
{
	/*this class can be used to float an element left in your page*/
	float: left;
	margin-right: 8px;
}
.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: 1px;
	line-height: 0px;
}
#container
{
	width: 958px;
	margin: 0 auto;
	/*the auto margins (in conjunction with a width) center the page*/
	border: 1px solid #000000;
	text-align: left;
	/*this overrides the text-align: center on the body element.*/
	border-top: 0;
	background: #fff;
}
div#mainContent {
	min-height: 300px;
	height:auto;
}
* html div#mainContent {
	height: 300px;
}
/*Generic Styles <end>*/
BODY
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #303036;
	/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	color: #333333;/*[e]Grigiotesti*/
	/*[ph]0*/
}


