/* James Grech */
* {
font-family:Verdana,Arial,Sans-Serif;
 color:#A28573;
}

     
body,html {
 margin:0;
 padding:0;
}

body {
 font-size:.9em;
 min-width:760px;
 background-color:#E9D9C7;
 background-image:url('images/bg-site.jpg');
 background-repeat:repeat;
}

#pageContainer {
 position:relative;
 left:50%;
 margin-left:-380px;
 margin-top:3%;
 width:760px;
/* background:#99c;*/
/* background-color:#E9D9C7;*/
/* background-image:url('images/bg-site.jpg');*/
/* background-repeat:repeat;*/
}

#header {
 height:120px;
 margin:;
 color:#E2D183;
 margin-top:0;
  margin-left:0;
 background-color:#6B4939;
background-image:url('images/top-bar.jpg');*/
background-repeat:repeat+x;*/
 background-position:200px 0;
}

#header h1 {
 padding-top:35px;
 margin:0;
 color:blue;
  text-decoration:none;
 font-size:2em;
 margin-left:262px;
 margin-top:0;
}


img {
 border:none;
}

#logo {
 margin-left:0px;
 margin-top:0px;
}
#james-home {
 margin-left:10px;
  margin-right:10px;
 margin-top:7px;
}
#top-img {
 margin-left:0px;
 margin-top:0px;
}

#main {
/* background-color:#8b2a01;*/
 margin-left:220px;
  margin-top:0px;
/* width:560px;*/
 padding:0.5em;
 color:black;
/* background-image:url('images/main-pic.gif');*/
/* background-repeat:no-repeat;*/
/* background-position: 100% 30%;*/
/* background-attach: fixed*/
}

h1 {color: #6B4939;font-size: 28px; }
h2 {color: #6B4939;font-size: 22px; }
h3 {color: #6B4939;font-size: 18px; }
h4 {color: #6B4939;font-size: 14px; }
h5 {color: #6B4939;font-size: 12px; }
h8 {color: #E9D9C7;font-size: 12px; font-weight: bold; }
p {color: #6B4939;font-size: 14px; /* font-weight: bold;*/ }




.center {
 text-align:center;
}
.right {
 text-align:right;
}
.bold {
 font-weight:bold;
}
.italic {
 font-style:italic;
}
.centeritalic {
 font-style:italic; text-align:center;
}
.block {
 text-align:justify;
}


#navmenu {
 background-color:#6B4939;
 float:left;
 width:200px;
/* background-image:url('images/menuback.gif');*/
/* background-repeat:repeat-y */
}
#navmenu ul {
 list-style: none;
 padding:0;
 margin:8px;
 margin-left:20px;
 margin-right:22px;
 margin-bottom:22px;
}

#navmenu li {
 margin:0;padding:0;
}
#navmenu a {
 background-color:#6B4939;
 display:block;
 width:100%;
 margin:0;padding:0;
 padding:5px 2px 5px 2px;
 text-decoration:none;
 font-size:1.3em;
 text-align:center;
}
#navmenu a,#navmenu a:link,#navmenu a:visited,#navmenu a:hover {
 color:#E9D9C7;
}
#navmenu a:hover {
 background-color:#AF8571;
}


ul {
 margin:0 0 0 0;
}

p {
 margin:0 0 .5em 0;
}

.center {
 text-align:center;
}
.bold {
 font-weight:bold;
}


div#footer {
 clear:left;
 color:black;
 background-color:#6B4939;
 margin:0;padding:0;
}
#footer a,#footer a:link,#footer a:visited,#footer a:hover {
 color:E9D9C7;
}
div#footer {
 padding:3px;
 text-align:right;
 font-size:.8em;
 font-weight:bold;
 color: #E9D9C7;
}
#footer p {
 display:inline;
 padding-right:2em;
color: #E9D9C7;
 }
 
div.thumbs { 
 width:95px; 
 height:280px; 
 overflow:auto; 
 float:left; 
}