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

body {
	background-color: #101010;
	font-family: Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 12px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.container {
margin:0 auto;
width:980px;
display:block;
}
#header {
	/*height:86px;*/
	position:relative;
	margin-bottom:5px;
}
#header h1{
	font-size: 26px;
	color: #6699CC;
	padding-top: 120px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699CC;
	margin-top:15px;
}
.imagedivLeft {
	width:980px;
	height:202px;
	float:left;

}
.imagedivRight {
	width:980px;
	height:202px;
	float:right;

}
.block266 {
	border: 1px solid #6699CC;
}
.blockblank {
	width:228px;
	border: 1px solid #6699CC;
}
.blockend {
	width:150px;
}
.blockendtop {
	width:50px;
}
.blockendmiddle {
	width:150px;
}
.imageblock {
	
	float: left;
	text-align: center;

	height: 200px;
}
.imageblock p{
	margin-top: 80px;
	font-size: 20px;
}
.imageblock h1{
	font-size: 26px;
	color: #6699CC;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.imageblock a{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
}
.imageblock a:hover{
	color: #cccccc;
	text-decoration: none;
}
.negative {
	width:810px;
	height:250px;
	background-image: url(images/negative.gif);
	background-repeat: repeat-x;
	margin-bottom:10px;
	border: 1px solid #575757;
	background-color: #CCCCCC;
}
.imagedivRight img {
float:left;
}
.negativeleft {
float:left;
}
.negativeright {
float:right;
}
.cleardiv {
	clear:both;
}
