html,body {height: 100%;}
#twoColLayout {height: 100%; } 

/* OVERALL CONTAINER \*/
#wrapper { width: 900px; height: 100%; margin-right: auto; margin-left: auto; text-align:center; padding-top:0px; background:url(../images/backer.jpg) scroll repeat-y;}

/* CLEAR THE BASE STUFF AND MOVE BOTTOM ELEMENTS DOWN \*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 20px; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfixright:after {
    content: "."; 
    display: block; 
    height: 5px; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfixright {height: 1%;}
/* End hide from IE-mac */




/* MAIN AREA \*/
#mainArea {float:left; display:inline;width:800px;  margin-left: 50px;}


#twoColContentLeft {
float:left;
width:502px; text-align:left;

}

/* SIDE NAVIGATION \*/
#side_nav {float:left; width:260px;  margin: 10px 0 20px 0;}
#side_nav ul {list-style:none; padding: 0px; margin: 0px;}
#side_nav li {float: left; width:195px; padding-top:4px;background:url(../images/side_nav_bg_line.gif) repeat-x;}
#side_nav a {height:25px; line-height:25px; float: left; display: block;/*border: 1px solid #dcdce9;*/color: #547e7e; text-decoration: none; text-align: center; padding-top:3px; font:12px helvetica, sans-serif, Arial; font-weight:bold; }
#side_nav a:hover {color:#EE7914; background:url(../images/top_nav_bg.gif) repeat-x;}
#selected_side_nav a {color:#EE7914; background:url(../images/top_nav_bg.gif) repeat-x;}

.hungryMore {width:260px; border-bottom: 1px solid #D5e4e8; height:20px; text-align:left;}


#twoColContentRight {
float:right; display:inline; margin-left:20px;
width:264px;
}

.imageborder {
border:1px;
border-color:#F3F3F3;
border-style:solid;
margin:0 5px 0 0;
}

.bottomMargin {margin-bottom:5px;}

.imagePadBottom {padding-bottom:5px;}

.leader {margin-top:0px; font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#EE7914; text-align:left; font-weight:normal; line-height:22px;}

.copy {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#547e7e; text-align:left; font-weight:normal; line-height:16px;}



