@import "content.css";
@import "borders.css";
@import "menu_h.css";


* {
	padding:0;
	margin:0;
}
body {
	padding-top: 5px;
	text-align: center;
}
#site {
	width: 850px;
	float: left;
	text-align: left;
	margin: 0 auto;
	height: 600px;
}
#logo {
	float: right;
	margin: 10px 20px 0 0;
	width: 260px;
	border: 0;
}
#logo a img {
	border: 0;
	text-decoration: none;
}
.clear {
	clear: both;
}
#head { }
#top_decoration {
	padding: 20px 20px 0 5px;
}
#box_1 , #box_2 , #box_3 {
	height: 50px;
	width: 260px;
	margin-left: 15px;
}
#box_1 {
	background: #e3e3e4;
	float: left;
}
#box_2 {
	background: #707172;
	float: left;
}
#box_3 {
	background: #e9DF00;
	float: left;
}

