body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
}

h1 {
	padding: 0;
	font-weight:bold;
	color: #0011ff;
	font-size: 190%;
	margin: 16px 0 8px 0;
}

h2 {
	padding: 0;
	font-weight:normal;
	color: #5D5D5D;
	font-size: 140%;
	margin: 16px 0 8px 0;
}

h4 {
	padding: 0;
	font-weight:normal;
	color: #2288bb;
	font-size: 90%;
	margin: 3px 0 2px 0;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(./data/files/shadow-bg.jpg);
	background-repeat:repeat-y;
}

#main {
	padding: 0 20px 20px 20px;
	background-image: url(./data/files/shadow-bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
}


#header {
	background-image: url(./data/files/portrait.jpg);
	background-repeat:no-repeat;
	height:130px;
	top:5px;
	position:relative;
	border-bottom: 1px solid #ececec;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-weight:bold;
	color: #006699;
	font-size: 200%;
	position:absolute;
	bottom: 4px;
	right: 10px;
	left: 208px;
}

#content {
	float:right;
	width: 520px;
	padding: 0 10px 0 0;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
}

#content ul li{
	list-style-image:url(./data/files/li.jpg);
	font-size: 80%;
	margin: .5em 0 0 2em;
	padding: 0;
	border: none;
}

#content ol li{
	font-size: 80%;
	margin: .5em 0 0 2em;
	padding: 0;
	border: none;
}
#navigation {
	float:left;
	width: 180px;
}

#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

#navigation li {
	font-size: 90%;
}

#navigation a:link, #navigation a:visited {
	color: #003366;
	background-color:transparent;
	display:block;
	border-bottom: 1px solid #999;
	padding: 1em 0 0.2em 0;
	text-decoration:none;
}

#navigation a:hover {
	color: #999;
}


#footer {
	clear:both;
	font-size: 80%;
	padding-top: 1em;
	text-align:left;
	color: #929292;
	background-color: transparent;
}

#footer a:link, #footer a:visited {
	color: #929292;
	text-decoration:none;
}

#footer a:hover {
	color: #929292;
	text-decoration:underline;
}
	