#main {
	width:980px;
	margin:0 auto;
	text-align:left;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
}

#header {height:149px;}
#content{
	height:585px;
	background-color: #000;
}
#footer {
	height:auto;
	color: #D6D6D6;
	font-size: .8em;
}

.column-1, .column-2, .column-3, .col-1, .col-2, .col-3 {float:left;}
.wrapper {
	width:100%;
	overflow:hidden;
	background-color: #000;
}

.column-1{
	width:480px;
	background-color: #000;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	overflow: auto;
	text-align: left;
}
.column-2{
	width:320px;
	background-color: #000;
}
#Shapes {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 320px;
	border: thin solid #000;
	position: relative;
}


.col-1{
	width:210px;
	background-color: #000;
}
.col-2{
	width:210px;
	background-color: #000;
}
