body {
background: #fff url(images/bggrad.gif) repeat-x;
font: 71%/1.4 Verdana, Tahoma, Arial, Sans-Serif;
text-align: center;
color: #333;
margin: 10px 0;
}

a {
text-decoration: none;
color: #5A3E6F;
}
a:hover {
color: #000;
}

p, table, ul, ol {
margin: 0 0 1.4em;
}

img {
border: 0;
}

h1, h2, h3 {
color: #6401A9;
font-size: 1.1em;
text-transform: uppercase;
margin: 0 0 2px;
}

#container {
/*Solid Sidebar Code mod.*/
background: #fff url(images/bg.gif) repeat-y;

width: 720px;
margin: 0 auto;
text-align: left;
border: 0px solid #666;
}
/*JS fade for new site intro page.  Easy enough, but for GODS SAKES, give it a height or it goes tits up.*/
#randomnewsitepic {
display:block;
	margin:0 auto;
	width: 300px;
	height:220px;
	}

#header {
width: 100%;
height: 90px;
/*set back in order to work with picstrip JS*/
padding-bottom: 0px;
border-bottom: 2px solid #666;
}


#navigation ul {
width: 100%;
list-style: none;
margin: 0px 0; padding: 0;

/*Added last night, sets the nav buttons to the left side white again after the sidebar code mod */
background: #fff;
display:block;
height:24px;

}
#navigation ul li {
float: left;
}
#navigation ul li a {
display: block;
background: #ccc;
width: 118px;
margin: 0 1px;
padding: 3px 0;
text-align: center;
color: #000;
border: 0px solid #666;
}
#navigation ul li a:hover {
background: #9C6CC0;
color: #fff;
}


#sidebar {
float: left;
/* line detailing colour and BG grad removed as part of solid code mod.  */
width: 154px;
margin: 2px;
padding: 10px;
line-height: 1.3;
color: #000;
}
#sidebar a {
color: #fff;
}
#sidebar a:hover {
color: #000;
}
#sidebar ul {
list-style-type: square;
margin: 0 0 1.3em; padding: 0;
margin-left: 25px;
}
#sidebar ul.submenu {
list-style-type: none;
margin: 0 0 10px; padding: 0;
font-style: italic;
}

#sidebar h2 {
font-size: 1em;
color: #3D006F;
}

#content {
float: right;
width: 516px;
padding: 10px;
margin: 2px;
}

#footer {
background: #ccc;
clear: both;
text-align: center;
border-top: 1px solid #666;
padding: 5px;
text-align: right;
font-size: .9em;
margin: 0;
height: 20px;
line-height: 20px;
background: #fff url(images/footer.jpg);
}
#footer p {

margin: 0;
}


.white {
color: #fff;
}
.center {
text-align: center;
}
.small {
font-size: .9em;
}