body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: url(../img/bg.gif);
	font: 13px / 1.22 tahoma, arial, helvetica, clean, sans-serif;
	_font-size: small;
	_font: x-small;
	text-align: center;
}

a:link, a:visited { color: #333333; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #333333; text-decoration: underline; font-weight: normal; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner     { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

#wrapper {
	width: 100%;
}

#header-line {
	clear: both;
	width: auto;
	height: 10px;
	background: url(../img/header-line.gif) top repeat-x;
	margin: 0;
}

#footer {
	clear: both;
	width: auto;
	height: 65px;
	background: url(../img/header-line.gif) top repeat;
	margin: 0;
	text-align: center;
}

#footer a:link, #footer a:visited{
	color: #333333;
}

#footer a:active, #footer a:hover{
	color: #333333;
	text-decoration: underline; 
}

#main {
	color: #000;
	padding: 10px;
}

#main a {
	color: #333333;
}

.obj-center {
	text-align: center;
}

.obj-right {
	text-align: right;
	padding: 0px 20px 0px 0px;
}

.obj-left {
	text-align: left;
	padding: 5px 0px 0px 5px;
}

* html body {
	text-align: center;
	font-size: 78%;
}

