

* { margin: 0; padding: 0; }


body {
	background: url("../images/bg_body.gif") 0% 0% repeat-x;
	font: 62.5% Arial, sans-serif; color: #6c6f70; text-align: center;	
}

img { border: 0; }
h1, h2, h3, h4, h5, h6 { font: 1.0em "Trebuchet MS", Arial, sans-serif; }
input, textarea, select { font: 1.0em Arial, sans-serif; }
table, th, td { font-size: 1.0em; border-spacing: 0; border-collapse: collapse; }

.wrapper { 
	width: 960px; padding: 0 5px; margin: 0 auto;  
	text-align: left; font-size: 1.1em;
	background: url("../images/bg_wrapper.gif") 0% 0% no-repeat;
}

.w_50 { width: 50px !important; }
.w_100 { width: 100px !important; }
.w_150 { width: 150px !important; }
.w_200 { width: 200px !important; }
.w_250 { width: 250px !important; }
.w_300 { width: 300px !important; }
.w_350 { width: 350px !important; }
.w_400 { width: 400px !important; }
.w_450 { width: 450px !important; }
.w_500 { width: 500px !important; }
.w_550 { width: 550px !important; }
.w_600 { width: 600px !important; }
.w_650 { width: 650px !important; }
.w_700 { width: 700px !important; }

.h_10 { height: 10px !important; }
.h_25 { height: 25px !important; }
.h_50 { height: 50px !important; }
.h_75 { height: 75px !important; }
.h_100 { height: 100px !important; }


.clearer { display: block; clear: both; height: 0; font-size: 0; line-height: 0px; } 



