#wrapper{
background-image: url(../imgs/gradient.png);
text-align: center;
width: 100%;
height: 800px;
background-position: center top;
background-repeat: no-repeat;
}

#portrait{

}

body{
color: white;
background-image: url(../imgs/crumbles.png);
background-repeat: repeat;
background-position: center top;
background-color: #bbbab2;
}

#content{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

#top{
	background-position: 0px top;
	background-image: url(../imgs/top.png);
	background-repeat: repeat-x;
	height: 110px;
	width: 100%;
	top: 0px;
	position: absolute;
}

#bottom{
	bottom: 0px;
	background-position: 0px top;
	background-image: url(../imgs/bottom.png);
	background-repeat: repeat-x;
	height: 110px;
	width: 100%;
	position: absolute;
}

#navbox{	
	padding-top: 80px;
	text-transform: uppercase;
	text-align: center;
	color: #222222;
	font-family: "Courier New", Courier, Monaco, monospace;
	background-image: url(../imgs/navbox.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
	width: 349px;
}

icons ul{
}

.icons li{
	visibility: visible;
	display: inline;
}

.email{
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Courier, "Courier New", Monaco, monospace;
	color: #3d3d3d;
}

.email a{
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Courier, "Courier New", Monaco, monospace;
	color: #3d3d3d;
}

.email a:hover{
	color: #050505;
	text-decoration: none;
}