/*Breakwells CSS - Adam Whittingham */

/*Layout Componets*/
	
#container{
	/*Main section above the background*/
	width:770px;
	background-color: white;
	position:static;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	background-image: url(BGContent.gif);
	background-color: white;
	background-repeat: repeat-y;
	}	
	
#header {
	/*Top of the container*/
	color:#000033;
	margin-left:0.3em;
	margin-right:0.3em;
	} 	
	
#contents {
	/*Main contents area of the container*/
	width:inherit - 1em;
	margin-left:0.3em;
	margin-right:0.3em;
	} 
	
#containerFoot {
	/*Displays the boarder for the end of the container*/
	margin-bottom:0em;
	background-image:url(BGContentEnd.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:0.5em;
}
	
	
/* Overload Standard Format Tags */
a {	
	color: #3366CC;	
	text-decoration: none
}

body {	
	/*Set background*/
	background-image: url(Background.jpg);
	background-repeat: repeat-x;
	background-color: #010765;
	
	/*Set master font*/
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 1.5em;	
	color: #336699;
	
	/*Set page margins*/
	margin-top: 0em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.3em;
	overflow:scroll;
	}
	
p {
	margin-left: 0.3em;
	vertical-align:top;	
	position:static;
	text-align: left;
	border: 1px black;
	}	
		
h1  {
	text-indent: 0.1em;
	color: #1100CD;
	}
	
