@import url(reset.css);
@import url(common.css);


/* Begin Global Styles 
************************/
html {
 	width: 100%;
 	/*display: table;*/
	padding:0;
	margin:0;
	height:100%;
}

body {
	padding:0;
	margin:0;
	background: url(../images/bg-footer.jpg) repeat-x center bottom;
	width:100%;
    display:table; 
	font: 81.25% "Helvetica", "Arial", serif;
	color: #000;
	height:100%;  
}

#container {
	margin:0 auto;
	width:960px;
	position:relative;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 8pt;
}
h6 {
	font-size: 1em;
}

input, textarea, select {font-weight:normal !important; font-family:Arial,Helvetica,sans-serif !important; color:#000 !important;}

/*********************
End Global Styles */



/* Begin Footer Styles 
************************/
#footer {
	clear: both;
	height: 40px;
	width: 100%;
}

/*********************
End Footer Styles */

