/* Modified version of "Holy Grail 3 column layout" by Matthew James Taylor */
/* Customised for CharterBand.org.uk */

/* General styles */

body
{
	margin: 0px 0px 100px 0px;
	padding: 20px 175px 20px 175px;
	border:0px none;			/* This removes the border around the viewport in old versions of IE */
	color: #909090;
	background: #fcf9f6;
	font-family: Verdana,Arial,sans-serif;
}

a
{
	color:#c00000;
	background:#ffffff;
}
a:hover
{
	color:#bb9765;
	background:#ffffff;
}

#pagecontainer
{
	color: #909090;
	background: #ffffff;
	border: #f0f0f0 1px solid;
	margin:0;
	padding:0;
	min-width: 400px;
	width:100%;
}

#topheader
{
	text-align: center;
}

#topheader a
{
	color:#c00000;
	background:#fcf9f6;
}

#topheader a:hover
{
	color:#c00000;
	background:#fcf9f6;
}

	
h1, h2, h3
{
	margin:.8em 5px .2em 5px;
	padding:0;
	color:#bb9765;
}


p, li, pre
{
	margin:.4em 5px .8em 5px;
	padding:0;
}

img
{
	margin:10px 10px 10px 10px;
	border:none;
}


	/* Header styles */
#header
{
	clear:both;
	/*float:left;*/
	text-align:center;
	width:100%;
}

/*
#header p,
#header h1,
#header h2
{
	padding:.4em 15px 0 15px;
	margin:0;
}
*/

#header ul
{
	clear:left;
	/*float:left;*/
	text-align:center;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	color: #909090;
	background: #ffffff;
}

#header ul li
{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#header ul li a
{
    display:block;
    float:left;
    margin:0 0 0 1px;
    padding:3px 10px;
    text-align:center;
    border: none;
    border-top: 4px solid #bb9765;
    background:#ffffff;
    color:#bb9765;
    text-decoration:none;
    position:relative;   
	line-height:1.3em;
}

#header ul li a:hover
{
	background:#ffffff;
	color:#c00000;
	border-top: 4px solid #c00000;
}

#header ul li a span
{
    display:block;
}
	
#main
{
 	padding: 50px 0px 50px 0px;
 	width: 100%;
 	min-width: 400px;
	color: #909090;
	background:#ffffff;
}
    
	/* Footer styles */
#footer
{
	clear:both;
	/*float:left;*/
	width:100%;
	min-width: 400px;
	border-top:1px solid #bb9765;
	text-align: center;
	color: #b0b0b0;
	background:#ffffff;
}

#footer p
{
	font-size: 0.8em;
	padding:10px;
	margin:0;
}

.right
{
	float: right;
}

table
{
	margin:.4em 5px .8em 5px;
	padding: 0;
}
th
{
	font-weight: bold;
	color: #909090;
	background:#fcf9f6;	
	padding: 10px;
}

td
{
	color: #909090;
	background:#ffffff;	
	padding: 10px;
}

.error
{
	color: #ffffff;
	background: #ff0000;
}
