@charset   "UTF-8";

body {
	font-size: 75%;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	height: 120px;
	background: url(mystylegrey.gif) repeat-x left bottom #add8e6;
}

h1 {
	position: absolute;
	right: 30px;
	top: 40px;
}

#sitelogo {
	position: absolute;
	left: 5px;
	top: 60px;
}

#content {
	position: relative;
	width: 100%;
}

#left {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 0px;
}

#right {
	background: blue;
	position: absolute;
	width: 130px;
	right: 0px;
	top: 0px;
}

#center {
	width: 570px;
	margin: 0 130px 0 200px;
}

#center p {
	border: solid 1px;
	line-height: 2em;
	padding: 10px;
	text-align: left;
	color: #808080;
}

#left p {
	border: solid 1px;
	line-height: 1.3em;
	padding: 10px;
	text-align: left;
	color: #808080;
	margin-bottom: 10px;
}

p img {
	margin: 0 5px;
}

h3 {
	font-size: 1.3em;
	background: #000000;
}

h3 a {
	color: #ffffff;
	display: block;
}

h3 a:hover {
       color: #808080;
       background: #ffffff;}

h4 {
	font-size: 1.3em;
	font-weight: bold;
}

#footer {
	font-size: 1.1em;
	line-height: 1.8em;
}

