@charset "utf-8";
/* CSS Document */

#name {
	float: left;
}

header{
	position: fixed;
	left: 0;
	top: 0;
}

#nav a, #nav a:visited{
	float: right;
	text-decoration: none;
}

li {
	list-style: none;
}

#nav {
	background-color: orange;
}

#banner {
	
}

#banner h1{
	text-transform: uppercase;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
}

#main {
	display: inline-block;
}

#left {
	width: 400px;
	background-color: lightgreen;
}

#left h2{
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 20px;
}

#left p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-left: 25px;
	margin-right: 25px;
}

#right{
	display: inline-block;
}

#top{
	display: inline-block;
	width: 150px;
	height: 150px;
	background-color: black;
}

#bottom{
	display: inline-block;
	width: 150px;
	height: 150px;
	background-color: grey;
}

#footer {
	
}

#footer a{
	text-color: yellow;
}