@charset "utf-8";
/* CSS Document */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 980px;
}
#header {
	margin: 0 0 0 0;
	height:101px;
	background-image:url(../images/creativity.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#navbar {
	width:980px;
	height:30px;
	background-image: url(../images/navBg.png);
}
#contentTop {
	width:100%;
}
#contentBottom {
	width:100%;
	background-image:url(../images/calloutBg.jpg);
	background-repeat:repeat-x;
	height:200px;
}
#contentMain {
	width:100%;
	background-color:#fff;
	height:300px;
}
#internalMain {
	width:940px;
	background-color:#fff;
	padding:20px;
}
#hpBucket1{
	float:left;
	height:190px;
	width:305px;
	padding:5px 10px 0 10px;
	border-right:solid 1px #cacaca;
}
#hpBucket2{
	float:left;
	height:190px;
	width:305px;
	padding:5px 10px 0 10px;
	border-right:solid 1px #cacaca;
}
#hpBucket3{
	float:left;
	width:305px;
	padding:5px 10px 0 10px;
}
#homepageContainer1 {
	width:465px;
	float:left;
	margin:10px;
	background-color:#f4f4f4;
	height:250px;
}	
#footer {
	clear: both;
	height:20px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f4f4f4;
}
#copyright {
	clear: both;
	background:#fff;
	border-top:solid 1px #999;
	height:20px;
	padding-top:5px;
}