/* @override http://localhost/main.css */

@import url("reset.css");

body {
	margin: 0;
	padding: 0;
	background-image: url(images/layout/bg.png);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}


#main p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 2em;
	text-align: justify;
}

#menu {
	height: 37px;
}

#top {
	background: url(images/layout/top_bg.png) repeat-x;
	height: 193px;
	margin: 0;
	padding: 0;
}

#content {
	width: 706px;
	background: url(images/layout/main_bg.png) repeat-y;
	margin: -131px auto 40px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.312);
}

#main {
	background-repeat: repeat-y;
	font-size: 13px;
	margin: 30px 60px 20px;
	text-align: left;
}

#menu ul li a {
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
}

#menu ul li a:hover {
	color: silver;
}

#top img {
	top: 10px;
	position: absolute;
	left: 10px;
}

#header {
	width: 706px;
	margin-right: auto;
	margin-left: auto;
	height: 177px;
	background: url(images/layout/header.png) no-repeat;
}

#menu ul li {
	float: left;
	display: inline;
	color: white;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: .5em;
	margin-right: 2em;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu {
	float: right;
}