@import "global.css";

body {
	background: #e8e8e8 url("../images/home_bg.png") repeat-x;
}

div#container {
	background: url("../images/home_top_bg.png") repeat-x;
}

div#content {
	width: 880px;
	text-align: center;
}

div#header {
	background-image: url("../images/home_header_bg.jpg");
}

div.home_sections {
	text-align: left;
/*	overflow: hidden; */
	width: 700px;
	margin: auto;
}

p.links {
	margin: -10px 0 0 -1px;
}

p.links span {
	float: left;
	display: block;
	width: 1px;
	height: 7px;
	background-image: url("../images/dots.png");
	margin: 5px 6px 0 5px;
}

p.links a {
	display: block;
	float: left;
	color: #999;
	font-size: 10px;
	padding: 0px;
}

p.links a:hover {
	text-decoration: underline;
}

div.section {
	margin: 0 21px 0 0;
	float: left;
}

span.bl, span.br {
	width: 13px;
}

span.m {
	margin: 0 13px;
}

span.bl {
	background-image: url("../images/w_bl.png");
}

span.br {
	background-image: url("../images/w_br.png");
}

div.section div.text {
	background-color: #f2f1f1;
}