body,
html {
	margin:5px 0px 0px 0px;
	padding:0;
	background-image: url(images/Flowers19.jpg);
	background-color: #60769e;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	
}
p {
	margin-top:0px;
	}
h1 {
	
	margin-top:0px;
	color: #000;
	font-size:19px;
}
h3 {
	
	margin-top:0px;
	color: #000;
	font-size:18px;
}

a img {border:none;}

a:link, a:visited {
	color: #009999;
}
a:hover {
	color: #CC6600;
}
#bigwrapper {
    background:#FFF;
	border:solid 10px #333;
    margin:0 auto;
    width:740px;
	padding:5px;
    }
#head {
    
	width:740px;
	
	background-color:#000;
    }
	#banner {
	clear:left;
	width:718px;
	border:solid 1px #666;
	padding:10px;
	margin-bottom:0px;
	}
#wrap {
    background:#FFF;
    margin:0 auto;
    padding-top:0px;
	width:740px;
    }
#wrap ol li {
	margin-top:5px;
}
#main {
	float:right;
	width:562px;
	margin:0px;
	padding-top:10px;
	padding-right:2px;
        font-size:1.05em;
        min-height: 900px;
	

}
#main p {
	line-height:16px;
}
#navbar {
	background-color:#FFFFFF;
	width:170px;
	padding:5px 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	float:left;
	/*border-right:solid 2px #CCCCCC;
	border-bottom:solid 2px #999999; */
        position:relative;
	}
#pic {float:right;
	margin: 3px 10px 25px 10px;
	padding:4px;
	font-size:9px;
	border:solid 1px #CCCCCC;

}
#test1 {
	padding-bottom:5px;
	border-bottom:dotted 1px #CCC;
	margin-bottom:8px;
}



#columns{
	column-count: 1;
	column-width:530px;
	column-gap:10px;
	column-rule:1px solid #CCC;
	clear:both;
}

/*#columns {
	column-count: 2;
	column-width:265px;
	column-gap:10px;
	column-rule:1px solid #CCC;
	clear:both;
}*/

#columns h1 {
	margin-top:0px;
	padding:0px;
}
.storytitle{
	color:#000099;
	font-size:14px;
}
#footer {
	width:740px;
	clear:both;
	padding-top:10px;
	text-align:center;
	font-size:10px;
	}


/*Styles for menu hover thingy */

#navbar div {position:absolute;
z-index: 5;}
#navbar ul {
margin: 0px 0px;
}
#navbar ul, #navbar ul ul {
  width: 170px;                 /* sets the size of the menu blocks */
  /*border: 1px solid #000;*/      /* puts a black border around the menu blocks */
  background-color: #fff; /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  font-size:11px;
  font-weight: bold;
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
#navbar ul li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */

  padding:5px;
  color:#000000;              /* sets the default font  */
  background-color:#FFFFF;
}
#navbar ul li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  background-color: #fff;
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 0px;                    /* position slightly lower than the parent menu item */
  left: 169px;
  border: 1px solid #000;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
#navbar ul li:hover, #navbar ul li.CSStoHighlight {
  background-color: #0066CC;      /* gives the active menu items a yellow background */
  color: #FFFFFF;                 /* makes the active menu item text black */ 
}
#navbar ul ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
#navbar ul li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
#navbar ul li a {
	color:#000000;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
}
#navbar ul li a:hover, #navbar ul li a.CSStoHighLink { color: #FFFFFF; text-decoration: underline;}
#navbar ul li:hover > a { color: #FFF; } /* supports links in branch headings - must not be display: block; */
.resultstxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.headerresultstxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}


.storycontent p padding:10px 0;

#main {position:relative;
z-index: 1;}

.social img {float:left;
clear:both;}


