body {
	background-color: #4B352A;
	font-family: courier new;
	color: #F0F2BD;
}

#content {
	border-top: 1px solid;
}


#musicContent {
	border-top: 1px solid;
}	

#gameContent {
	border-top: 1px solid;
}

#acContent {
	border-top: 1px solid;
}	

#comicContent {
	border-top: 1px solid;
}	

#zineContent {
	border-top: 1px solid;
}	

#extraContent {
	border-top: 1px solid;
}	
	


#aboutMe {
	border-top: 1px solid;
}

p {
	text-align: center;
}

a:link {
  color: #CA7842;
}

a:visited {
	color: #FAD6C6;
}

a:hover {
	color: orange;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav li {
	display: inline;
	border: solid;
	border-width: 1px 1px 0 1px;
	margin: 0 5px 0 0;
}

nav li a {
	padding: 0 10px;
}


h1 {
	padding: 30px 10px;
	text-align: center;
	color: #F0F2BD;
	font-size: 30px;
}

.center {
	display: block;
	margin: auto;
	clear: both;
	border: 20px #B2CD9C dashed;
}


#column2 {
	width: 500px;
	background-color: #CA7842;
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
	margin-top: -50px;
    margin-left: -50px;
	transform: translate(-50%, -50%);
}
	
ul {
	text-align: left;
	display: table;
	margin: 0 auto;
}


}