

td#left {
	background: #D6D8DB url(../images/layout/decoLeft.gif) no-repeat top;
	width:200px;
	height:400px;
}

td#right {
	width:600px;
	background: #EEEFF0 url(../images/layout/decoRight.gif) no-repeat top;
}

div#scgTopRight {
	position:absolute;
	right:0;
	width:600px;
	height:220px;
}

div#scgTopLeft {
	position:absolute;
	left:0;
	width:200px;
	height:220px;
}

div#scgTop {
	position:relative;
	height:220px;
	background:#063879;
}

div#scgMain {
	position:relative;
	margin:0 auto;
	margin-top:25px;
	background:#EEEFF0;
	width:800px;
	text-align:left;
	border:1px solid #0E386F;
	}

td {
	vertical-align: top;
	}

table {
	border: 0;
	border-collapse: collapse;
	}

body {
	font-family: arial, lucida sans, verdana, sans-serif;
	background: #093A7B url(../images/layout/bgMain.jpg) repeat-x top;
	text-align:center;
}


* {
	margin: 0;
	padding:0;
}
