@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

p {
	padding: 0.5em 0 0.8em;
	line-height: 1.6em;
}		

a img {
	border: none;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #e50063;
}

a:hover {
	color: #333;
}

html {
	font-size: 100%;
	text-align: center;
}

body {
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #000 url(../images/bg.jpg) repeat-y center top;
	color: #555;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	font-size: 1.5em;
	text-align: left;
	background: #fff;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	height: 35px;
	line-height: 35px;
}
.border_top {
	border-bottom: none!important;
	border-top: 1px solid #ccc!important;
}
.links ul {
	list-style-type: none;
}
.links ul li {
	float: left;
	padding: 0 30px 0;
	background: url(../images/link_divider.gif) no-repeat right center;
}
.links ul li.noborder {
	background: none;
}
.links ul li a {
	font-size: 0.8em;
	color: #333;
}
.links ul li a:hover {
	color: #EE2974;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	padding: 0;
	margin: 0;
}
.content_left {
	float: left;
	width: 520px;
	padding: 20px 0 20px 30px;
}
.content_right {
	float: right;
	margin: 20px 30px 0 0;
	border-left: 1px solid #EE2974;
	border-right: 1px solid #EE2974;
	border-bottom: 10px solid #EE2974;
	width: 184px;
}
.pink_right {
	background-color: #EE2974;
	padding: 10px;
	color: #fff;
	font-size: 1
.em;
	font-weight: bold;
}
.pink_right a {
	color: #fff;
}
.pink_right a:hover {
	color: #333;
}
.side_text {
	padding: 10px;
	font-weight: bold;
	margin: 10px 0;
}
.logos {
	margin: 0 0 10px 0;
}
.video {
	margin: 10px 0;
	font-size: 0.9em;
}

