﻿body 
{
	/*
     * id=MnpPage
     *   text = blue and small
     *   header = underline, bold, and size
     * id=MnpInfo
     *  Is centered, fixed width and has outline
	 *
	 */
	
}

#MnpPage
{
	font-family: Times New Roman, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color : blue;
	
}
.MnpHeader
{
	text-align: center;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;	
}
#MnpInfo
{
	width: 500px;
    text-align: left;
    margin: 0 auto;
    margin-top: 15px;
    padding: 10px;
	border: 1px solid Blue; 
	background-color: White;    	
}

#MnpNew
{
}
#MnpWebsite
{
	margin: 0px 10px 10px 10px;
	float: left;
}
#MnpDancingMikes
{
	text-align: center;
}
#MnpDanceWithDJ
{
	margin: 30px 10px 10px 10px;
	font-weight: bold;
	text-align: center;
}
#MnpTime
{
	text-align: center;
}
#MnpLocation
{
	margin: 10px 10px 10px 10px;
	text-align: center;
	float: left;
}
#MnpPrice
{
	margin: 10px 10px 10px 10px;
	text-align: center;
	float: right;
}
#MnpInfo
{
}
#MnpShoes
{
	font-size: small;
	font-weight: bold;
}
#MnpContact
{
	text-align: center;
	width: 400px;
    text-align: left;
    margin: 0 auto;
    margin-top: 15px;
    padding: 10px;
	border: 1px solid Blue; 
	background-color: White;    	

}
