/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ color: #000000; 
  margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: davidad;
  font-size: 108%;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}

a{outline: none; text-decoration:none; }

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 975px;}

/* links above the logo / footer */
#links, #footer
{ width: 960px;
  height: 20px;
  font-size: 88%;
  text-transform: uppercase;
  padding: 8px 21px 0px 19px;
}

#links{text-align: right;}

#footer
{ width: 935px;
  text-align: center; 
  border-top: 2px solid;
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: none;}

/* logo */
#logo
{ width: 960px;
  height: 190px;
  margin-top: 10px;
  border-top: 2px solid;
  border-bottom: 5px solid;
}

#logo h1, #logo h2
{ margin: 0px;
  letter-spacing: .2em;
}

#logo h1
{ padding: 28px 0px 0px 139px;
  font-size: 160%;
}

#logo h2
{ font-family: arial, sans-serif;
  padding: 5px 0px 0px 139px;
  font-size: 108%;
}

/* navigation menu */
#menu
{ height: 30px;
  width: 960px;
  margin-top: -30px;
  position: relative;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px 5px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block;
  float: left;
  height: 20px;
  width: 130px;
  text-decoration: none;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 88%;
  font-weight:bold;
  padding-top: 6px;
  padding-bottom: 2px;
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ display: block;
  float: left;
  height: 20px;
  width: 132px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 88%;
  padding-top: 7px;
  padding-bottom: 2px;
  border:none;
} 

/* main content */
#content
{ width: 960px;
  overflow: hidden;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 950px;
  float: left;
  padding: 2px 3px 15px 19px;
}

#column2 h1
{ font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#column2 a, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
}

/* Red color specifics*/
body
{ background: #422712;
  color: #D5D2D6;
}

blockquote{border-color: #cb8349;}

#main
{ background: #000000;
  color: #FFFFFF;
}

#links, #footer, #links a, #footer a, #links a:hover, #footer a:hover
{ background: #000000;
  color:  #FFFFFF;
  border-color: #cb8349;
}

#logo
{ background: #FFF url(images/logo.jpg) no-repeat;
  color: #cb8349;
  border color: #cb8349;
}

h1 {color: #000000; 
}

h2 { color:#000000;
}

#column1 h1, #column2 h1
{ background: transparent;
  color: #CCOOO0;
  border-color: #787878;
}

#logo h1, #logo h2 
{background: transparent;
 color: #000000;
 border-color: #787878;
}

#menu
{ background: transparent;
  color: #D5D2D6;
}

#menu li a
{ background: #000000; 
  color: #D5D2D6;
  border-color: #cb8349;
}

.sidebaritem, .sidebaritem2
{ background: url(images/bg3.jpg); 
  color:  #cb8349;
  border-color: transparent;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #cb8349;
  color: #FFF;
} 

#content, #column2
{ background: url(images/bg3.jpg) repeat-y;
  border-color: #D5D2D6;
}

#column2 a
{ background: #cb8349;
  color: #000000;
  border-color: transparent;
}

#column2 a:hover
{ background: #cb8349;
  color: #000000;
  border-color: transparent;
  font-size:14px;
}

.sbilinks li a, .sidebaritem a
{ background: #cb8349 url(images/cog.png) no-repeat left center;
  color: #000000;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: #cb8349 url(images/cog.png) no-repeat left center;
  color: #000000;
} 
