body {
	background-color: #9900CC;
	background-repeat: repeat;
	background-image: url(http://www.mileyjunkie.com/images/bk.jpg);
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0;
}
h1 { /* Header */
	text-align: center;
	font-size: 16px;
}
h2 { /* Menu Title */
	color: #FFFFFF;
	font-size: 14px;
	font-variant: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 0;
}
h6 { /* Copyright */
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.rate {
	font-size: 9px;
}
.nav {
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #9900CC;
}
a:visited {
	text-decoration: none;
	color: #9900CC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC00FF;
}
a:active {
	text-decoration: none;
	color: #9900CC;
}
.content {
	padding-right: 20px;
	padding-left: 20px;
}
.warning {
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
/*****************************************************************
* Custom Class - Contact Page
*****************************************************************/
label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.submit input {
	margin-left: 4.5em;
}
.contact_comments {
	margin-left: 140px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

