#pageheader{
	width: 100%;
	min-width: 960px;
	height: 120px;
	background-image: url("/images/layout/gradient-t.png");
	background-repeat: repeat-x;
	color: #ffffff;
	margin-bottom: 10px;
}

#mainlogo{
	width: 270px;
	height: 120px;
	margin-left: 10px;
	background-image: url("/images/layout/logo.png");
}

#mainlogo div{
	width: 270px;
	height: 120px;
}

#mainlogo h1{
	display: none;
}

#content{
	margin-left: 205px;
	padding-right: 5px;
	margin-bottom: 15px;
	font-size: small;
	text-align: justify;
}

#content a:visited{
	color: #565656;
}

#content a{
	color: #7ca3d3;
}

.contentfull{
	margin-left: 5px !important;
}

#pagefooter{
	width: 100%;
	min-width: 960px;
	height: 120px;
	background-image: url("/images/layout/gradient-b.png");
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: small;
	clear: both;
}

#pagefooter a{
	color: #ffffff;
}

#footblurb{
	padding-top: 5px;
	margin-left: 5px;
}

#footlinks{
	float: right;
	padding-top: 5px;
	margin-right: 5px;
	text-align: right;
}

.widthrestrain{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
