/* Content */
body
{
	background-image: url(../images/background.jpg);
	background-repeat:  repeat-x;
	background-color: #9BBA38;
    font-family: Helvetica, Arial, Verdana;
    text-align: center;
	margin: 0px;
	padding: 0px;
}

#outer
{
    background-image: url(../images/background_middle.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
    margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 0px;
    text-align: center;
    width: 900px;
    height: auto;   
}

#banner
{
    margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
    text-align: left;
    width: 900px;
    height: 170px; 
    border: 0px solid #ccc;
}

#top
{
    margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
    text-align: left;
    width: 900px;
    height: 40px; 
    border: 1px solid #000;
	clear: both;
}

#links
{
    background-color: #D2F171 /* #9CBA38 */;
	margin:auto;
    text-align: left;
    width: 890px;
    height: 30px; 
    border: 0px solid #000;
}

#main
{
	padding-top: 30px;
	margin: auto;
    text-align: left;
    width: 900px;
    height: auto; 
    border: 0px solid #ccc;
}

.text_holder {
	padding-top: 10px;
    text-align: left;
    width: 700px;
	float: left;
    height: auto; 
    border: 0px solid #ccc;
}

.logo_holder {
	padding-top: 10px;
    text-align: left;
    width: 170px;
	padding-left: 10px;
	float: left;
    height: auto; 
    border: 0px solid #ccc;
}

.logo {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
    text-align: left;
    width: 150px;
	float: left;
    height: auto; 
    border: 0px solid #ccc;
}

.text_front {
	padding-top: 10px;
    text-align: left;
    width: 320px;
    height: auto;
	margin: auto;	
    border: 0px solid #000;
	text-align: center;
}

.full_page_colour {
	background-color: #f7fce8;
	width: 700px;
	height: 50px;
	padding: 5px;
	clear: both;
	text-align: left;
	border: 0px solid #000;
}

.full_page
{
    margin: auto;
    text-align: center;
    width: 840px;
    height: auto; 
    border: 0px solid #ccc;
	clear: both;
}

.title_holder {
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	width: 700px;
	margin: 0px;
	padding: 0px;
	height: 3px;
	border: 0px solid #000;
}

#footer
{
	background-image: url(../images/footer.jpg);
	background-repeat:  no-repeat;
    margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
    text-align: left;
    width: 900px;
    height: 90px; 
    border: 0px solid #ccc;
	clear: both; 
}

