@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #2d280a;
	font-family: "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	background-image: url(../img/fadeBackGround.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header{
	height: 100px;
}
#image{
	height: 183px;
	background-color: #3a3c15;
}
#image p{
	color: #FFFFFF;
	width: 400px;
	font-size: small;
	padding-top: 20px;
	padding-left: 45px;
}
#image span{
	font-size: small;
}
#container{
	width: 917px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border:1px solid #c9c9c9;		
}
#content{
	padding-top:30px;

}
#mainContent{
	width:530px;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 60px;
	padding-left: 60px;
}

#rtSideNav{
	width: 220px;
	float: left;
}
#rtSideNav img{
	border: none;
}
.clearBoth{
	clear: both;
}
.floatRight{
	float: right;
}
.floatLeft{
	float: left;
}
#mainContent p{
	font-size: small;
}
form{
	padding-left: 20px;
}
#logo{
	float: left;
}
#nav{
	float: right;
	margin: 0;
	list-style: none;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#nav li{
	float: left;
	font-size: medium;
	padding: 0;
}
#nav a{
	float: left;
	display: block;
	text-decoration: none;
	color: #3a3c15;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 8px;
	padding-left: 15px;	
}
#life, #work, #balance, #contact{
	background-image: url(../img/yellowDot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#flife, #fwork, #fbalance, #fcontact{
	background-image: url(../img/yellowDot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer{
	font-size: xx-small;
}

#footNav{
	margin: 0 0 0 235px;
	list-style: none;
}
#footNav li{
	float: left;	
}
#footNav a{
	display: block;
	padding: 0 2px 0 8px;
	text-decoration: none;
	color: #2d280a;
}
#b2 a{
	text-decoration: none;
	color: #2d280a;
	padding-right:10px;
}
#copyRight{
	padding-left:10px;
	}
#quoteImage {
	padding-right: 270px;
	padding-top: 5px;
}

