@import url(menu.css);

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: transparent url(../images/header-bg.gif) repeat-x 0 90px;
	font: 13px arial, sans-serif;
}

p {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.34em;
	color: #444;
}

h2 {
	margin-bottom: 0.5em;
	text-indent: -2000px;
	background: transparent none no-repeat 0 0;
}

hr {
	border-bottom: 1px solid #ddd;
	margin: 1em;
}

a img { border: 0; }

#content ul li { margin-left: 1em; }

#content ul ul li { margin-left: 2em; }

#container {
	min-width: 872px;
	background: transparent url(../images/menu/menu-bg.gif) repeat-y 0 0;
}


#header {
	padding-top: 90px;
	background: transparent url(../images/map.gif) no-repeat 0 0;
	height: 41px;
}

#title {
	height: 41px;
	text-indent: -2000px;
	background: transparent url(../images/header.gif) no-repeat 0 0;
}

#content {
	width: 400px;
	padding-top: 10px;
	float: left;
}

#sidebar {
	margin-top: 2px;
	width: 315px;
	height: 315px;
	float: left;
	background: transparent none no-repeat 0 0; 
}

#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #000;
	padding: 2px 0;
	background-color: #fff;
}