/* CSS Document */
body {
   background-repeat: no-repeat;
   background-color: #D3A239;
   color: #0F75BC;
   margin: 0;
   padding: 0;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: smaller;
}
#header {
   width: 100%;
   background-color: #000000;
   background-image:url(../images/owjbg.jpg);
   background-repeat: no-repeat;
   height: 150px;
}
#about {
   width: 100px;
   position: relative;
   left: 234px;
   top: 130px;
}
#blog {
   width: 100px;
   position: relative;
   left: 300px;
   top: 113px;
}
#share {
   width: 100px;
   position: relative;
   left: 360px;
   top: 96px;

}
#myjourney {
   width: 100px;
   position: relative;
   left: 420px;
   top: 80px;
}
#contact {
   width: 100px;
   position: relative;
   left: 520px;
   top: 64px;
}
#services {
   width: 100px;
   position: relative;
   left: 600px;
   top: 47px;
}
#logo {
   position: absolute;
   top: 122px;
   left: 35px;
}
#quotetext {
   position: absolute;
   top: 230px;
   left: 17px;
}
#quoteauthor {
   position: absolute;
   top: 265px;
   left: 35px;
}
#content {
   width: 100%;
   min-height: 300px;
   background-color: #FFFFFF;
   position: absolute;
   top: 150px;
   overflow: auto;
   padding: 5px;
}
#maintext {
   width: 600px;
   position: relative;
   left: 240px;
}
#footer {
   width: 100%;
   min-height: 100px;
   background-color: #D3A239;
}
.floatright {
	float: right;
	margin: 5px;
	padding: 5px;
}
.floatleft {
	float: left;
	margin: 5px;
	padding: 5px;
}
