
/* Main Divs
----------------------------------------------- */
#page2
        {
	float:left;
	 width:100%;
	background:#fff;
	}
#footer {
	clear:both;
	background: #ddd url(../img/shadow_footer.gif) center top repeat-x;
	min-height:6em;
	}


/* Boxes
----------------------------------------------- */
.box {
	width:530px;
	min-width:530px;
	margin:0 auto;
	}
#header .box {
	display:block;
	height:6em;
	background:#000;
	}
#navigation .box {
	border:0;
	padding:0;
	height:3em;
	background:transparent;
	overflow:hidden;
	}
#page2 .box {
	float:none;
	width:500px;
	background:#fff;
	}
#footer .box {
	float:none;
	background:transparent;
	width:500px;
	}


/* columns
----------------------------------------------- */
#content {
	float:left;
	width:500px;
	}
#content .body2 {
	border-right:1px dotted #ccc;
	}
#side {
	float:left;
	width:250px;
	}
#links {
	float:left;
	width:250px;
	}
#meta {
	float:left;
	width:250px;
	}
#meta .body2 {
	padding-left:2em;
	padding-top:0;
	}

