
<style type="text/css">

body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #333333;
color: #222;
}

b{font-size: 110%;}
em{color: red;}

a{
color: #990000;
}

p{
font: normal 12px osaka,sans-serif;
color: #333333;
text-decoration: none;
}

#p a{
color: #990000;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #ffffff;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 20px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 450px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 400px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
}

#footer{
clear: left;
width: 100%;
background: ffffff;
font: normal 11px osaka,sans-serif;
color: #333333;
text-align: center;
padding: 20px 0;
}

#footer a{
color: #000000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

</style>


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #333333; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:none;
}

.invertedshiftdown a{
float: left;
display: block;
font: normal 12px osaka,sans-serif;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 3px 10px 7px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #333333; /*Red color theme*/
padding-top: 5px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 3px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #333333; /*Red color theme*/
padding-top: 5px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 3px; /*Flip default padding-bottom value with padding-top*/
color: white;
}
