body {
	background-color: #EBEBEB;
	background-image: url('images/background.jpg')
	text-align: center;
}

#container {
		position: absolute; 
		top: 0px; 
		align: center; 
		width: 969px; 
		height: 400px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	font: 10pt georgia;
}

.menu {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font: 10pt georgia;
	color: black;
	text-decoration: none;
}

.menu2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font: 10pt georgia;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #CC3333;
	text-decoration: none;
}

.imgborder {
	border:1px double black;
	padding: 3px;
}

.imgborder_side {
	border-right:1px double black;
	padding-right: 3px;
	border-left:1px double black;
	padding-left: 3px;
}

.imgborder_top {
	border-right:1px double black;
	padding-right: 3px;
	border-left:1px double black;
	padding-left: 3px;
	border-top: 1px double black;
	padding-top: 3px;
}

.imgborder_bottom {
	border-right:1px double black;
	padding-right: 3px;
	border-left:1px double black;
	padding-left: 3px;
	border-bottom:1px double black;
	padding-bottom: 3px;
}
