/* CSS Document */

body {
	background-color:#ed2690;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-position: center;
	color:#FFFFFF;
	letter-spacing:0.1em;
	font-weight:800;
	text-align:left;
}

a, active, visited, hover  {
	color:#ed2690;
}

a.white, active, visited, hover  {
	color:#FFFFFF;
}

#header {
	width:555px;
	background-position: center;
	background-color:#232020;
	margin-left:auto;
	margin-right:auto;
}

#main_content img {
	margin:5px;
	border:solid #ed2690 1px;
}

#main_content_no_border img {
	margin-left:40px;
	border:solid #ed2690 0px;
	float:left;
}

.no_border {
	border:solid #ed2690 0px;
	float:left;
}

.gradualshine{
	filter:alpha(opacity=50);
	-moz-opacity:0.3;
}

.main-text {
	font-weight:200;
}

.highlighted {
	color:#ed2690;
}

#center {
	text-align:center;
}

