body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: .8em;
	margin: 0px;
	background: #F5F6F7 url(images/css_page_shadow.gif) top center repeat-y;
}
#container {
	background: #FFFFFF url(images/css_title.gif) top left no-repeat;
	width: 701px;
	text-align: left;
	margin-top: 0px; 
	margin-right: auto;
	margin-left: auto;
	border-top: #999999 1px solid;
}
#header {
	height: 40px;
}
#header h1 {
	text-indent: -4756px;
}
#menu {
	width: 164px;
	height: 336px;
	float: right;
	background: url(images/css_menu_bg.gif) top left no-repeat;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-top: 50px;
}
#menu li {
	font-family: "Courier New", Courier, monospace;
	line-height: 50px;
}
#menu a:link {
	color: #436688;
	text-decoration: none;
}
#menu a:visited {
	color: #839FBA;
	text-decoration: none;
}
#menu a:hover {
	color: #000033;
	text-decoration: underline;
}
#content {
	margin-top: 50px;
	width: 400px;
	margin-left: 90px;
}
#content .pathway {
	font-family:"Courier New", Courier, monospace;
}
#content .site_title{
	font-weight: bold;
	font-size: 1.2em;
}
#content .site_title a:link{
	color: #436688;
	text-decoration: none;
}
#content .site_title a:visited{
	color: #436688;
	text-decoration: none;
}
#content .site_title a:hover{
	color: #436688;
	text-decoration: underline;
}
#content img {
	margin-left: 15px;
}
#content img.portfolio {
	padding: 3px;
	border: 1px solid #666666;
}
#content hr {
	margin-top: 50px;
}
#content ul {
	margin-left: 10px;
	padding-left: 0px;
	width: 170px;
}
#footer{
	height: 40px;
	clear: both;
}
#footer ul{
	padding: 0px;
	margin-left: 90px;
}
#footer li{
	display: block;
	float: left;
	padding: 10px;
}
#footer a:link {
	color: #436688;
	text-decoration: none;
}
#footer a:visited {
	color: #839FBA;
	text-decoration: none;
}
#footer a:hover {
	color: #000033;
	text-decoration: underline;
}
