body {
	background: #ffffff;
	background: url(images/bg.jpg) no-repeat bottom left fixed;
	}

#logo {
	width: 170px;
	height: 164px;
	position:absolute;
	top:10px;
	left: 160px;
	}

*>#logo {
	top:10px;
	left: 160px;
	width: 170px;
	height: 164px;
	}

#header {
	position: absolute;
	overflow: hidden;
	top: 30px;
	left: 330px;
	right: 100px;
	height: 75px;
	}

#pagetitle {
	position: absolute;
	top: 122px;
	left: 330px;
	height: 52px;
	width: auto;
	vertical-align: bottom;
	padding-left: 20px;
	padding-right: 120px;
	border-left: 1px solid #000000;
	background: url(images/title.png) repeat-y;
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	font-variant: small-caps;
	font-size: 40px;
	}

*>#pagetitle {
	top: 122px;
	left: 330px;
	height: 52px;
	}

#pagetitle:hover {
	background: url(images/titler.png) repeat-y;
	}
	
#links {
	position: absolute;
	top:174px;
	left: 161px;
	width: 170px;
	height: auto;
	border-top: 1px solid #000000;
	}

*>#links {
	top:174px;
	left: 161px;
	width: 170px;
	}

#content {
	position: absolute;
	top: 174px;
	left: 330px;
	right: 100px;
	padding: 20px 30px 20px 30px;
	text-align: justify;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: small;
	font-family: times, arial, sans-serif;
	}

*>#content {
	top: 174px;
	left: 330px;
	right: 100px;
	font-size: medium;
	text-align:justify;
	}

.list {
	text-align:left;
	}

table {
	border-right: 1px solid #000000;
	padding: 0px;
	}

td, td:link, td:visited {
	width: 164px;
	height: 40px;
	background: url(images/buttona.png) repeat-y;
	vertical-align: middle;
	text-align: right;
	padding-right: 15px;
	}

td:hover {
	width: 164px;
	height: 40px;
	background: url(images/buttonh.png) repeat-y;
	}
	
td:active {
	width:164px;
	height: 40px;
	background: url(images/buttona.png) repeat-y;
	}

a.link:active, a.link:link, a.link:visited {
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-variant: small-caps;
	}

a.link:hover {
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-variant: small-caps;
	}

a:active, a:link, a:visited {
	color: #666666;
	text-decoration: none;
	font-family: times, arial, sans-serif;
	font-weight: bold;
	}

a:hover {
	color: #ff0119;
	text-decoration: none;
	font-family: times, arial, sans-serif;
	font-weight: bold;
	}

.float {
	position: relative;
	left: 0px;
	top:0px;
	float: right;
	padding: 20px 0px 20px 30px;
	z-index: 0;
	display: inline;
	}

.preload {
	display:none;
	}

iframe {
	border: 1px solid #000000;
	}

h3 	{
	color: #ff0119;
	text-decoration: none;
	font-family: verdana;
	font-variant: small-caps;
	font-size: 18px;
	}