html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #f3f3f3;
	text-align: center;
}

* {
	font-size: 11px;
	font-family: verdana, tahoma, arial;
	color: #363636;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

p {
	margin: 0px;
	margin-bottom: 4px;
}


#container {
	width: 800px;
	height: 600px;
	border: 1px solid #363636;
	background-color: #ececed;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
	
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: 561px 170px;
}

#header {
	height: 131px;
	border-top: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	background-image: url(../images/header.jpg);
	margin-top: 9px;
}

#menucontainer {
	height: 27px;
	border-bottom: 1px solid #4c4c4c;
	background-color: #dfdfe1;
	text-align: left;
}

#menu {
	width: 678px;
	float: left;
	height: 26px;
}

#menu ul {
	margin: 0;
	margin-top: 5px;
	margin-left: 20px;
	padding: 0;
	display: table;
	list-style: none;
}

#menu ul li {
	display: table-cell;
	float: left;
	margin-right: 20px;
	text-align: center;
}

#menu ul li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#link {
	margin-top: 6px;
	width: 120px;
	float: left;
}

#link a {
	font-size: 9px;
	color: #8d8d8e;
	text-decoration: none;
}

#link a:hover {
	text-decoration: underline;
}

#content {
	height: 398px;
	scrollbar-arrow-color: #464646;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #D4D0C8;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #e6e6e6;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	padding-right: 170px;
	overflow-x: hidden;
	overflow-y: auto;
}

#footer {
	height: 18px;
	border-top: 1px solid #4c4c4c;
	background-color: #dfdfe1;
	font-size: 9px;
	text-align: center;
	padding-top: 3px;
}

#footer a {
	font-size: 9px;
	text-decoration: none;
}

