

#header {

width: 46em;
background-image:url(stripe.png);
height: 130px;
margin-bottom: 0px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(stripe.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColEls #container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background:#32A2FF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-bottom: 0px;
	/*border: 1px solid;
	border-color:#000000;*/
} 


/*----------------sidebar stuff-----------------*/

/*check this out - not doing what i want it to*/
.thrColEls #sidebarContainer {
border:thick;
border-color:#000000;
}


.thrColEls #sidebar1 {
    text-align:left;
	width: 175px; /* since this element is floated, a width must be given ALSO only this one has been given an altered width to match the minimised text size - this must be added to the other ones eventually once a final size has been decided*/
	background:#FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	border: 1px solid #000;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	
	font-size:11px;	
}
#sidebar2 {
	text-align:left;
	width: 175px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #000;
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	margin-top: 10px;
	margin-right: 5px;
	margin-left:5px;
	font-size:11px;
}
.thrColEls #sidebar3 {
    text-align:left;
	width: 175px;
	/* since this element is floated, a width must be given */
	background:#fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	border: 1px solid #000;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	font-size:11px;
}

.thrColEls #sidebar4 {
    vertical-align:top;
    text-align:left;
	width: 175px;
	/* since this element is floated, a width must be given */
	background:#fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	border: 1px solid #000;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	font-size:11px;
	left: 764px;
	top: 421px;
}

.sidecontent {
padding: 5px;
}

/*--------------------------------------------------------------*/
/*-----------------------End of sidebar stuff-------------------*/
/*--------------------------------------------------------------*/



#menu {
text-align:center;
width: 46em;
background-color:#0099FF;
height: 34px;
vertical-align:top;
}

#menubuffer {
width: 46em;
background-color:#3399CC;
height: 0px;
}
/*----------------------------------------------------------------------------*/
/*boxers are the nice little head box on the sidebars - a diff colour for each*/
/*----------------------------------------------------------------------------*/

#boxer {
text-align:center;
background-color:#FFDD00;
vertical-align: top;
margin-top: 1px;
margin-left: 1px;
margin-right:1px;
height: 17.5px;
font-size: 12px;
font-weight:bold;
color:#0000CC;
padding-top:2px;
font-family:arial;
}

#boxer2 {
text-align:center;
background-color:#FF0000;
vertical-align: top;
margin-top: 1px;
margin-left: 1px;
margin-right:1px;
height: 17.5px;
font-size: 12px;
font-weight:bold;
color:#00FF00;
font-family:arial;
padding-top:2px;
}

#boxer3 {
text-align:center;
background-color:#00FF00;
vertical-align:bottom;
margin-top: 1px;
margin-left: 1px;
margin-right:1px;
height: 17.5px;
font-size: 12px;
font-weight:bold;
color:#FF0000;
font-family:arial;
padding-top:2px;
}

#boxer4 {
text-align:center;
background-color:#0000FF;
vertical-align:bottom;
margin-top: 1px;
margin-left: 1px;
margin-right:1px;
height: 17.5px;
font-size: 12px;
font-weight:bold;
color:#FF6600;
font-family:arial;
padding-top:2px;
}

/*-----------------------------------------------------------*/
/*--------------------------end of boxers--------------------*/
/*-----------------------------------------------------------*/

.thrColEls #sidebar1 h3, .thrColEls #sidebar1 p, .thrColEls #sidebar2 p, .thrColEls #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
body p {
color:#000000;
}


.thrColEls #mainContent {
vertical-align:top;
width:100%;
  float:right;
  text-align:justify;  
  margin-left:0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  margin-right:0px;  
  margin-top:5px;
  background:#FFFFFF;
  padding-top:0px;
  vertical-align:text-top;
  margin-bottom:50px;
  font-family: calibri;
  font-size: 18px;
  font-weight:300;
  /*width:350px;*/
  } 
  
  .thrColEls #deliveryContent {
vertical-align:top;
width:100%;
  float:right;
  text-align:justify;  
  margin-left:5px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  margin-right:5px;  
  margin-top:5px;
  background:#FFFFFF;
  padding-top:0px;
  vertical-align:top;
  margin-bottom:10px;
  font-family: calibri;
  font-size: 18px;
  font-weight:300;
  /*width:350px;*/
  } 

#newmargin {
margin-left:9px;
}

#deliverymargin {
margin-left:5px;
}
  
/*main content padding so that the main content header goes all the way to the right and the actual content text looks btter when justified*/
#mainContentPadding {
margin:8px;
}

/*main content header in joke/clown type font*/
#mainContentHeader {
border-style:solid;
border-width:thin;
border-bottom-color:#000099;
border-left-color:#000099;
border-top-color:#000099;
border-right-color:#FFFF00;
background-color:#FFD100;
font-family:calibri;
color:#FF0000;
text-align:right;
font-size:30px;
font-weight:bold;
margin-left:15px;
margin-top:15px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
font-family:"Arial", Helvetica, sans-serif;
font-size:9px;
color:#000000;
text-align:center;
font-weight:bold;
margin-bottom: 30px;
width:82em;
margin: 0 auto;
padding-top:4px;
}

/*ignore this - was about getting the footer image right*/
#footerImage {
}

.bodycenter {
text-align:center;
}

/*-------------------------------------------------------*/
/*BLAKEY------BLAKEY-------------BLAKEY-------BLAKEY-----*/
/*--------------------TABLE STUFF------------------------*/

.castletable {
/*border-collapse:collapse;*/
border-color:#0066CC;
border:solid;
border-width:2px;
background-color:#0099FF;
}

.castletablerow {
border-collapse:collapse;
border-color:#006600;
border:solid;
border-width:1px;
background-color:#FFFFFF;
}

/*BLAKEY made this obselete*/  
/*
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment *//*
.thrColEls #sidebar1, .thrColEls #sidebar2 { padding-top: 30px; }
.thrColEls #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
/*</style>
<![endif]*/
