@charset "utf-8";
/* CSS Document */


body{
margin:0;
padding:0;
line-height: 1.5em;
background: #dddddd;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 760px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}

#topsection{
background: #dddddd;
height: 110px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 160px; /*Set left margin to LeftColumnWidth*/
font: 12px Lucida Sans Unicode; line-height : 12pt; padding-right: 2px;

}

#leftcolumn{
float: left;
margin-top: 0px;
width: 150px; /*Width of left column*/
margin-left: -760px; /*Set left margin to -(MainContainerWidth)*/
background: #dddddd;
}

#footer{
clear: left;
width: 100%;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
font: 10px Trebuchet MS;
color: white;
text-transform: uppercase;
text-align:center;
padding: 1px 0 1px 0; 
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px 0 0 0; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.pageheads {
font: bold 14px Trebuchet MS;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 12px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
text-align:center;
padding: 1px 0 1px 0; /*header text is indented 10px*/
}

.resultheads {
font: bold 14px Trebuchet MS;
color: white;
background: black url(titlebar_red.png) repeat-x center left;
margin-bottom: 12px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
text-align:center;
padding: 1px 0 1px 0; /*header text is indented 10px*/
}

.pagetitles {
font: bold 14px Trebuchet MS;
color: #aa0000;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
text-align:left;
padding: 1px 0 1px 0; /*header text is indented 10px*/
}

.pagetitles a{
color: #aa0000;
text-decoration: none;
}

.arrowlistmenu{
width: 150px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 11px Trebuchet MS;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-top: 0px;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 0 2px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
font: normal 11px Trebuchet MS;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #aa0000;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.img {
  float: right;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  }
  
.image {
float: right;
width: 400px; /* all of my thumbnails are 150px wide */
margin: 0 0 10px 10px;
background-color: #eee;
padding: 10px;
border: 1px solid #666;
}

.image350 {
float: right;
width: 350px; /* all of my thumbnails are 150px wide */
margin: 0 0 10px 10px;
background-color: #eee;
padding: 10px;
border: 1px solid #666;
}

.image300 {
float: right;
width: 300px; /* all of my thumbnails are 150px wide */
margin: 0 0 10px 10px;
background-color: #eee;
padding: 10px;
border: 1px solid #666;
}

.image500 {
float: centre;
width: 500px; /* all of my thumbnails are 150px wide */
margin: 0 0 10px 10px;
background-color: #eee;
padding: 10px;
border: 1px solid #666;
}

.captionright {
clear: right;
float: right;
margin: 0;
text-align:center;
} 
  
.captioncenter {
clear: center;
float: center;
margin: 0;
text-align:center;
} 


.commentbox{
  float: right;
  position: relative;
margin-top: 10px;
margin-bottom: 10px;
text-align:center;
background-color: #ececec;
width: 400px;
padding: 0px;
}

tr.d0 td {
	background-color: #CC9999; color: black;
}
tr.d1 td {
	background-color: #9999CC; color: black;
}


.subheads {

	FONT-SIZE: 14px; COLOR: #aa0000; FONT-FAMILY: Trebuchet MS; font-weight: bold;

}

.hits{
font: 10px Trebuchet MS;
}