BODY {
	background-color: #004FA3;
	background-image: url(images/bgimage.gif);
	background-repeat: repeat-y;
}

div.motto{
	position: absolute;
	top: 35px;
	left: 300px;
}
div.intro {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 400px;
	color : #9A95C4;
	font-family: "Arial";
}
div.content{
	position: absolute;
	top: 400px;
	left: 200px;
	width: 400px;
	font-family: "Arial";
}
div.navbar{
	position: absolute;
	top: 190px;
	width: 125px;
	left: 50px;
}
div.info{
	position: absolute;
	top: 200px;
	left: 200px;
	width: 400px;
	font-family: "Arial";
}
p.head {
	color: #9A95C4;
	font-weight : bold;
	font-size : 120%;
	font-family : "Arial";
	font-variant : small-caps;
}
p.sub{
	color: #9A95C4;
	font-weight : bolder;
	font-size : 100%;
	font-family : "Arial";
	font-style : normal;
	font-variant : small-caps;
}
a:active, a:link, a:visited {
	color: #9a95c4;
	letter-spacing: 2px;
}
a:hover {
	color: #004FA3;
	letter-spacing: 2px;
	border: 2px dashed;
}
