﻿html {
}

body {
	font-family: Trebuchet MS;
	background: url(images/greytile.gif);
	margin: 0;
}
		
#header {
	background: #069 url(images/gdcbanner.gif);
	height: 100px;
}

#navigation {
    font: 100% arial, helvetica;
	position: absolute;
	top: 120px;
	left: 0;
	width: 125px;
	color: white;
}

#navigation ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#navigation ul a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: #17a;
	padding: 0.1em 0.5em;
	margin: 0 1em 1px 1em;
}

#navigation a:visited {
	color: #fff;
}

#navigation a:hover {
	background: #28b;
}

#content {
	background: white repeat-y;
	padding: 0px 20px 10px 20px;
	border-left: 127px solid #069;
	border-right: 5px solid #069;
	min-height: 600px;
	font-size: 10pt;
}

#container {
	position: relative;
	width: 750px; /* width + border for IE 5.x */
	w\idth: 750px; /* real width */
	border: solid #555;
	border-width: 0 3px;
	margin: auto;
}

#footer {
    background: #069;
    text-align:right;
    color: #bbb;
    font-size: 0.7em;
    padding: 5px 5px 5px 0;
}

.smalltext, li {
    font-size: 8pt;
    text-decoration: none;
    line-height: 125%
}
					  
.strongtext {
    font-size: 12pt;
	font-weight: bold; text-decoration: none
}
