/* CSS Document */

/* Global settings */

html, body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {color: #FFF; font: bold 150%/1em Arial, Verdana, sans-serif;
  padding: 0.2em 0 0.2em 0.2em; margin: 0;}
  
/*Navigation*/

#nav {margin: 0; padding: 0;
font-family:Arial, Helvetica, sans-serif;}
#nav li {list-style: none; float: left;
  margin-left: 1px; padding-left: 16px;
  font-size: 17px; line-height: 20px; white-space: nowrap;
  background: #BBB url(../img/tabs2-big.gif) 0 100% no-repeat;}
#nav a {display: block; float: left; padding: 0 16px 0 0;
  text-decoration: none; font-weight: bold;
  background: #DDD url(../img/tabs2-big.gif) 100% 100% no-repeat;
  color: #f5f525;
  width: .1em;}
html>body #nav a {width: auto;}    /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float: none;}            /* End IE5-Mac hack */
#nav a:hover {color:#fff;}
#nav #current, #nav #current a {color: #FDB; 
  background-image: url(../img/tabs2-big-ct.gif);}

/*Layout Boxes*/
#header {
	background-image: url(../img/banner.gif);
	height: 118px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #a90907;
}
#navbar {padding-left:5px;}
#content {
	padding:10px;
	margin-top:2em;
}
#content p {font-size:0.9em;}
#left {width:75%; float:left;}
#left p {colour: #f5f525;}
#right p {
	color: #FFFFFF;
}
#right {
	width:20%;
	float:right;
	font-size: 0.8em;
	padding:4px;
}
/* round boxes */
.rndbox {
	background: #950000;
	color: #000033;
	padding-bottom:20px;
}
.rndtop {
	background: url(../img/topright2.gif) no-repeat right top;
}
.rndbottom {
	background: url(../img/bottomright2.gif) no-repeat right top;
}
.rndbox p {
	margin: 0 8px 8px 8px;
	color: #fff;
}
/*thumbnail images */
.out {
  display:block; 
  background:#c20000; 
  border:1px solid #c20000; 
  position:relative;
  margin:1em 0;
  }
.image {width:112px; padding:0;}
.in {
  background:#fff; 
  border:1px solid #fff; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
  .ltin {
  left:-5px;
  }.tpin {
  top:-5px;
  }
.imgfloatleft {float:left; padding:0px 10px 40px 10px;}
.imgfloatright {float:right; padding:0px 10px 40px 10px;}
a {color:#fff;}
ul {color:#F3B700;}
