@charset "utf-8";

body {
 margin: 0;
 padding: 0 0 20px 0;
	background-color: #422a23;
	background-image: url(../img/bg_body.jpg);
	font-family: Consolas, "Courier New", monospace;
	font-size: 18px;
	line-height: 24px;
	color: #333;
}

img {
 border: none;
}

a {
	color: #333;
}

#wrapper {
 position: relative;
	margin: auto;
	height: 1284px;
	background: url(../img/desktop.png) center no-repeat;
}
	
#header {
	padding: 182px 0 0 0;
	text-align: center;
}

#container {
	margin: 30px auto 0 auto;
	width: 800px;
}
	
#nav {
	float: right;
	position: relative;
	left: 123px;
	width: 267px;
	height: 365px;
}
	
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible;
}
	
#nav li {
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: top;
	background: url(../img/nav.png) no-repeat;
}
	
#nav a {
	display: block;
	margin-left: 144px;
	height: 49px;
	line-height: 49px;
	text-decoration: none;
}
	
#nav a strong {
 display: none;
}
	
#content {
	position: absolute;
	top: 320px;
	padding: 20px 0 20px 70px;
	width: 530px;
	height: 800px;
}
	
#footer {
	position: absolute;
	top: 1150px;
	padding: 0 0 0 70px;
}

#box1, #box2, #box3 {
 float: left;
	width: 165px;
	font-size: 11px;
	line-height: 16px;
 color: #999;
}

#box1, #box2 {
 margin-right: 15px;
}

#box3 {
 width: auto;
	margin-left: 40px;
}

#box3 img {
 float: right;
	margin: 3px 0 0 20px;
}

p.small {
 font-size: 11px;
 color: #999;
}

.plus {
 color: #e00000;
}
