/* Broomhall Under 3s */

* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #2A3B8F url(bodybg.png) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #000;
 text-align: center;}
 
a img{
 border: 0px;}

a {
text-decoration: none;}

.hidden {
 text-indent: -9000px;
 background: inherit;}

/***Header/logo tags***/

#header {
 width: 950px;
 margin: 0 auto;
 height: 180px;
 border-top: 1px solid #FFF;}
 
#number {
 float: right;
 margin-left: auto;
 margin-top: 15px;
 width: 295px;
 text-align: right;}
 
 #number h3{
 float: right;
 margin-left: auto;
 margin-top: 0px;
 width: 250px;
 text-align: right;}
	
#logo {
 float: left;
 margin-left: 0px;
 margin-top: 10px;
 width: 181px;
 height: 200px;}


 /***Top Navigation - try not to findle this took me a while to work out and get right***/

#topnav {
 margin-top:198px;
 margin-left: 300px;}

#topnav a{
 display: block;
 float: left;
 text-align: center;
 width: 120px;
 height: 35px;
 line-height: 35px;
 text-decoration: none;
 color: #FFFFFF;
 text-transform: uppercase;
 font-size: 0.7em;
 background-image:url(tab.png);
 background-position:bottom left;
 background-repeat:no-repeat;}

#topnav a:hover {
 background-image:url(tab.png);
 color: #000;
 background-position:top left;
 background-repeat:no-repeat;}
	
#topnav .active {
 background-image:url(tab.png);
 color: #000;
 background-position:top left;
 background-repeat:no-repeat;}
	
/***MAIN CONTENT (WHITE) AREA***/

#content {
 clear: both;
 text-align: left;
 margin: 20px auto 20px auto;
 padding-top: 20px;
 padding-right: 5px;
 width: 900px;}

#content table {
 clear: both;
 text-align: left;
 margin-left: auto;
 margin-right: 0px;
 padding-top: 20px;
 padding-right: 5px;
 width: 900px;}

#content h2{
 padding-left: 0px;
 font-size: 1.2em;
 text-transform: normal;
 margin-left: 0px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #FFFFFF;}

#content h3{
 font-size: 1.3em;
 text-transform: uppercase;
 margin-left: 0px;
 margin-top: 15px;
 letter-spacing:-1px;
 margin-bottom: 0	px;
 color: #F58220;}

#content p {
 font-size: 0.8em;
 line-height: 1.5em;
 color: #FFFFFF;
 margin-top:15px;}

#content p a{
 color: #a0a0a0;}
 
#content p a:hover {
 color: #fff;
 background: #324A97;}

#content blockquote {
 margin: 15px;
 border: 1px solid #b0b0b0;
 padding: 10px;
 width: 500px;
 background: #f4f4f4;
 font-size: 0.8em;
 font-family: Courier, "Lucidia Console", "Times New Roman", sans-serif;
 color: #a0a0a0;}
 
#content abbr {
 border-bottom: 1px dotted #8f8f8f;}


/***Random stuff Area***/

 
#latest {
 width: 100%;
 background: #333333;
 font-size: 0.7em;
 padding-top: 80px;
}

#container2 {
 clear: both;
 background: #333333;
 text-align: left;
 width: 71%;
 color: #fff;
 margin: 0 auto;}

#container2 h3{
 font-size: 1.2em;
 text-transform: uppercase;
 margin-left: 10px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #F58220;}
 
.name {
color: #c0c0c0;
}
 
.blocklinks {
 width: 320px;
 float: left;
 background: #333333;}

.blocklinks a.link {
  display: block;  
  padding: 10px;
  background: inherit;
  color: #fff;
  border-top: 1px dotted #a0a0a0;
}

.blocklinks a:hover.link { 
  color: #DDD;
  background: #525252;
  border-top: 1px dotted #a0a0a0;
}




#articles {
 width: 320px;
 float: right;
 background: #333333;}
	
/***FOOTER***/

#footer {
 width: 100%;
 clear: both;
 text-align: center;
 background: #333333;
 font-size: 0.8em;
 margin-top: 105px;
 color: #a0a0a0;}