.window {
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
	width: 800px;
	height: 750px;
	color: #3C3B37;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	position : relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.header {
		position : absolute;
		left : 20px;
		top : 20px;
		width : 760px;
		height : 230px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		}
		
.menu {
		background-color: #F9F7EE;
		position : absolute;
		left : 170px;
		top : 20px;
		width : 610px;
		height : 30px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 10px;
		padding-bottom: 0px;
		font-size: 123%;
		}

.maintext {
		overflow: auto;
		background-color: #F9F7EE;
		position : absolute;
		left : 20px;
		top : 270px;
		width : 470px;
		height : 330px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 10px;
		}
		
.news {
		background-color: #D1E8FF;
		position : absolute;
		left : 530px;
		top : 270px;
		width : 230px;
		height : 180px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 10px;
		font-size: 90%;
		}

.homepic {
		position : absolute;
		left : 530px;
		top : 480px;
		width : 250px;
		height : 250px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		}

.mainpic {
		position : absolute;
		left : 530px;
		top : 270px;
		width : 250px;
		height : 440px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		}
		
.footer {
		position : absolute;
		left : 20px;
		top : 630px;
		width : 490px;
		height : 100px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		}

a.menu:link, a.menu:visited {
		font: Tahoma;
		text-decoration: none;
		color: #55544F;
		font-weight: light;
		position : relative;
		top:0px;
		left:5px;
		padding-right:10px;
		margin:5px;
		font-size: 100%;

}
a.menu:hover{
		font: Tahoma;
		text-decoration: none;
		color: #2778C8;
		font-weight: light;
		position : relative;
		top:0px;
		left:5px;
		padding-right:10px;
		margin:5px;
		font-size: 100%;

}

a.menucurrent:link, a.menucurrent:visited, a.menucurrent:hover {
		font: Tahoma;
		text-decoration: none;
		color: #2778C8;
		font-weight: light;
		position : relative;
		top:0px;
		left:5px;
		padding-right:10px;
		margin:5px;
		font-size: 100%;

}

h1 {
	background-color: #F9F7EE;
	width: 450px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-style: normal;
	color: #0765C2;
	font-weight: lighter;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	background-color: #D1E8FF;
	width: 240px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #CCA64E;
	font-weight: lighter;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-size: 170%;
}
h3 {
	background-color: #F9F7EE;
	width: 400px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #0765C2;
	font-weight: lighter;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-size: 120%;
}

a.news:link, a.news:visited {
		font: Tahoma;
		color: #3C3B37;
		position : relative;
		top:0px;
		left:0px;
		padding:0px;
		margin:0px;
		font-size: 100%;

}
a.news:hover{
		font: Tahoma;
		text-decoration: none;
		color: #3C3B37;
		position : relative;
		top:0px;
		left:0px;
		padding:0px;
		margin:0px;
		font-size: 100%;

}

p	{
	width: 450px;
	}
