*
{
	border:0;
	padding:0;
	margin:0;
}
	#container {
	width: 100%;
}
#box1 {
	height: 300px;
	width: 145px;
	position: absolute;
	background-image: url(../img/gradient1.png);
	background-repeat: repeat-x;
}
#box2 {
	height: 165px;
	width: 145px;
	position: absolute;
	margin-left:152px;
	background-image: url(../img/gradient2.png);
	padding-top: 135px;
}
#box3 {
	height: 300px;
	width: 145px;
	position: absolute;
	margin-left:304px;
	background-image: url(../img/gradient1.png);
}
#box4 {
	height: 180px;
	width: 145px;
	position: absolute;
	margin-left:456px;
	background-image: url(../img/gradient2.png);
	padding-top: 120px;
}
#box5 {
	height: 300px;
	width: 145px;
	position: absolute;
	margin-left:608px;
	background-image: url(../img/gradient1.png);
}
#box6 {
		height: 180px;
	width: 145px;
	position: absolute;
	margin-left:760px;
	background-image: url(../img/gradient2.png);
	padding-top: 120px;
}

#top {
	height: 95px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#box {
	height: 300px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#top a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	text-align: right;
	margin-top: 70px;
	float: left;
	margin-left: 40px;
}
#left-box {
	float: left;
	height: 275px;
	width: 420px;
	margin-top: 12px;
	margin-left: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #E19F4B;
	text-decoration: none;
}
#icons {
	width: 100%;
	padding-left: 45px;
}
#footer-box a:link {
	color: #666;
}
#footer-box a:hover {
	color: #333;
	text-decoration: none;
}
#footer-box a:visited {
	color: #666;
	text-decoration: none;
}
#footer-box a:active {
	color: #333;
	text-decoration: none;
}
#top a:hover {
	text-transform: uppercase;
	color: #FE9B02;
	text-decoration: none;
}
a:hover {
	color: #FC0;
}
#nav-bar {
	height: 300px;
	width: 100%;
	background-image: url(../img/bar-gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #359CBD;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: lighter;
}
#footer-box {
	height: 255px;
	width: 885px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#footer {
	width: 100%;
	color: #666;
}
#right-box {
	background-color: #FFF;
	height: 275px;
	width: 430px;
	float: right;
	margin-top: 12px;
	margin-right: 10px;
	text-align: center;
}

