* {
	margin:0;
	padding:0
}

body {
	padding:20px;
	background:white;
	text-align:center;
	background:black;
	color:#c6fb36;
	font-size: 40px;
	font-family: Arial;
}

a,
a:link,
a:visited {
	color: #c6fb36;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #abd92f;
}

.margin-top {
	margin-top: 1px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
	width: 360px;
}

.floatright_small {
	float: right;
	width: 360px;
	font-size: 30px;
}

#enter {
	padding-top: 50px;
	font-size: 60px;
}

#enter a,
#enter a:link {
	color: #20c60a;
}

#enter a:hover {
	color: #1c7e0d;
}

#wrapper {
	margin: auto;
	width: 800px;
}

#body {
	background-color: #000;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 15px;
}

#header {
	width: 800px;
	height: 300px;
	background-image: url(../images/JellyRevivallogo.png);
	background-repeat: no-repeat;
}

#footer {
	font-size: 25px;
	color: #f68600;
	clear: both;
	padding-top: 20px;

}

#footer a,
#footer a:link {
	text-decoration: none;
	color: #ff8b00;
}

#footer a:visited {
	color: #ff8b00;
	text-decoration: none;
}

#footer a:hover {
	color: #e17b00;
}

	
/* NAVIGATION BAR */

#navbar {

height: 30px;

width: 100%;

font-size: 46px;

padding-bottom: 25px;


}

.active_nav {
	color: #c18fff;
	padding: 7px 10px;
	
}

#navbar ul {

margin: 0px;

padding: 0px;

line-height: 30px;

white-space: nowrap;

}

#navbar li {

list-style-type: none;

display: inline;

}

#navbar li a {

text-decoration: none;

padding: 7px 10px;

color: #ff3e90;

}

#navbar li a:link {

color: #ff3e90:

}

#navbar li a:visited {

color: #ff3e90;

}

#navbar li a:hover {

color: #a2275b;


}

/*-----FORM----*/


   
  
form{  
    margin-top: 25px;

}  
  
form #submit{  
    background: #F9F9F9; /* Set button background */  
    border: 1px solid #DFDFDF; /* Small border around our submit button */  
    padding: 8px; /* Add some more space around our button text */
   	margin-left: 155px;
}

form #submit:hover {

	background: #EFEFEF;

} 
  
input,
textarea {  
    font: normal 16px Helvetica, Arial, sans-serif; /* Set font for our input fields */  
    border: 1px solid #DFDFDF; /* Small border around our input field */  
    padding: 8px; /* Add some more space around our text */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

form input .input-text{
	border:1px solid #3b6e22;
	color:#666666;
	width:180px;
}

form label{
	display:block;
	margin-bottom:10px;
	float: left;
}

form label span{
	display:block;
	float:left;
	padding-right:6px;
	width:70px;
	text-align:right;
	font-weight:bold;
	font-size: 25px;
}

