body {
	margin:0px;
	color:#ffffff;
	background-color:#000000;
}

#container{
	position:relative;
	width:900px;
	left:50%;
	margin-left:-450px;
	padding-left:100px;
}

#header{
	width:700px;
	height:264px;
}

#main_menu{
	width:700px;
	font-family:'Arial Black', Gadget, sans-serif;
	text-align:center;
	font-size:1.5em;
	padding:0px;
	margin:0px;
}
#main_menu a{
	color:#5e5e5e;
	text-decoration:none;
	margin:0px;
	margin-left:10px;
	margin-right:10px;
}
#main_menu a:hover{
	color:#ffffff;
}


#content {
	text-align:center;
	width:700px;
}

#sub_menu{
	width:700px;
	font-family:'Arial Black', Gadget, sans-serif;
	text-align:center;
	font-size:1.8em;
	padding:0px;
	margin:0px;
}
#sub_menu a{
	color:#5e5e5e;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
#sub_menu a:hover{
	color:#ffffff;
}
.gallery_name_text p{
	margin-bottom:10px;
}


