/* Specs for normal HTML tags */

body {
	background-color: black;
}

h1 {
	font-family: cursive;
	font-style: italic;
	font-size: 40pt;
	font-weight: normal;
	text-align: center;
	color: #bbbbbb;
}

h2 {
	font-family: sans-serif;
	font-weight: normal;
	color: 659cae;
}

/* Specs for named divisions */
.contact_input_container {
	float: left;
	width: 35%;
	height: 350px;
}
.contact_label_container {
	float: left;
	width: 15%;
	height: 350px;
	text-align: right;
	padding-right: 10px;
}

.contact_portrait_container {
	float: left;
	width: 40%;
	height: 350px;
	text-align: center;
	padding-top: 10px;
}


.detail_links {
	color: bbbbbb;
	text-align: center;
	font-family: sans-serif;
	text-decoration: none;
	padding-top: 65%;
}

.detail_links a {
	color: 659cae;
	text-decoration: none;
}

.detail_links a:hover {
	text-decoration: underline;
}

.detail_picture_container {
	float: left;
	padding-left: 20px;
	text-align: left;
}

.detail_text {
	float: left;
	width: 30%;
	font-family: sans-serif;
	text-align: center;
}

.galleries_explanation {
	padding: 10px 20px 10px 20px;
	border-bottom: 2px groove black;
}

.gallery_picture_container {
	float: left;
	width: 240px;
	height: 240px;
	text-align: center;
	margin-top: 15px;

	
}

.genre_description {
	float: left;
	width: 45%;
	padding: 10px 20px 10px 20px;
	border-bottom: 2px groove black;
}


.genre_description a {
	color: 659cae;
	text-decoration: none;
}

.genre_description a:hover {
	text-decoration: underline;
}

.main_container {
	width: 88%;
	color: bbbbbb;
	margin: 5% 7% 5% 5%;
	border: 8px solid #000000;
	background-color: black;
	padding: 10px 10px 50px 10px;
}



.top_links {
	color: bbbbbb;
	text-align: center;
	font-family: sans-serif;
	font-weight: normal;
	font-size: larger;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px groove black;
}

.top_links a {
	color: 659cae;
	text-decoration: none;
}

.top_links a:hover {
	text-decoration: underline;
}