* {
margin: 0;
padding: 0;
}

/*
div {
border: 1px dotted #000000;
}
-->
*/

body { 
background-color: #339966; 
}


#wrap {	
margin: 0px auto;
border: 0;
width: 800px;
background:#339966;
}

#header {
padding: 0px;
background:#339966;
width: 800px;
height: 60px;
margin-bottom: 20px;
border-left: 0px solid #7A7A7A;
border-right: 0px solid #7A7A7A;
border-top: 0px solid #7A7A7A;
border-bottom: 0px solid #7A7A7A;
}

#navigation {
height: 20px;
width: 680px;
background:#339966;
padding: 10px;
text-align: center;
line-height: 1.5;
font-family: "Lucida Grande";
font-size: small;
border-left: 0px solid #7A7A7A;
border-right: 0px solid #7A7A7A;
border-top: 0px solid #7A7A7A;
border-bottom: 0px solid #7A7A7A;
}

#side-a {
float: left;
width: 0px;
height: 800px;
margin: 0px auto;
padding: 0px;
border: 0px;
background:#FFFFFF;
font-style: italic;
font-size: small;
image-align: left;
border-left: 0px solid #7A7A7A;
border-right: 0px solid #7A7A7A;
border-top: 0px solid #7A7A7A;
border-bottom: 0px solid #7A7A7A;
}
  
#side-b {
float: right;
width:0px;
height:800px;
margin: 0px auto;
padding: 0px;
border: 0px;
background:#FFFFFF;
font-style: italic;
font-size: small;
image-align: left;
border-left: 0px solid #7A7A7A;
border-right: 0px solid #7A7A7A;
border-top: 0px solid #7A7A7A;
border-bottom: 0px solid #7A7A7A;
}


#content {
font-family: "Courier", sans serif;
font-size: large;
font-weight: 400;
color: #FFFFFF;
float: left;
width: 780px;
height: 800px;
margin: 0px auto;
padding: 10px;
border: 0px;
background:#339966;
text-align: center;
line-height: 1.5;
border-left: 0px solid #339966;
border-right: 0px solid #339966;
border-top: 0px solid #339966;
border-bottom: 0px solid #339966;
}

#text {
font-family: "Lucida Grande", sans serif; float: left;
font-size: medium;
text-shadow: 2px 2px 2px #000000;
height: 825px;
margin: 0px auto;
padding: 40px;
border: 0px;
background:#339966;
text-align: center;
line-height: 1.2;
border-left: 0px solid #7A7A7A;
border-right: 0px solid #7A7A7A;
border-top: 0px solid #7A7A7A;
border-bottom: 0px solid #7A7A7A;
}



#footer {
height: 25px;
width: 680px;
background: #FFFFFF;
font-color: #000000;
font-size: small;
text-indent: 1%;
text-align: center;
line-height: 1.2;
float: bottom;
border-left: 0px solid #7A7A7A;
border-right: 0px solid #7A7A7A;
border-top: 0px solid #7A7A7A;
border-bottom: 0px solid #7A7A7A;
}

#linkspage {
font-size: small;
text-align:left;
padding-left: 0px;
padding-right: 0px;
}


#signuppage {
color: #000000;
font-size: normal;
padding-left: 0px;
padding-right: 0px;
text-align: left;
background: #FFFFFF;
}
   
   
h1 {
font-family: "Courier", "Times New Roman", Times, serif;
text-align: center; 
line-height: 1.5;
font-size: 350%;
font-weight: 600;
color: #FFFFFF;
text-shadow: 2px 2px 2px #8B0000;
background: #339966;
font-variant: small-caps;
letter-spacing:0.1em;
}
	      
	      
h2 {
font-family: "Lucida Grande", sans serif; float: left;
font-weight: bold;
color: #339966;
font-size: medium;
margin-bottom: 0px;
line-height: 1.2;
}
	
a:link {font-weight:normal; color:#FFD700;}

a:visited {font-weight:normal; color:#FFD700;}

a:hover {font-weight:bold; color:#EE0000;}
	
#navigation li {
display: inline;
list-style-type: none;
}

p {
margin-bottom: 0px;
}