html {
	background-color: #585858;
	height: 100%;
	margin-bottom: 1px;
}

body {
	position: relative;
	top: 0px;
	left: 0px;
	width: 738px;
	margin: 0px auto;
	padding: 0px;
	font-family: 'arial, helvetica', sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:link { text-decoration: none; font-weight: 700; color: #447fba; }
a:visited { text-decoration: none; font-weight: 700; color: #9abb74; }
a:hover { text-decoration: none; font-weight: 700; color: #036; }
a:active { text-decoration: none; font-weight: 700; color: #036; }

.wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 738px;
	background-image: url('../images/bg.png');
}

.left {
	float: left;
	width: 176px;
}

div.leftlinks {
	width: 172px;
	padding: 4px;
	font-size: 12px;
	font-weight: 700;
}

div.leftlinks a { color: #fc0;	}
div.leftlinks a:hover { color: #fc0; text-decoration: underline; }

.main {
	background: #fff url('../images/mainbg.png') 0 0 no-repeat;
	background-position: bottom right;
	float: right;
	width: 541px;
	text-align: justify;
	padding-right: 8px;
	padding-bottom: 8px;
	min-height: 455px;
}

.thetitle {
	font-size: 16px;
	font-weight: 900;
	font-style: italic;
}
