body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#wrapper {
	width: 1000px;
	margin-left: 0px;
	background-image: url(../images/bkrd_body.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 650px;
}

.left {
	width: 355px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 10px 155px;
	position: relative;
	height: 305px;
	float: left;
}

.left #nav {
	position: absolute;
	width: 220px;
	float: left;
	margin-left: 135px;
}

.left #nav .header {
	height: 170px;
	padding-top: 13px;
	padding-bottom: 13px;
	width: 198px;
	padding-left: 18px;
}

.left #nav .header p {
	color: #666666;
	font-size: 9px;
	padding-bottom: 4px;
	line-height: 10px;
}

.left #nav .header h2 {
	color: #FF6600;
	font-size: 9px;
	padding-bottom: 4px;
	line-height: 10px;
}

.left #nav .menudesign{
	height: 153px;
	width: 219px;
	background-image: url(../images/nav_design.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.left #nav .menuitguy{
	height: 119px;
	width: 219px;
	margin-top: 32px;
	background-image: url(../images/nav_itguy.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.left #nav .footer {
	padding-top: 13px;
	width: 198px;
	padding-left: 18px;
}

.left #nav .footer p {
	color: #666666;
	font-size: 9px;
	line-height: 10px;
}

.left #nav .footer h2 {
	color: #FF6600;
	font-size: 9px;
	padding-bottom: 4px;
	line-height: 10px;
}

.left #nav .footer img {
	margin-left: -9px;
}

.right{
	width: 550px;
	float: right;
	height: 570px;
	margin-right: 30px;
}

