* {
	margin: 0;
	padding: 0;
}
		
body {
	background-color: #616161;
	background-image: url("images/bckgrnd.jpg");
	background-repeat: repeat;
	text-align: center;
	padding-top: 25px;
}
		
div#container {
	background-color: #BCBCBC;
	width: 768px;
	margin: 0 auto;
	text-align: left;
	border: 1px #000 solid;
	height: 90%
}

img#image {
	border: 0;
	width: 120;
	height: 120;
	position: relative;
	left:280px;
	top:0px;
}
			
div#title {
	background-image: url("images/titlebar.jpg");
	background-repeat: repeat-y;
	font-size: 24pt;
}
			
div#news { 
	width: 304px;
	height: 75%;
}
			
div#content { 
	text-align: left;
	margin: 32px;
	overflow: auto;
}
	
div#menu {
	margin-top: 16px;
	margin-left: 16px;
	text-align: left;
	float: left;
	width: 160px;
}
	
div#copyright {
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	text-align: center;
	margin-top: 24px;
}

p#date {
	font-size: 8pt;
	text-align: right;
	color: #555555;
}
			
p#content {
	margin-left: 32px;
	text-align: justify;
	color: #000000;
}

p#links {
	margin-left: 16px;
}

p#header{
	text-align: left;
	font: 14px Arial,Helvetica; font-weight: bold;
}

h1 {
	margin-top: 32px;
	text-align: center;
	font: 72px Arial,Helvetica; font-weight: bold;
}

h2 {
	margin-top: 9px;
	margin-bottom: 72px;
	text-align: center;
	font: 24px Arial,Helvetica; font-weight: bold;
}

h3 {
	margin-top: 72px;
	text-align: left;
	font: 14px Arial,Helvetica; font-weight: bold;
}

a { font: 14px Arial,Helvetica; font-weight: bold; text-decoration: none; }
a:hover { color: #616161; }