* { margin: 0; }

/* So you don't unpad certain form elements in some browsers */
html, head, body,
h1, h2, h3, h4, h5, h6, p, blockquote, q, address, cite,
ul, ol, li, dl, dt, dd,
img,
form, legend, fieldset, label,
table, tr, thead, tbody, tfoot, th, td, caption,
em, strong, pre, sup, sub, del, ins, code, dfn, kbd, samp, var, big, small {
	padding: 0;
}

html {
	height: 100%;
}

body {
	margin: 0 0 0 0;
	/*background-image: url(/_img/bookcloth_tiles.jpg);
	background-position: top-left;
	background-repeat: repeat;*/
}

/* Un-Comment for static center layout */
/** html body { text-align: center; }*/

#container {
	width: 800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

.one_wide,
.two_wide,
.three_wide {
	float: left;
	display: inline;
	margin-left: 0;
	margin-right: 20px;
}

.one_wide {
	width: 180px;
}

.two_wide {
	width: 380px;
}

.three_wide {
	width: 580px;
}

.four_wide {
	width: 800px;
}

.rightcol {
	maegin-right: 0;
}	

#header,
#page_body,
#footer {
}

#header {
	margin-top: 50px;
	text-align: center;
	width: 100%;
	height: 120px;
	background-image: url(/_img/bg_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content {}

#footer {
	clear: both;
}

