/*
-----------------------------------------------
Robin L. Smith [robinlsmith.com]
Name:     Base Style Sheet
Version:	20060517
Dev:		  David Rudzinski
Origin:		20060517
----------------------------------------------- */

#navigate, #navigate a:link, #navigate a:visited {
	font-size: 16px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}
#navigate {
	width: 500px;
	height: 70px;
	padding-top: 52px;
	background-image: url(../images/robinlsmith_001.gif);
	background-repeat: no-repeat;
	background-position: 18px 80px;
}
#navigate h3 {display:none}
#navigate ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigate li {
	display: inline;
	margin-left: 1.2em;

}
#navigate a:link, #navigate a:visited {color:#333}
#navigate a:hover {
	color: #f91a2e;
}
#content {
	height: 344px;
}
#content h2 {
	float: left;
	width: 170px;
	padding-right: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f91a2e;
	height: 320px;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}
#content p {
	width: 230px;
	padding-left: 10px;
	float: left;
	padding-top: 1px;
	line-height: 14px;
}
