

/* ======================  OP Club CSS settings  ====================== */
/* ---                           Dynamic Drive : http://www.dynamicdrive.com              --- */

body{
background: #D7BEBE;
margin:0;
padding:0;
line-height: 1.5em;
}

#maincontainer{
width: 1000px;    /*Width of main container*/
margin: 0 auto;   /*Centre container on page*/
}

#topsection{
background: #ffffff;
height: 80px;          /*Height of top section*/
padding-top: 25px;
}

#topsection h1{
font-family: "Times New Roman",serif;
font-size: 4.5em;   /* 72px/16px=4.5em */
font-style: normal;
color: #000060;
margin: 0;
}

#topimage{
background: #ffffff;
height: 90px;          /*Height of top section*/
width:  200px;
padding-top: 0px;
margin-top: -90px;
}

#stripe1{
background: #01014B;
height: 8px;
}

#stripe2{
background: #BED2ED;
height: 4px;
}

#stripe3{
background: #783C00;
height: 8px;
}

#contentwrapper{
float: left;
width: 100%;
background: #00006e;
}

#contentcolumn{
float: right;
width:80%;
height: 100%;        /*Height of column*/
/*  height: 700px; */        /*Height of column*/
/*margin-left: 200px; */  /*Set left margin to LeftColumnWidth*/
background: #ffffff;
}

#leftcolumn{
float: left;
width: 20%;         /*Width of left column*/
height: 100%;         /*Height of column*/
/*height: 700px; */         /*Height of left column*/
/*margin-left: -1000px;*/ /*Set left margin to -(MainContainerWidth)*/
background: #00006E;
}

#footer{
clear: left;
width: 100%;
background: #01014B;
color: #FFF;
font-family: Verdana, sans-serif;
font-size: 0.75em;   /* 12px/16px=0.875em */
text-align: center;
padding: 2px 0;
margin-top: -90px;
}


.innertube{
margin: 10px;    /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
font-family: Verdana, sans-serif;
font-size: 0.75em;   /* 12px/16px=0.875em */
}

.shadow1{
box-shadow: 10px 10px #818181;
-webkit-box-shadow: 10px 10px #818181;
-moz-box-shadow: 10px 10px #818181;
-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=10, offY=10, positive=true)";
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=10, offY=10, positive=true);
}

