@charset "UTF-8";
.container {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 990px;
	position:absolute;
	height: 414px;
	margin-top: -207px; /*set to a negative number 1/2 of your height*/
	margin-left: -445px; /*set to a negative number 1/2 of your width*/
}
.main {
	width: 990px;
}
.left {
	float: left;
	width: 233px;
	height: 414px;
	padding-top: 300px;
}
.middle {
	float: left;
	width: 330px;
	height: 650px;
	padding-left: 430px;
	padding-right: 30px;
}
.right {
	float: left;
	width: 757px;
	height: 414px;
	background-color: cecdcc;
	vertical-align: middle;
	text-align: center;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(images/bckgrnd.all.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #036;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #F00;
}
body {
	background-color: #666;
}
.paragraph {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.4;
}
.header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F00;
	line-height: 1.4;
}.bulletproof {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.link {
	width: 1180px;
	height: 20px;
	text-align: right;
}
.space {
	width: 800px;
	height: 20px;
}

