/* custom font */
@font-face {
    font-family: 'helvetica-neue-condensed-bold';
    src: url('helvetica-neue-condensed-bold.ttf');
}

/* main html */
body {
	background-color: black;
	color: white;
	line-height: 1.4;
    font-family: 'helvetica-neue-condensed-bold';
}

p {
	text-align: justify;
	text-justify: inter-word;
}

h1, h2, h3 {
	text-align: center;
}

a:link, a:visited, a:hover, a:active {
	color: #00AAA9;
}

article img {
	display: block;
	margin: auto;
	max-width: 75%;
}

hr {
	width: 75%;
}

footer {
	margin-top: 32px;
}

/* id */
#content {
	display: block;
	margin: auto;
	max-width: 860px;
	min-width: 860px;
}

#selections {
	text-align: center;
	margin-top: 8px;
}

#category {
	display: block;
	margin: auto;
	width: 100%;
}

/* class */
.right {
	float: right;
	margin: 0 0 0 15px;
}

.left {
	float: left;
	margin: 0 15px 0 0;
}

.caption {
	font-size: 12px;
	text-align: center;
}

.selection {
	margin: auto;
}

.selection img{
	border: solid white 1px;
	margin: 4px;
}