body {
	margin: 0px;
	background: url('images/background.gif');
	font-family: verdana;
	font-size: x-small;
}

#parent {
	margin: 20px auto 10px auto;
	width: 550px;
	background-color: #fff;
	padding: 8px;
}

#header {
	background: url('images/header.jpg');
	width: 100%;
	height:250px;
}

#headlink {
	text-align: right;
	font-size: x-small;
	padding: 2px 6px 2px 0px;
	font-weight: bold;
	letter-spacing: 2px;
}

#headlink a {
	color: #dcdcdc;
	text-decoration: none;
}

#headlink a:hover {
	border-right: 4px solid #769f75;
	padding-right: 4px;
}

#content {
	margin: 6px 0px 4px 0px;
	padding: 8px;
	padding-bottom: 28px;
	// background-color: #eeeeee;
	color: #444;
	line-height: 140%;
	font-size: 11px;
	width: 534px;
	background: url('images/content-head.gif') #eee;;
	background-repeat: repeat-x;
}