body { 
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #616161;
	color: #383412;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* set the default fonts */
	font-size: 100.01%;
	min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}

h2 {
 font-size: 130%;
}

#wrapper {
    width: 772px;
	w\idth: 770px;
	margin: 5px auto;
	position: relative;
	background-image: url(images/wrapper.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fdfbf1;
	text-align: left;
}

#banner {
	position: relative; /* This property and value is not needed for pages to be rendered corectly in the browser - However, without it Dreamweaver allows the position of the leftcol div to ride up over the banner in design view. */
	background-image: url(images/banner_bg.jpg);
	background-repeat: no-repeat;
	height: 352px;
}

#content {
	width: 560px;
	margin-left: 200px;
	margin-bottom: 120px; 
}

#content p {
	font-size: 90%;
	margin: 10px 6px 10px 6px;
	padding: 0;
}

.titleimages {
	display: block;
	margin-top: 25px;
}

#leftcol {
	float: left;
	width: 169px;
	margin-bottom: 120px;
	margin-left: 7px;
	margin-top: 25px; 
}

#leftcol #navigation {
	line-height: 100%;
	width: 169px;
}

#leftcol #navigation ul {
	border-top: 1px solid #000;
  	border-bottom: 1px solid #000;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 75%;
}

#leftcol #navigation ul li {
	padding: 0;
	margin: 0;
	margin: /**/ 0 0 -3px 0; 
	ma\rgin: 0;
	background-image: url(images/li_bg.gif);
	background-repeat: repeat-y; 
	
}

#leftcol #navigation a, 
#leftcol #navigation a:visited { 
	border-bottom: 1px solid #000000;
	border-left: 1px solid #323C55; 
	border-right: 1px solid #000000;
	color: #fff; 
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	background-color: #364971;
	width: 169px;
	w\idth: 163px;
}

/* using the \ escape character as in w\idth - see final property declaration in the selector above */
/* IE 5.01 and IE5.5 cannot read this selector. The escape character must not come immediately before the letters a,b,c,d,e or f. If it does it will be seen as a hex character and the hack will fail */

#leftcol #navigation a:hover, 
#leftcol #navigation a:focus {
	background-color: transparent; 
	border-bottom: 1px solid #fff;
	color: #000;
}

#footer {
    background-color: #fff;
    width: 770px;
    border-top: 1px solid #000;
    font-size: 60%;
    text-align: center;
    margin-top: 0px; 
    clear: left; 
}

#footer p {
    background-color: #E4E4E4;
    padding: 4px 4px 4px 10px;
    margin: 0;
}

#footer ul{
    background-color: #036;
    margin: 0;
    padding: 4px;
}

#footer li{
    display: inline;
}

#footer a { 
    color: #fff;
    text-decoration: underline; 
}

#footer a:hover,
#footer a:focus {
    text-decoration: none;
}

