@charset "utf-8";
/* CSS Document */

/* Unvisited Link */
a:link {
	color: #FFF;
}
/* Visited Link */
a:visited {
	color:#FFF;
}
/* Mouse Over Link */
a:hover {
	color:red;
}
/* Selected Link */
a:active {
	color:#FFF;
}
h1 {
	background-color: #FFF;
	color: #000;
	text-align: center;
	font-size: 36px;
}
h2 {
	color: #FFF;
	text-align: center;
	background-color: #000;
	vertical-align: middle;
}
#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	font-size: 1em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
}
/* #logo_top {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	width: 500px;
	float: left;
	height: 300px;
} */
/* #tagline {
	font-size: 13px;
	text-align:center;
	font-weight: bolder;
	color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	vertical-align: middle;
	width: 549px;
	float: left;
	height: 80px;
	background-color: #000;
} */
/* #images {
	width: 950px;
	float: left;
	border: thin solid #000;
} */
#whitespace {
	width: 950px;
	float:left;
	padding: 0px;
}
#descriptions {
	float: left;
	/* width: /*950px */ /* 90%; */
	/* [disabled]padding-top: 10px;
*/
	text-align: left;
	color: #000;
}
#page_footer {
	float: left;
	width: 950px;
	font-size: 12px;
	text-align: center;
	background-color: #000;
	color: #FFF;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 30px;
}
.imgcenter {
	display:block;
	margin:0 auto;
}
.clr {
	clear: both;
}
.redprint {
	color:#F00;
}
/* Beginning of CSS Changes */
#maincontent {
	float:left;
	width: 100%;
}
/* #sidebarright {
	float:left;
	width: 5%;
	padding-left: 3%;
} */
