@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	background-color:#1c1c1b;
	color:#1c1c1b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul li
{
	list-style:	square;
}

.saying
{
	font-family:"Courier New", Courier, monospace;
	font-size:1.7em;
	font-weight:bold;
	color:#514f4f;
	
}

.saying li
{
	list-style:decimal;
}

.programmes
{
	color:#61211c;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
}

.homepageprogrammes
{
	font-size:1.2em;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
}

.homepageprogrammes a
{
	color:black;
}

p
{
	margin:10px 0;
}

a
{
	color:#BA4114;
	text-decoration:none;	
}

.saying
{
	font-family:"Courier New", Courier, monospace;
	font-size:1.7em;
	font-weight:bold;
	color:#514f4f;
}

a img
{
	border:none;
}

h1, h2, h3, h4, h5, h6
{
	margin:15px 0;
}

h1
{
	font-size:2em;
	
}

h2
{
	font-size:1.8em;
}

h3
{
	font-size:1.6em;
}

h4
{
	font-size:1.4em;
}

h5
{
	font-size:1.3em;
}

h6
{
	font-size:1.2em;
}

.websitelinks
{
	font-size:1.2em;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
}

div#banner
{
	background-image:url(images/homebanner.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
	width:700px;
	height:130px;
	margin:0 auto;
}

div#navbar
{
	background-image:url(images/homenavbar.jpg);
	width:700px;
	height:34px;
	margin:0 auto;
}

div#container
{
	background-image:url(images/homebg.jpg);
	margin:0 auto;
	width:700px;
}

div#left
{
	width:340px;
	min-height:300px;
	padding:0 30px;
	float:left;	
}

div#right
{
	width:250px;
	min-height:300px;
	padding:0 20px 0 30px;
	float:right;
	
}

div#littlegirl
{
	clear:both;
	background-image:url(images/littlegirl.gif);
	background-position:right bottom;
	width:680px;
	height:340px;
	background-repeat:no-repeat;
}

div#footer
{
	border-top:1px solid #aaa;
	background-image:url(images/wordswide.jpg);
	width:700px;
	height:101px;
	font-family:"Courier New", Courier, monospace;
	color:white;
	margin:0 auto;
	background-repeat:no-repeat;
}

div#footer p
{	
	text-align:center;
	padding-top:60px;
	margin:0;
}

div#footer a
{	
	color:white;
}

img.raglogo
{
	padding:20px 20px 20px 10px;
	float:left;
}

img.calltoaction
{
	border:none;
	margin:130px 0px 0px 20px;
}

img.ragcommitted
{
	padding:30px 20px 20px 0;
}

.login
{
	margin:0;
	text-align:right;	
}