/* CSS Document */
html {
min-width:690px;
}
#container {
	width:690px;
	height:1300px;
	text-align:left;
	position:relative;
	margin:0 auto;
	padding:0;
	border: 0;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header{
	position:absolute;
	width:690px;
	height:50px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336600;
	font-size: 12px;
	left: 5px;
	top: 2px;
	padding-right: 0px;
}

#recentwork {
	position:absolute;
	width:375px;
	font-style:normal;
	font-size:12px;
	left:36px;
	top:250px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#diversions {
	position:absolute;
	width:237px;
	height:250px;
	font-style:normal;
	font-size:12px;
	left:426px;
	top:325px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

div.notediv{
	background-color: #F7F7AF;
	padding: 5px;
	border: 1px solid #D9AF02;

}

#diversions H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5B1A3C;
}
#recentwork h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #5B1A3C;
}
#recentwork a:hover {
	background-color: #CC99FF;
}
