body {
	background: url('background.png') repeat-x;
	
	font-family: verdana;
	font-size: 11pt;
	
}

div#titleLayer {
	position: absolute;
	width: 360px;
	height: 150px;
	left: 0px;
	top: 0px;
	
	background: url('title.png') no-repeat;
}

div#content {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 125px;
	bottom: 20px;
	
	background: url('content.png');
	padding: 20px;
	padding-top: 0px;
}

div#nav {
	position: absolute;
	width: 500px;
	height: 100px;
	left: 400px;
	top: 0px;
	font-size: 18px;
	padding-top:80px;
}

h3 {
	font-size: 16pt;
	color: rgb(50,50,50);
	font-weight: normal;
}

h4 {
	font-size: 12pt;
	color: rgb(30,30,30);
	font-weight: normal;
}

a:link, a:visited {
	color: rgb( 0, 0, 0);
	text-decoration: none;
}

a:hover {
	color: rgb(0, 0, 200);
	text-decoration: underline;
}

strong {
	font-weight: normal;
	color: rgb(70,70,150);
}