.wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
}
.navlinks1 li {
	display: inline;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-right: 30px;
}
.header {
	height: 100px;
	width: 960px;
	background-color: #000;
	margin-top: 150px;
	background-image: url(jimallanstudiologo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.nav {
	height: 65px;
	width: 960px;
	text-align: center;
}
.navlinks1 {
	color: #E8C200;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer {
	text-align: center;
	height: 15px;
	color: #666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 960px;
	font-size: 9px;
	margin-top: 10px;
}
body {
	background-color: #000;
}
.navlinks2 {
	color: #E8C200;
	margin-top: 5px;
}
.navlinks2 li {
	display: inline;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-right: 30px;
}
a:link {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	color:#E8C200;	
}
a:visited {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	color:#E8C200;	
}
a:hover {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	color:#FFFFFF;	
}
.content {
	height: 100px;
	width: 960px;
	text-align: center;
	margin-top: 10px;
}

