body {
	background: url(../img/bg.jpg) center top repeat-x;
	margin: 0; 
	padding:0;
	text-align: center; /* FOR IE5 */
	font: 11px Verdana;
	color: #967B5A;
	/* background-color: #CADAF3; */
}

body a img {
	border: 0;
}

body a, body a:link, body a:visited {
	color: #967B5A;
	text-decoration: none;
}

body a:hover {
	color: #967B5A;
	text-decoration: underline;
}


#Container {
	display: block;
	position: absolute;
	top: 35%;
	left: 50%;
	width: 602px;
	/* width: 670px;*/
	/* height: 620px; */
	height: auto;
	margin-left: -335px;
	margin-top: -310px;
	background: url(../img/title.gif) center top no-repeat;
	text-align:center;
	padding-bottom:80px;
}

#CenterBox {
	display: block;
	margin: 140px 0 0 0;
	padding: 20px 0px 10px 0px;
	position: relative;
	/* height: 400px; */
	height: auto;
	width: 600px;
	/* width: 670px;*/
	border: solid 1px #DBD2C3;
	background-color: #F4F8FD;
}


.grid {
	display: block;
	position: relative;
	width: 600px;
	/* width: 665px; */
	/* height: 195px; */
	height: 155px;
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
	background-color: #F4F8FD;
}



.leftcol {
	display: block; 
	position: relative;
	margin: 0px 5px 0px 10px;
	float: left;
	width: 280px;
}

.rightcol {
	display: block;
	position: relative;
	margin: 0px 10px 0px 5px;
	float: right;
	width: 280px;
}

#SAContent1 {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 282px;
	left:150px;
	bottom:10px;
}

 /*html>body #SAContent1 { margin: 10px 0 0 35px;} */





