/*BASIC*/
header, nav, section, article, aside, footer {
	display: block;
}
body {
	background-color: #000 !important;
	font-family: sans-serif !important;
	font-size: 14px;
	color: #fff !important;
}
a:link {
	color: #afafaf !important;
}
a:hover {
	color: #ca7000 !important;
}
h1 {
	color: #ca7000 !important;
	font-size: 18px !important;
}

/*OTHER*/
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.justify {
	text-align: justify !important;
}
.m-top20 {
	margin-top: 20px;
}

/*TRESH*/
.test {
	background-color: #ff0;
}
.gallery_thumb {
	width: 120px;
	height: 120px;
	padding: 5px;
}