body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
div.container {
	width: 96%;  /* this will create a container 80% of the browser width */
	background: #333333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div.mainContent {
	padding: 10px;
	width: 100%
}

div.header {
	background: #333333;
	padding: 0 10px;
	color: #ff6631;
} 

p.header {
	font: bold;
	font-size: 16pt;
}

a.ad1:link {color: #ff6600; font-size: 16pt;}
a.ad1:active {color: #ff6600; font-size: 16pt;}
a.ad1:visited {color: #ff6600; font-size: 16pt;}
a.ad1:hover {color: #ff6600; font-size: 16pt;}

a.ad2:link {color: #ff6600; font-size: 13pt;}
a.ad2:active {color: #ff6600; font-size: 13pt;}
a.ad2:visited {color: #ff6600; font-size: 13pt;}
a.ad2:hover {color: #ff6600; font-size: 13pt;}

a.ad3:link {color: #99ccff; font-size: 11pt;}
a.ad3:active {color: #99ccff; font-size: 11pt;}
a.ad3:visited {color: #99ccff; font-size: 11pt;}
a.ad3:hover {color: #99ccff; font-size: 11pt;}

p.ad    {
        font-weight: bold;
        font-size: 14pt;
	font-color: #ffffff;
	link-color: #ffffff;
}

h1.header {
	margin: 0 2% 0 2%; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	max-height: 1em;
}

div.footer {
	clear: both;
	padding: 0 10px;
}
 
p.footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}

div.menucontent {
	width: 100%;
	background: #333333;
	color: #ffffff;
	min-height: 40px;
}


div.spacer {
	clear: both;
	width: 100%;
	height: 12px;
}

div.box120px {
	width: 31%;
        height: 120px;
        border-color:#ff6600;
        border-width: 1px;
        border-style: solid;
        float: left;
        padding: 2px 2px 2px 2px;
}


div.box120pxl {
	width: 31%;
	height: 120px;
	border-color:#ff6600;
	border-width: 1px;
	border-style: solid;
	float: left;
        padding: 2px 2px 2px 2px;
}

div.box120pxc {
        height: 120px;
        background:#666666;
        border-color:#ff6600;
        border-width: 1px;
        border-style: solid;
	float: left;
        padding: 2px 2px 2px 2px;
}

div.box120pxr {
        width: 31%;
        height: 120px;
        border-color:#ff6600;
        border-width: 1px;
        border-style: solid;
	float: left;
        padding: 2px 2px 2px 2px;
}

div.box120pxln {
        width: 31%;
        height: 30px;
        border-color:#ff6600;
        border-width: 1px;
        border-style: solid;
        float: left;
	margin-left: 1%;
        padding: 2px 2px 2px 2px;
}

div.box120pxcn {
        width: 31%;
        height: 30px;
        border-color:#ff6600;
        border-width: 1px;
        border-style: solid;
	margin-left: 1%;
	margin-right: 1%;
        float: left;
        padding: 2px 2px 2px 2px;

}

div.box120pxrn {
        width: 31%;
        height: 30px;
        border-color:#ff6600;
        border-width: 1px;
        border-style: solid;
        float: right;
	margin-right: 1%;
        padding: 2px 2px 2px 2px;
}

