#content{
	border-radius: 2px;
	background: white;
	box-shadow: 0px 2px 5px #ccc;
	padding: 0px;
	overflow: hidden;
}

#header{
	background: black;
	color: white;
	margin: 0px;
	height: 50px;
	}

#header h1{
	display: block;
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
}

#nav{
	padding: 0px;
	margin: 0px;
	background: white;
}

#nav ul{
	margin: 0px;
	list-style: none;
	padding-left: 20px;
}

#nav ul li{
	float: left;
	margin-right: 10px;
}

#nav ul li a{
	display: block;
	line-height: 30px;
	color: black;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 300ms;
}

#nav ul li a:hover{
text-decoration: none;
background: #E03137;
height: 100%;
}


#main .jumbotron{
	padding: 50px;
	margin-top: 30px;
	border-radius: 5px;
	height: 338px;
}
#footer{
	text-align: center;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #eee;
	color: gray;
	background: #001412;
	position:fixed;

}

#login{
	display: block;
    padding: 5px;
	margin-top: 150px;
	margin-left: 35%;
	background: #3399FF;
	color: white;
	border-radius: solid 5px black;
	text-align: center;
	width: 300px;
	height: 200px;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

h1 {
color: #323133;
 font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
letter-spacing: -1px;
text-decoration: none; 
text-shadow: 1px 1px #fff, 0 0 #0e0e0e, 2px 3px 1px #e3e3e3; 
text-transform: none; 
word-spacing: -2px;
}
