*
{
	border:0;
	padding:0;
	margin:0;
}
	#container {
	width: 100%;
}
#top {
	height: 25px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 20px;
	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-right: 25px;
	margin-top: 20px;
}
#top a:hover {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 2px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
#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: #CCC;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:active {
	color: #FFF;
	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;
}
#icons p {
	padding-left: 10px;
}
#top a:hover {
	text-transform: uppercase;
	color: #FE9B02;
	text-decoration: none;
}
a:hover {
	color: #FC0;
}
#content {
	height: 323px;
	width: 100%;
	background-color: #333333;
	background-image: url(../img/bg_gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
}
#footer-box {
	height: 255px;
	width: 900px;
	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;
}
