body {
	margin: 0;
	padding: 0;
	background: #02075d url(bg.png) repeat;
	font-family: Arial;
	font-size: 11pt;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
	font-family: Arial;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.2em;
	text-decoration: underline;
	text-decoration-color: black;
}

h3 {
	font-size: 1.9em;
}

h4 {
	font-size:1.6em;
	line-height: 10%;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #5E5E5E;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	padding-top: 30px;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 140px;
}

#header {
	width: 1100px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 50px;
	background: grey url(bg.png) repeat;
}

/* page-name */

#page-name h1 {
	line-height: 100px;
	letter-spacing: -2px;
	font-size: 3em;
}

#team-logo {
	float: left;
	width: 100px;
	height: 90px;
	margin: 5px;
	padding: 0;
}
#page-name {
	float: left;
	width: 300px;
	height: 100px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

.mentor-sponsor {
	float: left;
	color:black;
	text-align: center;
	font-size: 20px;
	border: 1px solid black;
	background-color: #D3D3D3;
	margin-top:10px;
	margin-right:5px;
	width: 542px;
	height: 230px;
}

#curr-robot {
	 float:left;
	 width:160;
	 height:200px;
	 margin-right: 5px;
	 margin-top:5px;
}

}
#page-name h1 {
	line-height: 100px;
	letter-spacing: -2px;
	font-size: 3em;
}

#page-name h1 a {
	color: #000000;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
}

#page-name p {
	margin: 0;
	padding: 0px 0 0 0px;
	letter-spacing: -1px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #8E8E8E;
}

#page-name p a {
	color: #8E8E8E;
}

#page-name a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Menu */
#menu {
	float: right;
	width: 600px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu li:hover {
	background-color: rgb(60, 60, 60);
}

#menu a {
	display: block;
	line-height: 100px;
	margin-right: 1px;
	padding: 0px 20px 0px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
	text-transform: uppercase;
	font-size: 0.90em;
	font-weight: 300;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

.project-desc {
	float:left;
	width:538px;
	height:330px;
	font-size: 17px;
}

#banner
{
	height: 140px;
	text-align: center;
	padding-bottom: 40px;
}

/* Page */

#page {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	padding: 40px 50px 50px 50px;
	background: rgb(230, 230, 230);
}

/* Content */

#content {
	color:black;
	float: left;
	width: 100%;
}

/* Footer */

#footer {
	height: 10px;
	margin: 0 auto;
	padding: 2em 0;
}

#footer p {
	margin: 0;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: rgba(255,255,255, .3);
}

#footer a {
	color: rgba(255,255,255, .3);
}

.button {
	float:left;
	font-size: 19px;
	width:200px;
	height: 25px;
	background-color: rgb(0, 170, 220);
	text-align: center;
	font-size: 20px;
  text-decoration: none;
  color: white;
	border-style: solid;
	border-color: black;
	border-radius: 1px;
}

.button:hover{
	text-decoration: underline;
}
