body {
	width:320px;
	margin:auto;
}

#page {
	border-left:1px solid #660000;
	border-right:1px solid #660000;
}

#head {
	height:100px;
	width:318px;
	border-left:0px solid brown;
	border-right:0px solid brown;
}

#menu {
	width:318px;
	background-color:#707070;
	background-image:URL('bar.jpg');
	background-position:top;
	background-repeat:repeat-x;
	border-top:1px solid #660000;
	border-bottom:1px solid #660000;
}

#menu a {
	line-height:41px;
	padding:10px;
	border-left:1px solid #660000;
}

#menu a:hover {
	background-color:#A6A6A6;
	background-image:URL('bar_hover.jpg');
	background-position:top;
	background-repeat:repeat-x;
	border-top:2px solid #660000;
	border-bottom:2px solid #660000;
}

.button {
	padding:10px 100px;	
}

#content {
	width:278px;
	min-height:283px;
	padding:10px;
	border-left:10px solid #000000;
	border-right:10px solid #000000;
	border-bottom:10px solid #000000;
	text-align:center
}

#footer {
	width:298px;
	height:20px;
	border-top:1px dotted #660000;
	border-left:10px solid #5E2716;
	border-right:10px solid #5E2716;
}

#footer div {
	float:left;
	padding:0px 5px 5px 5px;
}
