body{
background-color: black;
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}
img	{
	border: 0
}

#maincontainer{
width: 766px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}


#topsection{
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-position: center;
height: 200px; /*Height of top section*/
margin: 0
}

#toptext	{
position: relative;
padding-top: 15px;
padding-left: 15px;
font-family: "Times New Roman" serif;
font-weight: lighter;
font-size: 60px;
line-height: 1em
}

#topsection1	{
font-family: "Berlin Sans FB" sans-serif;
padding-top: 3px;
padding-bottom: 3px;
font-size: 22px;
text-align: center;
background-color: white;
height: 32px
}

#topsection2	{
background-color: red;
height: 100px
}

#top-left	{
width: 350px;
height: 100px;
font-family: "Baskerville Old Face" serif;
font-size: 24px;
color: black;
padding-top: 10px;
padding-left:10px;
float: left;
line-height: 1.2em
}

#top-left a {
color: black;
text-decoration: none
}

#top-left a:hover	{
color: yellow
}

#top-right	{
float: right;
width: 200px;
height: 100px;
margin-left: -200px;
font-family: "Berlin Sans FB" sans-serif;
font-size: 14px;
color: black;
text-align: right;
padding-right: 10px;
line-height: 1.4em
}
#italic	{
font-style: italic
}

#topsection3	{
padding-left: 10px;
padding-top: 5px;
font-family: "Berlin Sans FB" sans-serif;
font-size: 26px;
background-color: red;
height: 32px
}


#contentwrapper{
float: left;
width: 100%;
background-color: #D7FFFF
}

#contentcolumn{
margin-left: 0; /*Set left margin to LeftColumnWidth*/

}
#contentcolumn3{

margin: 0 150px 0 150px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn3 h1	{
padding-top: 15px;
font-family: "Berlin Sans FB" sans-serif;
font-size: 28px;
font-weight: normal;
text-align: center
}

#contentcolumn3 h2	{
padding-top: 5px;
font-family: "Berlin Sans FB" sans-serif;
font-size: 18px;
font-weight: normal;
text-align: center;
line-height: 1.0em
}

#contentcolumn3 p	{
padding-top: 5px;
font-family: "Berlin Sans FB" sans-serif;
font-size: 18px;
font-weight: normal;
color: gray
}

#contentcolumn-left	{
width: 30%;
font-family: "Berlin Sans FB" sans-serif;
font-size: 12px;
color: gray;
padding-left:5px;
float: left;
line-height: 1.2em
}

#contentcolumn-center	{
width: 30%;
font-family: "Berlin Sans FB" sans-serif;
font-size: 12px;
color: gray;
padding-left:5px;
float: left;
line-height: 1.2em
}

#contentcolumn-right	{
float: right;
width: 33%;
font-family: "Berlin Sans FB" sans-serif;
font-size: 12px;
color: gray;
padding-left: 5px;
line-height: 1.2em
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column*/
margin-left: -100%;
background: #D7FFFF;
}

#rightcolumn{
float: left;
width: 150px; /*Width of right column*/
margin-left: -150px; /*Set left marginto -(RightColumnWidth)*/
background: #D7FFFF;
}
#footer{
clear: left;
width: 100%;
background: red;
font-family: "Baskerville Old Face" serif;
font-size: 12px;
color: black;
text-align: center;
padding: 4px 0;
line-height: 1.3em
}

#footer a{
color: black;
text-decoration: none
}

#footer a:hover{
color: yellow;
text-decoration: none
}

#copywright	{
font-size: 12px;
color: black
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 100%;
-border-top: 5px solid red; /*Red color theme*/
background: transparent;
}

.invertedshiftdown ul{
margin:0;
margin-left: 0px; /*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:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 16px 9px 16px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/
}

.invertedshiftdown a:hover{
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}