/* PrimarySite Stylesheet, based on Rob Willie's version, 2005 */
/* contains new fix for #right-col in IE */


html,body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
background-image: url(images/bg_img.gif);
background-repeat: repeat;
background-color: #FFD907;
}
		
#container {
background-image: url(images/main_bg.gif);
background-repeat: repeat-y;
width: 779px;
margin: 0px auto;
position: relative;
top: 0px;
}

#header {
height: 171px;
background-image: url(images/header.gif);
background-repeat: no-repeat;
}

#left-col {
position: absolute;
top: 171px;
left: 0px;
width: 173px;
margin: 0px;
padding: 0px;
} 

#right-col{  /* For Mozilla etc */
margin: 0px 10px 0px 173px;
padding: 0px;
position: relative;
min-height: 420px; /* IE doesn't understand min-height, but other browsers do */
}

* html #right-col{   /* IE ignores the * html so sees this as #right-col */
margin: 0px 10px 0px 173px;
padding: 0px;
position: relative;
height: 420px;  /* IE thinks height means min-height */
}

#clearer {
clear:both;
}

#footer {
margin: 15px 5px 5px 180px;
text-align: center;
font-size: small;
clear:both;
}

a {
text-decoration: none;
color: #FF6600;
}

a:hover {
text-decoration: underline;
color: #CC0000;
}
