html {
scrollbar-face-color: black;
scrollbar-base-color: black;
scrollbar-arrow-color: gray;
scrollbar-track-color: gray;
scrollbar-shadow-color: gray;
scrollbar-highlight-color: black;
scrollbar-3dlight-color: lightgray;
scrollbar-darkshadow-Color: darkgray;
}

body {
background-color: black;
color: white;
}

a {text-decoration: none;}

#maincontainer{
width: 1100px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top: -.75cm;
background-color: black;
padding: 0;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 20px 0 20px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
width: 850px;
height: 696px;
margin-left: 125px;
margin-top: .75cm;
border-radius: 15px;
}

.innertube{
margin: 1cm 1cm; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: .25cm;
text-align: left;

}

#logosmall {
position: relative;
left: 90px;
top: -100px;
}

#logopic {
border-top: 1px solid gray;
border-left: 1px solid gray;
border-bottom: 4px solid black;
border-right: 4px solid black;
padding: 5px;
background-color: black;
z-index: 50;}

#main {
float: left;
background-image: url(images/gpeef.gif);
background-color: black;
font-family:Arial;
font-size:12px;
font-weight: normal;
width: 100%;
height: 96%; !important;
height /**/:100%;
border-bottom: 4px solid black;
}

#menu {
width: 700px;
margin-left: 125px;
}

#leftcolumn{
float: left;
width: 125px; /*Width of left column in pixel*/
height: 715px;
margin-left: -1100px; /*Set margin to that of -(MainContainerWidth)*/
background: url(images/left.jpg);
}

#rightcolumn{
float: left;
width: 125px; /*Width of right column*/
height: 715px;
margin-left: -125px; /*Set left margin to -(RightColumnWidth)*/
background: url(images/right.jpg);

}

#innerframe {
overflow: hidden;
width: 610px;
height: 400px;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
}

p {
text-indent: .3cm;
text-align: justify;
}

p:first-letter {
font-size: 16px;
color: blue;
}

.list {font-size: 16px;}
.list li {padding: 10px;}
