@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	outline: 0;
}
ul {
	list-style: none;
}
a{
	text-decoration: none;
	color: #eee;
}
a:hover {
	color: #fff;
	text-decoration:underline;
}
p, h1, h2, h3 {
	margin-bottom: 15px;
}
h1 {
	font-weight: normal;
	font-size: 18px;
	color: #ddd;
}
h2 {
	margin-bottom: 3px;
	font-weight:normal;
	font-size: 13px;
	letter-spacing:normal;
	color: #4F5e6d;
}
.clear {
	clear: both;
}

body {
	background: #606060 url(images/body-bg.jpg) repeat-x 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 1px;
	color: #2f3c4b;
	line-height: 19px;
}

#container {
	width: 960px;

	margin: 140px auto 0;
	border: 2px solid white;
	background: #fafafa url(images/container-bg.jpg) repeat-x 0 -60px;
	position:relative;
}

#header {
	background: url(images/header-bg.png) no-repeat 50% 0;
	width: 100%;
	height: 399px;
	position: absolute;
	top: -155px;
	left:0px;
}
#nav-container {
	margin: 190px 51px 0 52px;
	background:url(images/nav-bg.png) repeat-x 0 0;
	height: 61px;
	padding: 8px 10px 5px 425px;
	
}
#nav li {
	float: left;
	border-right: 1px solid #bbb;
	margin-bottom: 8px;
}

#nav li.noborder {
	border-right: none;
}

#nav li a {
	display: block;
	letter-spacing:normal;
	padding: 0px 8px;
	line-height:normal;
	color: #eee;

}
#nav li a:hover {
	color:#2f3c4b;
	text-decoration:none;
}

#content {
	margin: 140px 20px 20px 450px;
	width:490px;
	height: 400px;
	position: relative;
	overflow:hidden;
	letter-spacing:normal;
}

#content img {
	border: 1px solid #bbb;
	padding: 6px;
	background:#fff;
	margin: 0 0 15px 15px;
	float: right;
}

#lee {
	width: 488px;
	height: 615px;
	position:absolute;
	bottom: 0px;
	left:0px;
}

#footer {
	width: 860px;
	background:#000000 url(images/footer-bg.png) no-repeat 100% 100%;
	padding: 20px;
	border: 2px solid #fff;
	border-top: none;
	margin: 0 auto;
}
#footer ul {
	width: 550px;
}
#footer li {
	float: left;
	margin-right: 15px;
}

#credits {
	width: 900px;
	margin: 15px auto 150px;
	font-size: 11px;
	letter-spacing:normal;
	text-align:right;
}
#credits a {
	color: #aaa;
}
#credits a:hover {
	color: #fff;
	text-decoration:none;
}

.items { 
    position:absolute; 
    height:20000px; 
	clear:both;
}
.items div {
	width: 490px;
	height: 400px;
	float:left;
	display:block;
}

