body{
	background: #eb008b url(../images/body_bg.gif) repeat-x;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #00c9ff;
	text-align: center;
}

/* START: reset */

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding: 0;
}

p, ul, ol, li, dl, dt, dd{
	margin: 0;
	padding: 0;
}

/* END: reset */

/* START: main_container */

#main_container{
	width: 700px;
	background: black url(../images/main_bg_pattern.gif) repeat-y;
	margin: 0 auto 0 auto;
	text-align: left;
}

/* END: main_container */

/* START: header */

#header{
	background: url(../images/header_bg.gif) no-repeat;
	height: 199px;
}

#header h1{
	width: 628px;
	height: 146px;
	position: relative;
	top: 49px;
	left: 36px;
	background: url(../images/microtrash_logo.gif) no-repeat;
}

#header h1 a{
	display: block;
	width: 628px;
	height: 146px;
}

#header h1 a span{
	display: none;
}

/* END: header */

/* START: columns */

#columns{
	width: 594px;
	margin-left: 53px;
	margin-top: 19px;
}

#columns .unfloater{
	line-height: 0;
	font-size: 0;
	clear: both;
	display: block;
}

/* END: columns */

/* START: center_column */

#center_column{
	width: 456px;
	float: left;
	background: url(../images/center_column_bg.gif) repeat-y;
}

#center_column h2{
	font-size: 18px;
	font-weight: bold;
	color: #eb008b;
	text-transform: uppercase;
}

#center_column strong, #center_column b{
	color: white;
	font-weight: bold;
}

#center_column i, #center_column em{
	color: white;
	font-variant: italic;
}

#center_column a{
	text-decoration: underline;
	color: #eb008b;
}

#center_column a:hover{
	text-decoration: underline;
	color: white;
}

#center_column h3{
	font-size: 14px;
	font-weight: bold;
	color: #eb008b;
	padding-top: 5px;
	text-transform: uppercase;
}

#center_column p{
	text-align: left;
	padding: 5px 0 5px 0;
}

#center_column .extra_div{
	padding-right: 10px;
}

/* END: center_column */

/* START: right_column */

#right_column{
	width: 138px;
	float: left;
	text-align: right;
}

#right_column .extra_div{
	padding-left: 10px;
}

#right_column h3{
	color: #eb008b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 5px;
}

#right_column h4{
	color: #00c9ff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	text-transform: uppercase;
}

#right_column ul{
	margin: 5px 0 5px 0;
}

#right_column li{
	list-style: none;
	border-bottom: 1px dashed #eb008b;
}

#right_column a{
	text-decoration: none;
	padding: 3px 0 4px 0;
	color: #00c9ff;
	display: block;
}

#right_column a:hover{
	text-decoration: none;
	color: #eb008b;
	display: block;
}

#right_column a.active{
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: block;
}

#right_column a.active:hover{
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: block;
}

/* END: right_column */

/* START: footer */

#footer{
	background: url(../images/footer_bg.gif) no-repeat 0 30px;
	height: 63px;
	text-align: right;
}

#footer .extra_div{
	padding-top: 9px;
	padding-right: 23px;
}

#footer a{
	text-decoration: none;
	color: #00c9ff;
}

#footer a:hover{
	text-decoration: none;
	color: white;
}


/* END: footer */

