/* RESETS ------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { border:0;}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul { list-style:none; }

caption, th { text-align:left; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;	
	font-weight:normal;
}

q:before, q:after { content:''; }

abbr, acronym { border:0; }


/* UTILITY ------------------------------------------------------------------ */
.clear{ clear:both; }
.float-right { float:right; }
.float-left { float:left; }
.italic { font-style:italic; }


/* STRUCTURE ---------------------------------------------------------------- */
body{ text-align:center; }

.structure{
	padding:0;
	margin:0;
	text-align:left;
	overflow:hidden; 
	_overflow:visible;
	_zoom:1;
}

.structure-left-column{
	float:left;
	width:200px;
	_margin-right:-3px;
}

.structure-right-column{
	float:right;
	width:200px;
	_margin-left:-3px;
}




/* MODULE ---------------------------------------------------------------------*/

/*
.module{ margin:10px; }

.module b{
	display:block;
	background-repeat:no-repeat;
	font-size:1%;
	position:relative;
	z-index:10;
}

.module .top-left, .module .top-right, .module .bottom-left, .module .bottom-right{
	height:10px; 
	width:10px;
	float:left;
}
.module .top-left{
	background-position: left top;
}
.module .top-right{
	background-position: right top;
}
.module .bottom-left{
	background-position: left bottom;
} 
.module .bottom-right{
	background-position: right bottom;
}
.module .bottom-right, .module .top-right{
	float:right;
}
.module .bottom-left, .module .bottom-right{
	margin-top:-10px;
}
.module .top{
	background-position:center top;
}
.module .bottom{
	background-position:center bottom;
	_zoom:1;
}
.module .inner{
	position:relative;
}
.module .header, .module .body, .module .footer{
	overflow:hidden;
	_overflow:visible; 
	_zoom:1;
	margin: 0px;
	padding: 0px;
}
*/

