body {
	margin: 0px;
	padding: 0px;
	background: #000;
	font: 15px/25px Georgia, 'Times New Roman', Times, serif;
	color: #b2b2b2;
}

/* reset styles */
ul, li	{
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: 1px;
	color: #ddd;
}
a img {
	border: 0;
}

#container {
	position: relative;
	width: 980px;
	margin: 0px auto 0px auto;
}

#side {
	float: left;
	width: 240px;
	margin-right: 40px;
	background: url(img/logo-small.gif) 10px 20px no-repeat;
}
body.home #side {
	background: transparent;
}
#nav {
	margin: 0px;
	padding: 180px 0px 0px 0px;
	font: 19px/40px Georgia, 'Times New Roman', Times, serif;
	text-transform: uppercase;
}
body.home #nav {
	margin: 70px 0px 0px 0px;
	padding: 0px;
}
#nav li {
	width: 100%;
	height: 40px;
	list-style-type: none;
	line-height: 44px;
	text-indent: 10px;
}
#nav li a {
	width: 100%;
	height: 40px;
	display: block;
	text-decoration: none;
	color: #b2b2b2;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #333;
}
#nav li a:hover {
	background: #222;
	color: #fff;
	text-decoration: none;
}

#main {
	float: left;
	width: 700px;
	margin: 0px 0px 70px 0px;
	padding: 20px 0px 0px 0px;
}
body.home #main {
	background: url(img/logo-large.gif) 30px 20px no-repeat;
	padding: 0px;
}

#showcase {
	position: relative;
	top: 0px;
	left: 100px;
	width: 500px;
	height: 250px;
	margin: 233px 0px 75px 0px;
	/* background: #000; */
}
#box img, #boxmask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 250px;
}

#banner {
	width: 700px;
	height: 130px;
	border: 0px;
	margin: 0px 0px 20px 0px;
	
}

#foot {
	width: 720px;
	padding: 0px 0px 0px 280px;
	margin: 0px auto 0px auto;
	font: 12px/20px Georgia, 'Times New Roman', Times, serif;
	text-align: center;
	color: #707070;
}
