* {
	font-family: arial;
	font-size: 10pt;
	}
h1 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	}

body {}
#menu {
	background-color: #CCCCCC;
	width: 149px;
	}
#content {
	background: white url(images/bg-graycorner.jpg) no-repeat left top;
	padding: 0px 10px;
	border-right: 1px solid #CCC;
	}
#contentstart {
	background-color: white;
	padding: 0px 10px;
	}
#header {
	background: url(images/bg-fill.jpg) repeat-x;
	}
#footer {
	text-align: center;
	color: gray;
	font-size: 8pt;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	}
	#footer a {
		font-size: 8pt;
		font-weight: bold;
		color: #555;
		}