/* Basic Structure */
html, body {
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: yellow;
	font-size: 16px;
}
a {
	color: orange;
	font-weight: bold;
	text-decoration: none;
}
#side {
	position: absolute;
	left: 0;
	top: 120px;
	padding: 10px 15px;
	width: 160px;
}

#info {
	font-weight: bold;
	padding: 4px;
	background-color: orange;
	border: dotted 1px red;
	font-size: 12px;
}

.nomenu #side {
	display: none;
}

#side h2 {
	margin-top: 1em;
}

#mainContent {
	margin-left: 170px;
	padding: 10px 30px;
}

/* Header */
#header img {
	float: left;
	margin: 0;
}


/* Footer */
#footer p {
	font-size: 73%;
	line-height: normal;
	margin: 1em 0 0 1em;
	white-space: nowrap;
}
#footer a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
.copyright {
	padding-bottom: 0.5em;
}

/*accessibility tweaks*/
.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}
hr.hide {
	display: none;
}


.borderimg {
	padding: 6px;
	border: dotted 1px #CCCCCC;
}


#nav {
	white-space: nowrap;
	margin: 0 0 10px 0;
	padding: 0;
	width: auto;
	line-height: 0;
}
#nav li {
	list-style: none;
	display: inline;
}
#nav :link, #nav :visited {
	font-weight: normal;
	line-height: 1.0;
	color: black;
	display: inline;
	text-decoration: none;
	border: solid 1px #CCCCCC;
	padding: 4px 0.6em 4px 0.6em;
	margin: 0 5px 0 0;
	background-color: #F8F8F8;
}
#nav :link:hover, #nav :visited:hover {
	color: black;
	border: solid 1px black;
	background: #CEFF0B;
}
#nav :link:active, #nav :visited:active {
	background: #fff;
}

#main {
	width: 350px;
	margin-right: 170px;
}
#main img {
	margin-bottom: -1em;
}
