@CHARSET "UTF-8";

/************************************/ 
/* custom styles except main layout */
/************************************/

h1 {
	color: #e50093;
	background-color: black;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	padding-left: 8px;
}

#right p, #left p {
	color: black;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 1.2em;
	font-size: 12px;
}

#right a, #left a {
	color: black;
	font-size: 12px;
}

#right a:hover, #left a:hover {
	text-decoration: underline;
}

#left img {
	margin-bottom: 20px;
}

.bg_black {
	background-color: black;
}

.bg_transparent {
	background-color: #82d718;
}