#contentLeft {
 width: 540px;  
 float: left; 
 margin: 10px 0 0 0; 
}

#contentBox{
 background-color: #242424;
 background-image: url(../images/content/contentLeftBack.jpg);
 background-repeat: repeat-y;
}

#contentBoxBottom{
 height: 20px;
 background-image: url(../images/content/contentLeftBottom.jpg);
 background-repeat: no-repeat;
}

#contentBoxInner{
 background-image: url(../images/content/contentLeftTop.jpg);
 background-repeat: no-repeat; 
 padding: 20px 20px 0px 20px;
 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: white;
}

#contentRight{
 width: 17.5em; /* 175px */
 float: left;
 margin: 1em 0em 0em 2em; /* 10px 0 0 5px */
}


#subNav{
 width: 17.5em; /* 175px */
 background-image: url(../images/content/contentNavBack.jpg);
}

#subNavTop{
 background-image: url(../images/content/contentNavTop.jpg);
 background-repeat: no-repeat;
 width: 17.5em; /* 175px */
 height: 1.1em; /* 11px */
 position: relative;
 z-index: 2;
}

#subNav ul{
 padding:0;
 margin: -1.1em auto 0 auto; /* 11px auto 0 auto */
 width: 14.9em; /* 149px */ 
 
}

#subNav li{
 list-style: none;
}

#subNav ul li a{
 height: 3.1em; /* 31px */
 display: block;
 color: white;
 line-height: 3.1em; /* 31px */
 margin: 0em 0em 0.3em 0em; /* 0 0 3px 0 */
 text-align: center;
 text-decoration: none;
 border-top: 1px solid #262626;
 position: relative;
 z-index: 1;
}

#subNav ul li a:hover{
 text-decoration: underline;
}

#subNavBottom{
 background-image: url(../images/content/contentNavBottom.jpg);
 background-repeat: no-repeat;
 width: 17.5em; /* 175px */
 height: 1.1em; /* 11px */
 margin: -1em 0 1em 0; /* 10px 0 10px 0*/
}