

* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#graphicoheader {
	width: 180px;
	height: 180px;
	position: static;
	margin-bottom: 20px;
	margin-left: 15px;
}

#graphicoheader a {
	text-decoration: none;
	border-style: none;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9e8f64;
}

a img {
	border: none;
}

#menu {
	width: 215px;
	height: 100%;
	position: static;
	float: left;
	margin-left: 10px;
	background: #40668C url(http://graphicography.org/jagged.gif) no-repeat 0 bottom;
	padding: 10px;
}

#menu a {
	color: #8FA8BF;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
}

#menu ul {
	list-style: none;
	margin-bottom: 12px;
}

#menu ul li a {
	list-style: none;
	margin-left: 20px;
}

#menu ul li.section-title {
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: #124d7c 1px 1px 2px;
	font-weight: bold;
	font-size: 10pt;
}

#content {
	height: 100%;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 0;
}

.container {
	padding: 5px 5px 25px;
}

#content p {
	width: 500px;
	margin-bottom: 9px;
	margin-left: 15px;
}

p {
	margin: 0 0 9px 0;
}

h1 {
	color: #40668c;
	font: 24px Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 12px;
	margin-top: -20px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #8FA8BF;
	border-bottom: 1px dotted #8FA8BF;
	margin-bottom: 15px;
}

#img-container {
	padding: 0;
	color: #8FA8BF;
	margin-top: 40px;
	width: 650px;
	position: absolute;
}

#img-container a{
	padding: 0;
	color: #8FA8BF;
	margin: 0;
	border-width: 0;
}

#img-container p {
	width: 400px;
	margin: 0;
	padding: 0;
}

#once {
	clear: left;
}