@import "main.css";

#header {
	background-repeat: no-repeat;
	
	display: block;
	
	height: 145px;
}

#main {
	width: 600px; 

	border: 1px solid black;
}

#content {
	background-image: none;
	border: none;
	
	padding: 10px;
	text-align: left;
}

#menu {
	background: #5E5E5E;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a.menu {
	color: white;
	display: block;
	float: left;
}

a.menu:hover{
	background: #b4b3b3;
	color: white;
}

.menuselected {
	background: #b4b3b3;
	color: white;
}

.style1 {
	color: #b9bab9;
	font-size: xx-large;
}

.style2 {font-size: x-large}

.style3 {
	font-size: x-large;
	font-weight: bold;
}
