* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: arial;
}

img {
	border:0;
}

#outer {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 0px solid #686868;
	background-image:url(images/background_main.gif);
	border-bottom: 1px solid black;
}

#header {
	height: 120px;

}

#menu {
	text-align: center;
	height: 40px;
	background-image: url(images/bg_menu.gif);
	padding: 10px 30px 0px 30px;
	color: white;
}

#menu a:link, #menu a:visited {
	color: white;
	text-decoration:none;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a:hover, #menu a:active {
	text-decoration: underline;
}

#content {
	border:0px solid red;
	min-height: 500px;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 11pt;
}

#content h3 {
	margin-bottom: 12px;
}

#content h4 {
	margin-bottom: 8px;
}

#content p {
	margin-bottom: 20px;
}