@charset "utf-8";
/* CSS Document */

#colOne {
	background-color: #999999;
	width: 200px;
	height: 400px;	
}
#colTwo {
	background-color: #666666;
	width: 400px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 200px;
}
#colThree {
	background-color: #666666;
	width: 200px;
	height: 400px;
	position: absolute;
	top: 1px;
	left: 600px;
}
#colFour {
	background-color: #666666;
	width: 200px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 800px;
}
#colFive {
	background-image: url(http://www.demandgrfx.com/images/site_6b.jpg);
	width: 200px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 800px;
}
#colSix {
	background-color: #666666;
	width: 200px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 600px;
}
#colSeven {
	background-image: url(http://www.demandgrfx.com/images/site_3d.jpg);
	width: 600px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 200px;
}
.px200 {
	background-color: #333333;
	width: 200px;
	height: 200px;
}
.px400 {
	background-color: #242424;
	width: 400px;
	height: 200px;
}
.px400Header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	width: 380px;
	position: absolute;
	top: 90px;
	left: 20px;
	z-index: 3;
}
.px400Begin {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	width: 180px;
	position: absolute;
	top: 90px;
	left: 20px;
	z-index: 3;
}
.px400Nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	width: 180px;
	position: absolute;
	top: 90px;
	left: 20px;
	z-index: 3;
}
.px400Copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #000000;
	padding: 20px 20px 0px 20px;
	position: absolute;
	top: 140px;
	left: 20px;
	z-index: 3;
}
