*					{ margin: 0; padding: 0; }
body				{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	width: 320;
}
#wrapper {        

    margin: 0 auto;        
    width: 320px; /* Replace the xxxx with the the width of your site (eg 800px)*/    
	text-align:center;}

a {
	color:#FF0066;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}	

.subtext1{
	color:#FF0066;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-style: groove;
	background-color: #000000;
}
.subtext2{
	color:#FFFFFF;
	background-color: #2C153B;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	margin-left: 5px;

}
.subtext3{
	color:#000000;
	background-color: #640028;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}
.subtext4{
	color: #FFF;
	background-color: #EB008B;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	font-size: 18px;
	text-shadow: #000 1px 1px 2px;
	background-image: url(../images/footer_bg.png);
}

#page-wrap-top			{
	margin: 0 auto;
	background: url(../images/top_bg.png) center top repeat-y;
}

#page-wrap-main			{
	margin: 0 auto;
	background: url(../images/content_bg.png) center top repeat-y;
}
#page-wrap-foot			{
	margin: 0 auto;
}
p					{ font-size: 16px; line-height: 30px; margin: 0 0 5px 0; }
