/* CSS Document */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

table td {
	padding: 3px;
}

h1, h2, h3, h4 {
	margin-top: 0px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
}

img {
	border: 0px;
}

p {
	margin: 0px;
	margin-bottom: 10px;
}


a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}

.pagecontainer {
	float: left;
	position: absolute;
	width: 735px;
	height: 581px;
	background-image: url(img/bg_big.jpg);
	background-repeat: no-repeat;
}

.header {
	float: right;
	position: relative;
	width: 500px;
	height: 15px;
	margin-right: 26px;
	margin-top: 150px;
	display: inline;
}

.header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.header ul li {
	float: right;
	margin-left: 10px;
}

.leftarea {
	float: left;
	position: relative;
	width: 170px;
	height: 274px;
	margin-top: 115px;
	margin-left: 230px;
	display: inline;
	font-size: 12px;
}

.leftarea a:link {color: #000000; text-decoration: none;}
.leftarea a:visited {color: #000000; text-decoration: none;}
.leftarea a:active {color: #000000; text-decoration: none;}
.leftarea a:hover {color: #FFFFFF; text-decoration: none;}

.leftarea ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.leftarea ul li {
	margin-bottom: 3px;
}

.file1 {
	float: left;
	position: relative;
	width: 93px;
	height: 61px;
	margin-left: 80px;
	display: inline;
}

.file2 {
	float: left;
	position: relative;
	width: 93px;
	height: 61px;
	margin-top: 35px;
	margin-left: 74px;
	display: inline;
}

.file3 {
	float: left;
	position: relative;
	width: 93px;
	height: 61px;
	margin-left: 80px;
	margin-top: 35px;
	display: inline;
}

.file4 {
	float: left;
	position: relative;
	width: 93px;
	height: 61px;
	margin-top: 35px;
}

.rightarea {
	float: left;
	position: relative;
	width: 235px;
	height: 340px;
	margin-left: 40px;
	margin-top: 50px;
	overflow: auto;
	padding-right: 10px;
	font-size: 11px;
}

.lowlinks {
	float: right;
	position: relative;
	width: 530px;
	height: 20px;
	margin-right: 25px;
	margin-top: 26px;
	display: inline;
}

.lowlinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.lowlinks ul li {
	float: right;
	margin-left: 10px;
}

.lowlinks a:link {color: #A8AAAB; text-decoration: none;}
.lowlinks a:visited {color: #A8AAAB; text-decoration: none;}
.lowlinks a:active {color: #A8AAAB; text-decoration: none;}
.lowlinks a:hover {color: #000000; text-decoration: none;}


