/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #666;
/*margin-left: auto;
	'margin-right: auto;
	'min-width: 1000px;	
*/
}

#html, body {
  top: 50px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:1000px;
  height: 100%;
  margin: auto;
}

#wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}


.main {
	width: 800px;
	height: 60px;
	margin-top: 25px;
}
.logoplaceholder {
	width: 300px;
	height: 600px;
	float: left;
}

.navigation {
	top: 57px;
	left: 307px;
	float: left;
}
.text {
	left: 306px;
	top: 158px;
	width: 562px;
	height: auto;
	overflow: auto;
}
.heading {
	left: 306px;
	top: 54px;
	height: 48px;
	margin-top: 48px;
	color: #CC0000;
	font-size: 12px;
	width: 562px;
}


.navheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}


a:link {
	color: #CC0000;
	text-decoration: none;
	font-size: 12px;
}
.footer1 {
	width: 360px;
	left: 50px;
	top: 677px;
	float: left;
	text-align: center;
}
.footer2 {
	width: 190px;
	left: 436px;
	top: 677px;
	float: left;
	text-align: center;
}
.footer3 {
	width: 250px;
	left: 625px;
	top: 677px;
	float: left;
	text-align:right;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
