/* 	1st Crownhill Scout Group CSS Document 
Written By Andrew Poyntz www.dreamfalldesign.co.uk  */

body {
background-color:#F0F0F0;
font-family: Arial, Helvetica, sans-serif ;
font-size:12px;
text-align:left;
}
a:link {
color:#4d1979;
}
a:visited {
color:#4d1979;
}
a:hover {
color:#99cc00;
}
#Container {
width:900px;
height:auto;
margin:10px auto;
text-align:center;
}
/* The Header 'contianer' */
#Header {
width:100%;
height:120px;
}
#HeaderLeft { /* left part the header */
height:120px;
width:180px;
float:left;
background-image:url(images/Layout/HeaderLeft.png);
background-repeat:no-repeat;
background-position:center;
}
#HeaderMain { /* middle part the header */
height:95px;
margin-left:180px;
margin-right:220px;
background-image:url(images/Layout/HeaderMain.png);
background-repeat:repeat-x;
padding-top:25px;
}
#HeaderRight { /* right part the header */
height:120px;
width:220px;
float:right;
background-image:url(images/Layout/HeaderRight.png);
background-repeat:no-repeat;
}
/* The main content block holding everything under the header */
#Main {
width:892px;
height:760px;
background-color:#FFFFFF;
border-left:4px solid #4d1a78;
border-right:4px solid #4d1a78;
}
/* The background images for the sidebars are an IE7 fix to make the dam thing realise they sholud be the same colour */
#leftbar { /* Left Bar obvioulsly */
width:150px;
height:100%;
background-image:url(images/Layout/sidebars.png);
background-repeat:repeat;
float:left;
padding: 1px 5px 5px 1px;
text-align:left;
}
#Navigation {
height:auto;
text-align:left;
margin:2px 0px 0px 10px;
padding:5px 5px 5px 5px;
list-style-type:circle;
}
#Navigation li{
padding:1px 0px 1px 0px;
}
#Navigation a:link {
color:#4d1979;
}
#Navigation a:visited {
color:#4d1979;
}
#Navigation a:hover {
color:#99cc00;
}
img.floatright {
float:right;
margin:2px;
}
.NavHeader {
width:100%;
height:auto;
border-bottom:1px solid #99cc00;
text-align:center;
}
#rightbar { /* Right Bar obvioulsly */
width:150px;
height:100%;
background-image:url(images/Layout/sidebars.png);
background-repeat:repeat;
float:right;
padding: 1px 1px 5px 5px;
text-align:left;
}
#center { /* Center column obvioulsly */
margin-left:156px;
margin-right:156px;
height:100%;
}
#centerNoRight { /* Center column obvioulsly */
margin-left:0px;
marjin-right:4px;
height:100%;
}
#centerforum { /* forum fixes :( */
margin-left:0px;
marjin-right:4px;
height:100%;
overflow:auto;
}
/* The tiny Corner images to make the Center column look pretty */
#topLcorner {
width:7px;
height:7px;
background-image:url(images/Layout/topL.png);
background-repeat:no-repeat;
float:left;
}
#topRcorner {
width:7px;
height:7px;
background-image:url(images/Layout/topR.png);
background-repeat:no-repeat;
float:right;
}
#btmLcorner {
width:7px;
height:7px;
float:left;
background-image:url(images/Layout/btmL.png);
background-repeat:no-repeat;
}
#btmRcorner {
width:7px;
height:7px;
background-image:url(images/Layout/btmR.png);
background-repeat:no-repeat;
float:right;
}
/*The tiny footer right at the bottom to close off the page */
#pagefoot {
height:15px;
width:100%;
background-image:url(images/Layout/pagefoot.png);
background-position:center;
background-repeat:no-repeat;
}