@CHARSET "ISO-8859-1";

body {
	margin: 0;
    font-family: arial, helvetica, sans-serif;
}

#page {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #fff;
}

#wgt_outer {
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0 0 -1px;
	width: 50%;
	height: 100%;
    background: url("wgtInner_bg.gif") top right repeat-y;
}

#wgt_inner {
	text-align: right;
    background: url("wgt_bg.gif") top repeat-x;
	height: 100%;
	overflow: auto;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
}
#wgt_content {
	float: right;
	margin-top: 200px;
	padding: 10px;
	text-align: center;
	color: #fff;
}
#wgt_content a {
    color: #fff;
}

#sut_outer {
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
	width: 50%;
	height: 100%;
    background: url("sutInner_bg.gif") top left repeat-y;
}

#sut_inner {
	text-align: left;
    background: url("sut_bg.gif") top repeat-x;
	height: 100%;
	overflow: auto;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}
#sut_content {
	float: left;
	margin-top: 200px;
	padding: 10px;
	text-align: center;
    color: #960707;
}
#sut_content a {
    color: #960707;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: none;
}