
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #333333;
 font-size: 12px;
 background-color: #48494d ;
}
#wrapper {
 width: 870px;
 margin: 0 auto;
 border-left:6px solid #36373b;
 border-right:6px solid #36373b;
 padding: 0px;
 border: 0px;

}
#header{
 border: 0px solid #ccc;
 margin: 0 0 0 0;
 height: 74px;
 padding: 2px 2px 2px 2px;
 width: 881px;
 background-image: url(../images/ed-sillouhette-small.gif);
 background-repeat: no-repeat;
 background-color: #C9C9BE;
}
#navbar {
 border-top: #000000 color:#000000;
 border-bottom:#000000 color:#000000;
 margin: 0px 0px 0 0;
 width: 878px;
 padding: 4px;
 color: #ffffff;
 background-color: #000000;
}

#adsense {  
 border: 0px solid #ccc;
 margin: 0 0 0px 0;
 height: 100px;
 padding: 0px;
 background-color: #000000;
 }
	  
#centercolumn {
 border: 1px solid #fff;
 margin: 0 0 0 0;
 display: inline; /* IE Hack */
 padding: 8px;
 width: 99.8%;
 float: left;
 min-height: 300px;
 background-color:#FFFFFF;

}

#leftcolumn{
    float:left;
	width: 572px;
	margin: 0;
	background-color:#FFFFFF;
	padding: 0 3px 0 0;
}
#rightcolumn{
	margin: 0 0 0 575px;
	padding: 3px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 260px;
}

#101box {
	width:500px;
	margin: 0 0 0 10px;
	padding: 3px;
	background-color:#FFFFCC;
	border-left: thin;
	border-top: thin;
	border-color:#999999;
}

* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#footer {
 background-color: #15460d;
 color: #ffffff;
 margin: 0 0 0 0;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 99%;
}
#goobox  {
 border: 0px;
 margin: 3px 3px 3px 3px;
 display: inline;
 padding: 5px;
 position:relative;
 
}
h1 {font-size:16px}

a {color:#006699; font-weight:bold;}

a:hover {color:#FF9933}

strong {font-size:13px;}
.navbar a {color: #FFFFFF;}
.navbar a:hover {color:#FF6600;}
.footer a {color:#FFFF33;}
.footer  a:hover {color:#FF6600;}

#columnheads {background-color:#FF6600;
			  font-weight:bold;
			  font-size:12px;}
			  
			  
/*#################################################
  #################################################
  #################################################
*/
			  
roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #00000;
}
