body {
	margin:0;
	background-color: rgb(250,225,120);
}

#mainContainer {
	width:800px;
	height:auto;
	margin: 0 auto;
	position:relative;
	left:-1px;
}

#topbanner {
	width: 728px;
	height: 90px;
	margin: 10px auto;
}

#headerwrapper{
	width:798px;
}

#header {
	width:798px;
	height:125px;
	background: URL(images/header_bg.gif) no-repeat center top;
	position:relative;
	bottom: 2px;
	right: 2px;
}

.shadow {
	position:relative;
	top: 2px;
	left: 2px;
	background-color: #666;
}

#contentwrapper{
	width:798px;
}

#content {
	width:774px;
	height:auto;
	padding:12px;
	background-color: #fff;
	position:relative;
	bottom: 2px;
	right: 2px;
}


#magheader {
	width:145px;
	height:68px;
	background: URL(images/mag_header_bg.gif) no-repeat center top;
}

#magbuttons {
	width:145px;
	height:391px;
	background: URL(images/mag_bg.gif) no-repeat center top;
}

#brand {
	width:309px;
	height:81px;
	background: URL(images/owlkids_logo.png) no-repeat center top;
	float:left;
}

#selfad {
	width:468px;
	height:60px;
	float:right;
	margin-right:12px;
	margin-top:12px;
	margin-bottom:12px;
}

#navbar {
	width:798px;
	height:28px;
	margin:0 auto;
}

.clearFloat{
	clear:both;
}

#navbar td.outerleft {
	padding:0 4px 0 0;
}

#navbar td.innercell {
	padding:0 4px;
}

#navbar td.outerright {
	padding:0 0 0 4px;
}

#leftcolumn {
	width:145px;
	float:left;
}

#centrecolumn{
	width:487px;
	float:left;
}

#blogs {
	width:180px;
	height:275px;
	margin:0 12px 12px 12px;
	float:left;
}

#bookteaser{
	width:271px;
	height:275px;
	margin:0 12px 12px 0;
	float:left;
}

#onsalenow{
	width:462px;
	height:173px;
	margin: 0 12px;
	float:left;
}

#rightcolumn{
	width:142px;
	float:left;
}

#rightcolumn table {
	border-spacing:0;
}

#rightcolumn td.middle{
	margin:6px 0;
	padding:6px 0;
}

#rightcolumn td.top{
	padding:0 0 6px 0;
}

#rightcolumn td.bottom{
	padding:6px 0 0 0;
}

#footer {
	width:774px;
	height:auto;
	padding:12px;
	position:relative;
	bottom: 2px;
	right: 2px;
}

#footer td {
	width:auto;
	padding:0 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

a:link {
	color: #cc0000;
}
a:visited {
	color: #0C68B3;
}
a {
   outline: 0;
}
