body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background-color:#000000;
		background-image: url(../images/bg_body.jpg);/*Sets background image*/
		background-repeat:repeat-x;
		scrollbar-face-color: grey; 
		scrollbar-arrow-color: #000000;
		scrollbar-DarkShadow-Color: black;
	}
  #wrapper {
		width:900px;
		margin:20px auto;
		border:1px solid #bbb;
		padding:10px;
		background-color:#000000;/*Sets background colour*/
	}
  #header {
		border:1px solid #bbb;
		height:80px;
		padding:0px;
		background-color:#ooffooff;/*Sets background colour*/
		background-image:url(../images/header180x800.jpg);
	}
	
	#headercontact {
		border:1px solid #bbb;
		height:80px;
		padding:10px;
		background-color:#ooffooff;/*Sets background colour*/
		background-image:url(../images/header2.jpg);
	}
	
	#headerquote {
		border:1px solid #bbb;
		height:80px;
		padding:10px;
		background-color:#ooffooff;/*Sets background colour*/
		background-image:url(../images/header4.jpg);
	}
	
	
	#content {
		margin-top:10px;
		padding-bottom:10px;
	}
	/* applies to all divs within the content div */
  #content div {
		padding:10px;
		border:0px solid #bbb;
    float:left;
	}
  #content-left {
  	width:180px;
	height: 350px;
	background-color:#B8B8B8;/*Sets background colour of left container*/
	}
  #content-main {
		margin-left:10px;
		width:500px;
		height: 350px;
		overflow-y:scroll;
		background-color:#D9DADC;/*Sets background colour of main container*/
	}
#storage-main {
		margin-left:10px;
		width:500px;
		height: 350px;
		overflow-y:scroll;
		background-color:#D9DADC;/*Sets background colour of main container*/
		background-image:url(../images/greylock.jpg);
	}	
	
  #content-right {
		margin-left:10px;
		width:134px;
		height: 350px;		
		background-color:orange;/*Sets background colour of right container*/
	}
  #footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
    padding:0px;
    border:1px solid #bbb;
    width:895px;
	background-color:#db1212;/*Sets background colour of left container*/
	
	}
  #bottom {
		clear:both;
		text-align:right;
	}

