body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	background-image: url();
	background-repeat: repeat;
	margin: 0px;
	
}

#Side_Nav {
	background-image: url(Images/Structure/Side-Nav.png);
	position: fixed;
	width: 124px;
	background-repeat: no-repeat;
	height: 422px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: normal;
}

#Body {
	vertical-align: top;
	clip: rect(auto,auto,auto,auto);
	width: 900px;
	background-image: url(Images/Structure/Background_Body_Solid.png);
	background-repeat: repeat;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	height: 500px;
}

#Side_Nav_3dWork {
	background-image: url(Images/Structure/Side-Nav_For3DWork.png);
	position: fixed;
	width: 124px;
	background-repeat: no-repeat;
	height: 520px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 14pt;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#Body_3DWork {

	vertical-align: top;
	clip: rect(auto,auto,auto,auto);
	width: 900px;
	background-image: url(Images/Structure/Background_Body_Solid.png);
	background-repeat: repeat;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}

#Description {

	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 600px;
	text-align: left;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

