@charset "UTF-8";
/* index page stylesheet */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #221f20;
}

#main_container {
	background-image: url('alternative_background.png');
	background-repeat:no-repeat;
	width: 1000px;
	height: 800px;
	margin: auto auto;
	position: relative;
	
}
/*#header_image {
	height: 21px;
	width: 439px;
	background-image:url('shadhopkinsphotography.png');
	margin: auto auto;
}*/


#categories li {
	display: inline;
	width: 400px;
	margin-right: 5px;
}

#categories ul {
	margin-top: 1px;
}

#categories {
	width: 550px;
	text-align: center;
	position: relative;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 175px;
}

#categories a {
	position: relative;
	z-index: 10;
	text-decoration: none;
	color: #fff;
	border-right: 2px solid #fff;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 2px;
}

#categories a:hover {
	text-decoration: underline;
}

#header {
	width: 800px;
	margin-left: 72px;
	margin-top: 33px;
	position: relative;
	float: left;
}

#header p {
	color: #f6df31;
	font-family: serif;
	font-size: 32pt;
}

#contact_info {
	margin: auto auto;
	width: 250px;
}

#copyright {
	width: 200px;
	margin-left: 810px;
	bottom: 200px;
	color: #6a6767;
	
}

#information {
	color: #fff;
	text-align: center;
	
}

#displayimage {
margin-left: 200px;
margin-top: 10px;
}

#about {
	margin-top: 50px;
	position: relative;
	float: left;
	width: 500px;
	margin-left: 250px;
}

#copyright_about {
	position: relative;
	float: right;
	margin-top: 500px;
}


