body {
	margin: 0px;
	padding: 0px;
	color: white;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	text-align: left;
	background: black;
}

* {
	padding: 0px;
	margin-top: 0px;
	text-align: left;
}

#container {
	width: 770px;
}

#background {
	position: absolute;
}

#content {
	left: 462px;
	top: 65px;
	position: absolute;
	height: 500px;
	width: 315px;
}

ul {
	list-style: none;
	margin-left: 15px;
}

ul li {
	background: url(bullet_arrow_pink.gif) no-repeat;
	background-position: center left;
	padding-left: 20px;
}

a.newwin {
	background: url(icon_world.gif) no-repeat;
	padding-right: 16px;
	background-position: center right;
}

img {
	border: none;
}

h2 {
    	color: #FF00B4; 
	font-size: 16pt; 
	text-align: center;
	border-bottom:1px solid #FFFFFF;
	font-weight: normal;
	text-transform: lowercase;
}

input, textarea, select { 
    	font-size: 9pt;
   	background: #3F3F3F; 
	color: white;
    	border: 1px solid #FF00B4; 
    	font-family: tahoma, arial, sans-serif;
	padding: 2px;
}

a:link {
	font-weight: bold;
	color: #FF01B5;
	font-style: underline;
}

a:visited {
	font-weight: bold;
	color: #AF0082;
	font-style: underline;
}

blockquote {
	background: #3F3F3F;
	padding: 5px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
