
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #f2f2f2 url(../pics/bkg.jpg) repeat-x top left;
}

#header {
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: 17%;
	margin-left: -84px;
	width: 84px;
	background: url(../pics/header.png) no-repeat top right;
}

#content {
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: 50%;
	margin-left: -33%;
	width: 66%;
	background-color: #f6f6f6;
	border: 2px solid #ddd;
	padding: 20px;
	overflow: auto;
	text-align: center;
}

#content img {
	margin: 2px;
}

#menu {
	position: absolute;
	top: 20px;
	height: 16px;
	left: 50%;
	margin-left: -33%;
	width: 66%;
	background-color: #f6f6f6;
	border: 2px solid #ddd;
	text-align: left;
	padding: 2px 20px 2px 20px;
	line-height: 16px;
}

#menu a:link, #menu a:visited {
	color: #bbb;
	font-size: 12px;
	text-decoration: none;
	padding-right: 10px;
}

#menu a:hover {
	color: #666;
}

#menu a:active {
	color: #888;
}

#footer {
	position: absolute;
	bottom: 20px;
	height: 20px;
	left: 50%;
	margin-left: -33%;
	width: 66%;
	text-align: center;
	color: #bbb;
	font-size: 12px;
}

#footer a, #footer a:visited {
	color: #bbb;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
}

