body {
	background: #f3f3f3 url('../gfx/body-bg.png') repeat scroll center top;
	color: #222;
	margin: 0;
	font-family: verdana, sans-serif;
	font-size: 13px
}

div#container {
	width: 850px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #000;
	border-top: 0
}

div#logo img {
	border: 0
}

div#menu-container {
	width: 155px;
	float: left
}

div#content-container {
	width: 505px;
	float: left
}

div#colRight-container {
	width: 185px; /* Ought to be 190px, but this is done in order to make sure there is "room" for the border on div#container on quirksmode UAs */
	float: left
}


/* Content + right column */
div#content, div#colRight {
	padding: 10px 20px
}

div#content h1, div#colRight h1 {
	padding-top: 5px;
	margin-top: 0
}


/* Content */
h1 {
	font-weight: normal;
	font-size: 18px
}


/* Right column */
div-colRight {
	padding-right: 0
}

div#colRight h1 {
	font-size: 13px;
	font-weight: bold
}


/* Menu */
div#menu {
	padding: 10px 0
}

div#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px
}

div#menu li {
	padding: 2px 0
}

div#menu a, div#menu a:hover {
	color: #000;
	text-decoration: none
}

div#footer {
	background: #8d8d8d;
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 2px;
	color: #f3f3f3;
	font-weight: bold
}