
/*  Brown          885534   */
/*  Tan            d3a06e   */
/*  Dark Cream     f4e0c3   */
/*  Light Cream    fcf3e1   */



html {  }


body { margin: 0; padding: 0; color: #000; font-size: 15px; line-height: 22px; text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/body-bkgrd.jpg); background-repeat: repeat-x;
	background-color: #f4e0c3;
	margin: 0px; padding: 0px;
	color: #fff;
}


a:link { color: #d3a06e; }
a:visited { color: #d3a06e; text-decoration: none; }
a:hover {  color: #fff; text-decoration: underline; }
a:active { color: #d3a06e; text-decoration: none; }

a img { border: 0; }
p { text-align: left; margin: 0px 80px; padding: 30px 0px 0px 0px; }


h1 { font-size: 30px; padding-top: 55px; margin: 0px; font-variant: small-caps; letter-spacing: .7pt; color: #fff; }

h2 { width: 731px; height: 48px; margin-top: 25px; }
h2 span { display: none }

h3 { width: 229px; height: 48px; margin-top: 30px; }
h3 span { display: none }



ul { margin: 0px 0px 0px 100px; padding: 5px 0px; text-align: left; }
ul li { padding-left: 5px; line-height: 24px; }




/*--------------------- PRIMARY DIVISIONS -----------------------------------------------------*/



div#website { width: 1033px; height: 100%; margin: 0 auto; padding: 0; text-align: center; }
div#header { width: 1033px; height: 267px; margin: 29px 0px 0px 0px; }
div#container { width: 1033px; }

div#content { width: 1033px; min-height: 232px; max-height: 100%; margin: 0px; padding: 0px;
background-image: url(../images/content-bkgrd.jpg); background-repeat: repeat-y;
}

div#content-top { background-image: url(../images/content-top.jpg); width: 1033px; height: 223px; }




/*------------------- NAVIGATION MENU ---------------------------------------------------------*/



div#navbar { width: 1033px; height: 65px; margin: 0px; padding: 0px; background-image: url(../images/b-bkgrd.jpg); }
ul#navlist { width: 1033px; height: 65px; margin: 0px; padding: 0px; list-style-type: none; }
ul#navlist li { float: left; margin: 0px; padding: 0px; }
ul#navlist li a { display: block; }
ul#navlist li span { display: none; }

li#nav_home a { background: url(../images/b-home.jpg); width: 149px; height: 65px; }
li#nav_home a:hover { background: url(../images/b-home-hi.jpg); }
li#nav_portfolio a { background: url(../images/b-portfolio.jpg); width: 127px; height: 65px; }
li#nav_portfolio a:hover { background: url(../images/b-portfolio-hi.jpg); }
li#nav_jesse a { background: url(../images/b-jesse.jpg); width: 127px; height: 65px; }
li#nav_jesse a:hover { background: url(../images/b-jesse-hi.jpg); }
li#nav_process a { background: url(../images/b-process.jpg); width: 213px; height: 65px; }
li#nav_process a:hover { background: url(../images/b-process-hi.jpg); }
li#nav_schools a { background: url(../images/b-school.jpg); width: 168px; height: 65px; }
li#nav_schools a:hover { background: url(../images/b-school-hi.jpg); }
li#nav_media a { background: url(../images/b-media.jpg); width: 249px; height: 65px; }
li#nav_media a:hover { background: url(../images/b-media-hi.jpg); }



/*------------------- FOOTER --------------------------------------------------------------------*/



div#content-bottom { width: 1033px; height: 250px; }
div#content-bottom p { position: relative; top: -110px; color: #fcf3e1; width: 650px; text-align: left; }



