body {
color: rgb(95,204,64);
background-color: rgb(0,0,0);
font-family: Arial, sans-serif;
}
a, a:visited {
color: rgb(95,204,64);
font-family: Arial, sans-serif;
text-decoration : none;
border:none;
}
a:hover {
color: rgb(95,204,64);
font-family: Arial, sans-serif;
text-decoration : underline;
border:none;
}
img{
border:none;
}
h1 {
padding : 0;
font-size : medium;
font-weight : 800;
margin-bottom:2px;
text-decoration:underline;
}
.indent{
padding: 5px;
}
.logotext {
width:700px;
}
#logo {
background-image:url(bananas.jpg);
height:150px;
width:700px;
}
.icon {
width: 10em;
padding: 1.5em;
}
#position {
width : 704px;
margin : 50px auto 50px auto;
padding : 0;
text-align : left;
}
#border {
border : 2px dotted rgb(95,204,64);
}
#header {
text-align : center;
padding : 0;
height : 256px;
border-bottom : none;
}
#menuholder {
text-align:center;
width : 100%;
height : auto;
border-bottom : 2px dotted rgb(95,204,64);
}
#menu {
margin: 0 auto 0 auto;
width: 600px;
height : 25px;
}
.link {
text-align : center;
height : 25px;
width : 100px;
float : right;
}
#container {
width : 100%;
height : auto;
margin : 0;
padding : 0;
}
#leftcolumn {
width : 254px;
height : auto;
float : left;
padding : 5px;
margin : 0;
}
#rightcolumn {
width : 425px;
height : auto;
float : left;
padding : 5px;
margin : 0;
overflow: hidden;
}
#fullwidth {
text-align:center;
width:690px;
padding:5px;
}
.clearer {
font-size : 0;
height : 0;
width : 100%;
display : block;
clear : both;
}
#footer {
padding : 5px;
margin : 0;
border-top : 2px dotted  rgb(95,204,64);
text-align : center;
}
#credit {
text-align:right;
font-size:10px;
}