body {
	background-color: #000000;
	color: #cccc00;
} 

a:visited {
  color: #f60;
  }

a:link {
  color: #cc99ff;
  }

#boundary {
	width: 750px;
	margin:0px auto;
	border:0;
	}
  
#left-col {
  float: left;
  width: 370px;
  margin: 0px auto;
  border: 0;
  }
  
#right-col {
  float: left;
  width: 370px;
  margin: 0px auto;
  border: 0;
  }
  
#footer {
	display:block;
	float:none;
	clear:both;
	border-top: 1px solid #609;
	padding: 10px 0 20px 0;
	width: 750px;
	margin-top: 20px;
	}
	
#header {
	background-color:#000;
	clear:both;
	width:750px;
	margin:0px auto;
	padding: 10px 0 0 0;
	}
	
#faces {
	display: block;
	float:right;
	padding: 0;
	border: 0;
	margin: 0;
	width: 312px;
	height: 132px;
	}
	
#logo {
	display: block;
	float:left;
	padding: 0;
	border: 0;
	margin: 0;
	width: 254px;
	height: 101px;
	}

	
#content {
	clear:both;
	padding:0;
	}
	
#doubleleftcol {
	display: block;
	float: left;
	width: 488px;
	padding: 0;
	border: 0;
	}

#leftcol{
	float: left;
	width: 237px;
	margin: 0px 5px 10px 0px;
	border: 0;
	padding: 0 0 0 3px;
	}
	
#centercol {
	float: left;
	width: 237px;
	border: 0;
	margin: 0;
	padding: 0 3px 0 3px;
	}


#rightcol {
	float: left;
	padding: 0;
	width: 237px;
	border: 0;
	margin: 0 0 0 5px;
	}
	
.normaltext { font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 10pt; 
							font-style: normal; 
							line-height: normal; 
							font-weight: normal; 
							font-variant: normal; 
							text-transform: none; 
							color: #ffff66; 
							text-decoration: none }

.blue_block { background-color:#6600cc; }

P:first-letter {font-size: 16pt; color: #ffff66;}

div.para {margin-left: 150px; margin-right: 130px;}

div.pic_h {float: left; height: 205px; width: 205px; 
          padding: 15px; margin: 7px 7px; 
          background-image: url("http://www.maxwebster.ca/images/maxchrome_h.jpg"); }
	
div.pic_v {float: left; height: 205px; width: 205px;
	        padding: 15px; margin: 7px 7px; 
          background-image: url("http://www.maxwebster.ca/images/maxchrome_v.jpg"); }
	
div.ls img {margin: 35px 0; }
div.pt img {margin: 0 16px;}

img.slide { border-top: groove medium gray; border-left: groove medium gray; }

/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

/* *{margin:0;padding:0;border:none;} */

/* body{margin:0.5em;font-family:verdana,tahoma,arial,sans-serif;} */

/* Begin CSS Popout Menu */

#menu{
width: 100%;
float: left;
}

#menu ul{
list-style: none;
margin: 0;
padding: 0;
width: 7.8em;
float: left;
}

#menu a, #menu h2{
font: bold 11px/16px arial,helvetica,sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
white-space: nowrap;
margin: 0;
padding: 1px 0 1px 3px;
}

#menu h2{
color: #fff;
background: #000;
text-transform: uppercase
}

#menu a{
background: #eee;
text-decoration: none;
}

#menu a, #menu a:visited{
color: #fff;
background: #000;
}

#menu a:link{
color: #fff;
background: #000;
}

#menu a:hover{
color: #a00;
background: #ddd;
}

#menu a:active{
color: #f06;
background: #ccc;
}

#menu li{
position: relative;
}

#menu ul ul{
position: absolute;
z-index: 500;
top: auto;
display: none;
}

#menu ul ul ul{
position: absolute;
top: 0;
left: 100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

/* div#menu h2:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
} */

/* div#menu li:hover{
cursor:pointer;
z-index:100;
} */

/* div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;} */

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#fff;
background:#000;
}

#menu a.x:hover{
color:#fff;
background:#000;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */
