/* Relative Financial Planning 10.03.08 */

* {
	padding: 0;
	margin: 0;
	}

body {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	background: url(images/background.jpg) repeat;
	color: #333;
	font-size: 10px
	}

div.black {
	width: 100%;
	background: url(images/black.jpg) repeat-x;
	}

h1 span {
	display: none;
	font-size: 1.8em;
	}

h2 span {
	display: none;
	font-size: 1.3em;
	}

h2 {
	background-color: #000;
	color: #fff;
	font-style: italic;
	font-family: Times;
	padding: 3px;
	margin: 10px 0 10px 14px;
	border: 1px solid #848D93;
	font-size: 1.8em;
	}

h3,h4 {
	font-size: 1.5em;
	font-family: Verdana, Geneva, Arial;
	padding: 0 0 10px 14px;
	}

p {
	font-size: 1.20em;
	line-height: 1.5em;
	text-align: left;
	padding: 0 0 10px 14px;
	}

#content ul {
	font-size: 11px;
	list-style: disc;
	padding: 0 0 10px 28px;
	}

#content li {
	padding: 0 0 4px 0;
	}

#content a {
	color: #848D93;
	text-decoration: none;
	border-bottom: 1px solid #848D93;
	}
	
#content a:hover {
	color: #848D93;
	text-decoration: none;
	border-bottom: 1px solid #848D93;
	}

#photo {
	float: left;
	margin: 0 15px 2px 15px;
	padding: 0;
	}

#photo img {
	border: 1px solid #999;
	padding: 1px;
	}

#photo p {
	padding: 2px 0 0 0;
	text-align: center;
	}
	
/* PAGE CONSTRUCTION */

#container {
	margin: 0 auto 0 auto;
	width: 794px;
	background: url(images/containerBackground.png) repeat-y;
	}

#header, #content {margin-left: 7px;}

#header {
	height: 266px;
	background: url(images/headerBackground.jpg) no-repeat;
	}

#services {
	width: 750px;
	height: 172px;
	background: url(images/servicesImage.jpg) no-repeat;
	margin-left: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

#services ol {display: none;}

#content {
	width: 763px;
	background-color: #fff;
	}

#legal {
	padding-top: 30px;
	font-size: 9px;
	float: right;
	width: 250px;
	margin-right: 10px;
	}

#address {
	padding-top: 30px;
	font-size: 9px;
	float: right;
	width: 290px;
	margin-right: 10px;
	}

/* FOOTER */

#footer {
	height: 21px;
	margin: 0 auto 0 auto;
	width: 794px;
	background: url(images/footerBackground.png) no-repeat;
	clear: both;
	color: white;
	}

#left {
	float: left;
	font-size: 9px;
	height: 51px;
	margin: 30px 0 0 14px;
	padding-right: 20px;
	}
	
#left ul {
	margin-left: 45px;
	list-style-type: none;
	}


