body
{
	background-color: #000000;
	font-size: 11px;
	font-family: New Century Schoolbook, Georgia, Times New Roman, Times, serif;
	line-height: 160%;
	color: #FF3366;
	padding: 0px;
	margin: 0px;
}

#content
{
	position: absolute;
	width: 800px;
	margin: -300px 0px 0px -400px;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 0px;
	background-color: #000;
	border: 2px solid #f55141;
	overflow: auto;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	min-height: 415px;
}

#nav
{
	position: relative;
	text-align: right;
	padding: 0px;
	margin: 0px;
	float: right;
}

p, h1, h5, h3, form
{
	margin: 0px;
	padding: 10px 290px 0px 250px;
}

p
{
	padding-top: 4px;
}
.red { color: #85183A; }
.pink { color: #E935C7; }
.peach { color: #E93F35; }
.orange { color: #DF5532; }
.base { color: #D23a6A; }
img { padding-left: 10px; }

a
{
	color: #E935C7;
	font-size: inherit;
	outline:none;
	text-decoration: none;
}

h1
{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 100;
	padding-bottom: 12px;
	font-variant: small-caps;
}

h3
{
	font-weight: 100;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 0px;
}

h5
{
	font-size: 10px;
	font-weight: 100;
}
