* {
  margin:0;
  padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

div {
   font-size: 11px;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #000000;
   text-decoration: underline;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #999;
   text-decoration: underline;
}

a:hover {
   text-decoration: none;
   background-color: #f3f3f3;
   color: #000000;
}

body {
   background-color: #000;
   color: #111;
   margin:1em;
}


div#pagewrapper {
   margin: 0 auto;
   width: 750px;
   position: center;
   background-color: #fff;
}

div#header {
   background-color: #000;  /* Black Background to header, Insert Logo's here */
   font-size: 24px;/* Font size for if images aren't availabe */
   margin-bottom:0px;
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 0px;
}


div#headlogo { /* This is to format the header logos properly */
   margin-top: 0px;
   width: 100%; 
   text-align: center;
}

div#headlogo img { /* This is to format the header logos properly */
   padding-top: 0px;
   padding-bottom: 0px;
}

div#menuspace {
   color: #000;
   width: 750px;
   
}

div#leftsidebar {
   padding-top: 10px;
   float: left;
   width: 150px;
   display: inline;  /* FIX IE double margin bug */
   /* margin-left: 0; */
}

div#logos {
   margin-top: 5px;
   margin-bottom: 50px;
   border-top: 1px dotted #cccccc;
   border-bottom: 1px dotted #cccccc;
   width: 100%;  
   text-align: center;
}

div#logos img {
   padding-top: 10px;
   padding-bottom: 10px;
}

div#rightsidebar {
   float: right;
   width: 185px;
   padding-top: 25px;
   padding-right: 5px;
}

div#content {
   color: #000; /*content text Colour*/
   padding-top:20px;
   padding-left:5px;
   margin-left: 165px;
   margin-right: 200px;
   width: 373px; /* minus 6px due to ie6 */
   min-height: 350px;
}

div#footer {
   clear: both;
   margin: 0 auto;
   max-width: 750px;
   min-width: 750px;
   background-color: #3a3429;
   color: #89817f;  
}

div#footer p {
   font-size: 0.8em;
   padding: 1em;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: #89817f;
   /* border-bottom:1px dotted #89817F; */
   border-bottom:1px dotted #564931;
   text-decoration: none;
}

div#footer p a:hover {
   color: #fff;
   /* background-color: #575352; */
   background-color: 3a3429;
   text-decoration: none;
   border-bottom:1px dotted #fff;
}

h1 {
   color: #666666; 
   font-size: 15px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h2 {
   color: #666666; 
   font-size: 14px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #666666; 
   font-size: 13px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.6em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}