body {
   	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	
    color: #555; 
    padding:0 0 100px 120px;
    background-color:#8099A8;
}

h1 {
	font-size:16pt;
}

p {
    margin-top: 0px;
}


a:link, a:visited {
    text-decoration: underline;
    color: #555;
}

a:hover, a:active {
    text-decoration: underline;
    color: #000;
}

/* specific divs */
#top {
    width:724px;
    position:relative;
    background-color:#fff;
}

#header {
	height:65px;
	padding:10px 20px 10px 20px;
	background-image:url(/b/1/redspr/logo.gif);
	background-repeat:no-repeat;
	background-position:20px 10px;
}

#menu {
	background-color:#555;
	border-width:0 0 1px 0;
	border-style:dashed;
	padding:10px 20px 10px 25px;
}

#menu a {
	padding-right:10px;
	color:#fff;
	font-weight:bold;
	text-transform:lowercase;
}


#content {
	padding:20px 65px 20px 45px;
}

.photo {
	float:right;
	margin:10px;
	border:0;
}

.caption {

}

#footer {
	clear:both;
	font-size:7pt;
	border-width:1px 0 0 0;
	border-style:dashed;
	padding:10px 20px 20px 20px;
	margin-top:50px;
}