@charset "utf-8";

body {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center; 
}

div.container {margin-top: 2%; margin-left: 15%}


.logo {
	width: 755px;
	padding: 3px 0px 0px 0px;
}

.info {
	text-align: left;
	position: relative;
	left: 90px;
	width: 620px;
	font-family: Times New Roman, Verdana, Arial, sans-serif;
	font-size: 16px;
}

.info h1, .info h2 {
	font-size: 16px;
	font-weight: normal;
	display: inline;
}

.info ul {
	padding-left: 14px;
	padding-top: 0px;
	margin-top: 0px;
}

.info ul li {
	font-size: 10px;
	color: #a81185;
}

.info ul li b {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}


.halfleft {
	width: 270px;
	float: left;
}

.halfright {
	width: 320px;
	float: right;
}

.halfright h1, .halfleft h1, .halfleft h2, .halfright h2 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
}

.halfright ul li, .halfleft ul li {
	font-size: 8px;
	color: #a81185;
}

.halfright ul li b, .halfleft ul li b {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}


.info a, .info a visited {
	color: #a81185;
}

.info span {
	color: #bababa;
	font-size: 12px;
}

.info span.friends {
	padding-top: 0px;
	margin-top: 0px;
}

.info span.friends img {
	border: 0;
	padding-right: 10px;
}