#wrap {
	margin: 0px auto;
	width: 700px;
	height: auto;
	background-color: transparent;
}

#header {
	border: 2px solid #191919;
}

#header-bottom {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border: 2px solid #C32827;
	background-color: #FFFFFF;
	top: -2px;
}

.box { margin-top: 4px; }
.float-left { width: 268px; }
.float-right { width: 428px; }
.stretch { width: 424px; }