/* 
    Colours:
        Body text colour #2F2F2F
        Title colours #BD0010
        Text over banner colour #BD002F
        Link hover colour #BD0010
        Link colour #0975DF
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif ;
	font-size: 15px;
	color: #2F2F2F;
}

h1, h2, h3 {
	font-weight: normal;
	color: #BD0010;		
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link {
	color: #0975DF;
}

a:hover {
	text-decoration: none;
	color: #BD0010;		
}

a:link img, a:visited img, a:hover img, a:active img {
	text-decoration: none;
	border: none;
}

/**************************** 
 *  Wrapper for header      *
 ****************************/

#header {
	width: 701px;
	height: 100px;
	margin: 0 auto;
}


/**************************** 
 *  Title top left          *
 ****************************/

#title {
	float: left;
	width: 240px;
	text-align: center;
}

#title h1 {
	padding-top: 20px;
}

#title h2 {
	text-align: center;
	font-size: 9px;
	color: #B3A7A0;
}


/**************************** 
 *  Menu bar top            *
 ****************************/

#menu {
	float: left;
	width: 460px;
	border-right: 1px #EFEFEF solid;	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	width: 114px;
	height: 50px;
	display: block;
	float: left;
	padding: 30px 0 0 0; 
	border-left: 1px #EFEFEF solid;	
	text-decoration: none;
	text-align:center;
	font-size: 114%;
	color: #0975DF;
}

#menu a:hover {
	color: #BD0010;
}

/**************************** 
 *  Banner                  *
 ****************************/

#bannerLarge {
	width: 700px;
	height: 180px;
	margin: 0 auto;
}

#bannerSmall {
	width: 700px;
	height: 75px;
	margin: 0 auto;
}

#bannerLarge #photo {
	float: left;
	width: 238px;
	height: 100%;
	border-right: 2px #BD002F solid;
}

#bannerLarge #wide {
	float: right;
	width: 459px;
	height: 100%;
	border-left: 1px #BD002F solid;
}

#bannerLarge #wide p{
	height: 100%;
	margin: 100px 10px 0 100px; 
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #BD002F;
}

#bannerSmall p{
	height: 100%;
	padding: 45px 10px 0 100px; 
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #BD002F;
}

/************************************** 
 *  Wrapper for body (sidebar/content)*
 **************************************/

#wrapper {
	width: 660px;
	padding: 20px 20px 0 20px; 
	margin: 0 auto;
}

#wrapper h1, #wrapper h2 {
	margin-bottom: 20px;
}

#wrapper p, #wrapper li {
	text-align: justify;
}

#wrapper ol, #wrapper ul {
	margin-left: 3em;
}



/**************************** 
 *  Content (body right)    *
 ****************************/

#content {
	float: right;
	width: 420px;
}

/**************************** 
 *  Sidebar (body left)     *
 ****************************/

#sidebar {
	float: left;
	width: 200px;
}

#sidebar p {
	margin: 0;
	padding-bottom: 5px;
}

#sidebar a {
	text-decoration: none;
	color: #0975DF;
}

#sidebar a:hover {
	color: #BD0010;
}

/**************************** 
 *  Footer                  *
 ****************************/

#footer {
	clear: both;
	width: 700px;
	height: 5px; 
	margin: 0 auto;
	padding-top: 5px;
	border-top: 5px solid #BD002F;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 65%;
}

#footer #footerLeft {
	float: left;
}

#footer #footerRight {
	float: right;
}
