body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	/*background-image: url(../images/bg.gif);*/
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}

/* - - - - - - - - - - - - - - - - - - - - -

Title : CSS Beauty Version 2
Author : Hector A. Giron
URL : www.cssbeauty.com

- - - - - - - - - - - - - - - - - - - - - */
body {
	margin:0;
	padding:0;
	background:#fff;
	font: 76% "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	color: #418FA5;
	line-height: 130%;
}
h2 {
	font-size: 14px;
	margin:0;
	line-height: 100%;
	color:#CC9933;
}

/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#container {
	width: 95%;
	padding:0;
	margin:15px 15px 15px 15px;
	position: relative;
	text-align:left;
}

