#wrapper {
	height: 600px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #nav {
	float: left;
	height: 550px;
	width: 150px;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: right;
	background-image: url(images/nav/nav_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper #content {
	float: right;
	height: 600px;
	width: 810px;
}
#wrapper #content #left {
	float: left;
	height: 600px;
	width: 396px;
	background-image: url(images/gui/background.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#wrapper #content #left #facebook {
	height: 300px;
	width: 300px;
	margin-top: 490px;
	float: right;
}

#wrapper #content #right {
	float: right;
	height: 480px;
	width: 374px;
	padding-top: 120px;
	padding-left: 20px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #a8a8a8;
	text-decoration: none;
	background-image: url(images/content/designworks_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
}
#wrapper #content #emailleft {
	float: left;
	height: 600px;
	width: 346px;
	background-image: url(images/gui/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #content #emailright {
	float: right;
	height: 500px;
	width: 424px;
	padding-top: 100px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #000000;
	background-image: url(images/content/designworks_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.bodyhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #66bc29;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #a8a8a8;
	text-decoration: none;
}
.bodytextgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #66bc29;
}

