@charset "utf-8";
/* CSS Document */

html, body, #wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	height:100%;
	border: none;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 870px;
	background-image: url(images/bg_vert.png);
	background-repeat: repeat-y;
}
.twitter {
	text-align: left;
	width: 200px;
}

#height {
	height: 100%;
}
#topfade {
	background-image: url(images/top_fade.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
}
h7 {
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	color: #E096B6;
	font-weight: bold;
}
h3 {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #E993C0;
	text-decoration: none;
}
a:visited {
	color: #E993C0;
	text-decoration: none;
}
a:hover {
	color: #B35D8A;
	text-decoration: none;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

a:active {
	color: #E993C0;
	text-decoration: none;
}
ul {
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
.justify_right {
	text-align: justify;
}

li {
	list-style-position: inside;
}

.pink {
	color: #E690BD;
}

