html, body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #d1d1d1;
	font: 11px/14px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	width: 100%;
}

#wrapper {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
}

#welcome {
	position: relative;
	top: 50px;
	text-align: center;
	width: 100%;
	margin-top: -14px;
}

#logo{
	text-align: center;
}

#navigation {
	font-size: 15px;
	margin-top: 20px;
	text-align: center;
}

#navigation span{
	margin-left: 25px;
}

#content {
	padding-top: 35px;
}

.cellLeft {
	width: 160px;
}

.cellRight {
	float: right;
	position: relative;
	width: 430px;
}

a:link, a:visited {
	text-decoration: none;
	color: #d1d1d1;
}


a:hover, a:active {
	color: #fb2a16;
}

a.active{
	color: #fb2a16;
}

a img {
	border-style: none;
}

/* @group clearFix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* @end */