body {
	background: no-repeat center center fixed; 
	top: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrapper {
	width: 100;
	margin: 0 auto;
}

#container {
	position: relative;
	top: 25px;
	width: 85%;
	max-width: 575px;
	margin: 0 auto;
}

header {
	position: relative;
	left: 0px;
  	top: 0px;
	width: 100%;
	margin: 0 auto;
	border: none;
	white-space: nowrap;
	text-align: center;
}

header a:link {
	color: #FFFFFF;
	text-decoration: none;
}

header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

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

#toprule {
	background: #FF0000; /* Old browsers */
	background: -moz-linear-gradient(top, #FF0000 0%, #ffffff 50%, #FF0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(50%,#ffffff), color-stop(100%,#FF0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FF0000 0%,#ffffff 50%,#FF0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FF0000 0%,#ffffff 50%,#FF0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FF0000 0%,#ffffff 50%,#FF0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FF0000 0%,#ffffff 50%,#FF0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FF0000',GradientType=0 ); /* IE6-9 */
	opacity: 0.5;
	position:relative;
   	left: 0px;
  	top: 0px;
	width: 100%;
	border: none;
	font-color: #FFF;
	font-family: Garamond;
	font-size: 20px;
	font-weight: 100;
	height: 2px;
	line-height: 25px;
	text-shadow: 1px 1px 0px #000000;
	text-shadow-blur: 4px;
	white-space: wrap;
	text-decoration: none;
	text-align: center;
}

nav {
	position:relative;
   	left: 0px;
  	top: 5px;
	width: 100%;
	margin: 10 auto;
	border: none;
	font-color: #FFFFFF;
	font-family: Garamond, Serif;
	font-size: 20px;
	font-weight: 100;
	height: 3px;
	line-height: 25px;
	white-space: wrap;
	text-decoration: none;
	text-align: center;
}

nav a:link {
	color: #023F88;
	text-decoration: none;
}

nav a:visited {
	text-decoration: none;
	color: #023F88;
}

nav a:hover {
	text-decoration: none;
	color: #3366FF;
}

fb {
	position: fixed;
	bottom: 20px;
	left: 25px;
}

icon {
	position: fixed;
	bottom: 9px;
	right: 25px;
}

h2 {
	border: none;
	color: #FFBB00;
	font-family: Times, Times New Roman, serif;
	font-size: 24px;
	font-weight: 100;
	font-style: italic;
	height: auto;
	line-height: 20px;
	text-shadow: -1px 1px 1px #000000;
	text-shadow-blur: 4px;
	white-space: wrap;
}

text {
	font-family: Garamond, Serif;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	text-shadow: -1px 1px 1px #FFFFFF;
	text-shadow-blur: 4px;
}

text a:link {
	color: #336699;
	text-decoration: none;
}

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

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

text a:active {
	text-decoration: none;
}

.form {
	background:#f1f1f1;
	opacity: .6;
	margin:0 auto;
	padding-left:20px;
	padding-top:30px;
}

.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.form p.contact {
	font-size: 16px;
	margin:0px 0px 10px 0;
	line-height: 14px;
	font-family: Garamond, serif;
}

.form input[type="text"] { width: 95%; }

.form input[type="notes"] { width: 95%; }

.form input[type="email"] { width: 95%; }

.form input[type="password"] { width: 95%; }

.form label {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-family: Garamond, serif;
}

.form label.month {width: 135px;}

.form input, textarea {
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(122, 192, 0, 0.15);
	padding: 7px;
	font-family: Garamond, serif;
	color: #4b4b4b;
	font-size: 14px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
	margin-top: -10px;
}

.form input: focus, textarea:focus {
	border: 1px solid #ff5400;
	background-color: rgba(255, 255, 255, 1); }

.form .select-style {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(images/select-arrow.png), 
    -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: center right;
	background-repeat: no-repeat;
	border: 0px solid #FFF;
	color: #555;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;}
	.form .gender {
	width:410px;
}

.form input.buttom{
	background: #4b8df9;<br>
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fbf7f7;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px #aaa;
    -moz-box-shadow: 0 5px 10px #aaa;
    box-shadow: 0 5px 10px #aaa;
	text-shadow: -1px 0px 0px #000000;
	text-shadow-blur: 4px;
	border: none;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-family: Garamond, serif;
}

.form input.buttom:hover {
	background-color: #2a78f6;
}

description {
	color: #333333;
	font-family: Times, Times New Roman, serif;
	font-size: 16px;
	font-weight: 100;
	font-style: italic;
	height: auto;
	height: 20px;
	line-height: 25px;
	white-space: nowrap;
	display: inline;
}

#bottomrule {
	background: #FF0000; /* Old browsers */
	background: -moz-linear-gradient(top, #FF0000 0%, #ffffff 50%, #FF0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(50%,#ffffff), color-stop(100%,#FF0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FF0000 0%,#ffffff 50%,#FF0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FF0000 0%,#ffffff 50%,#FF0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FF0000 0%,#ffffff 50%,#FF0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FF0000 0%,#ffffff 50%,#FF0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FF0000',GradientType=0 ); /* IE6-9 */
	opacity: 0.5;
	position: fixed;
   	left: 0px;
  	bottom: 40px;
	width: 100%;
	border: none;
	color: #000000;
	font-family: Garamond, Serif;
	font-size: 12px;
	font-weight: 100;
	height: 2px;
	line-height: 15px;
	text-shadow: none;
	white-space: nowrap;
	text-align: center;
}

footer {
	position: fixed;
   	left: 0px;
  	bottom: 40px;
	width: 100%;
	border: none;
	font-family: Garamond, Serif;
	font-size: 12px;
	font-weight: 100;
	height: 2px;
	line-height: 15px;
	white-space: nowrap;
	text-align: center;
	color: #FFFFFF;
	white-space: wrap;
}

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

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

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