*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	background-image: url("../Space2.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1, h2, h3 {
	margin: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
/* Top area */

#header {
	padding: 10px;
	padding-top: 0px;
}
#banner {
	text-align: center;
	background-color: #010138;
}

/* Menu bar  */

.menu {
	border-width: 1px 0;
	list-style: none;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	background-color: #010138;
}
ul li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 30px;
	font-family: Arial, sans-serif;
	font-size: 25px;
	
}

/* Content area */

#content {
	margin-top: 10px;
	width: 1349px;
	height: 600px; 
}
#author {
	width: 900px;
	height: 500px;
	margin-top: 50px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}
#title1 {
	padding-top: 60px;
	padding-left: 50px;
	font-size: 25px;
	color: red;
}
#box1 {
	float: left;
}
#box2 {
	float: right;
	padding-top: 20px;
}
#authorPic {
	margin-top: 20px;
	padding-left: 50px;
}
#authorLine1 {
	padding-left: 50px;
	padding-right: 50px;
}

form{
	margin-top: 15px;
	float: left;
	transition: all 4s easy-in-out;
	padding-right: 50px;
}
.form-control{
	width: 400px;
	font-size: 16px;
}
input{
	height: 45px;
	
}
form .submit {
	border-color: #bdc3c7;
}
form .submit:hover{
	background-color: gray;
	cursor: pointer;
}
form .antispam { display:none;
}
textarea {  
   font-family:"Arial", Arial, serif;  
   font-size: 12px;   
}

/* Don't touch any of the following code. */

/* Line Area */

#line1{
	padding-top: 8px;
}
#line2{
	clear: both;
}
#line3{
	padding-bottom: 10px; 
}
#line4{
	padding: 10px; 
	padding-top: 30px;
}


/* Footer Area */

#footer1 {
	width: 1200px;
	height: 100px;
	clear: both;
	font-size: 12px;
	color: white;
}

#footerabout{
	width: 250px;
	height: 40px;
	float: left;
	text-align: left;
	margin-left: 50px;
	
}

#footername {
	width: 250px;
	height: 40px;
	text-align: left;
	float: left;
	clear: right;
	margin-left: 50px;
}

#footercopywrite {
	width: 250px;
	height: 40px;
	text-align: left;
	float: left;
	clear: right;
	margin-left: 50px;
}

