@charset "utf-8";
/* CSS Document */

@import url("/includes/design.css");

body {
	background: #000 url('../images/tunnel2.jpg') right 30px no-repeat;
	border-top: 30px solid #292929;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #ccc;
	margin: 0;	
}

#title {
	background: url('../images/title.png') top right no-repeat;
	position: absolute;
	top: 7px;
	right: 240px;	
	width: 165px;
	height: 37px;
	margin: 0;
}

#wrapper {	
	width: 100%;
	min-width: 900px;
	min-height: 620px;
	border-top: 1px solid #595552;	
}

#wrapper #menu {
	float: left;
	width: 140px;
	margin: 20px 0 0 10px;
}

#content {
	margin: 10px 380px 10px 150px;
}

#content .wall {
	float: left;
	width: 204px;
	margin: 30px 0 0 30px;
}

#content .wall a.thumb {
	border-bottom: 1px dotted #9b9470;
}

#content .wall a.thumb:hover {
	border-bottom: 1px solid #cec7a8;
}

#content .wall img {
	border: 1px solid #222;
	padding: 0;
	margin: 0;
}

#footer {
	text-align: center;
}

.clear {
	clear: both;
}