@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #1C90FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-size: 20px;
	clear: both;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}


a:link, a:active, a:visited {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}


#container {
	width: 898px;
	text-align: left;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/mdheader.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 295px;
	border-top: 0px;
} 
img#logo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#header {
	height: 350px;
	background-image: url(images/mdheader.jpg);
	background-repeat: no-repeat;
	background-color: #38A0FF;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#sidebar1 {
	float: right;
	text-align: right;
	margin-right: 50px;
}
#Nav {
	margin: 0px;
	padding: 0px;
}

#Nav li {
	display: inline;
	margin-bottom: 10px;
	width: 165px;
	line-height: 125%;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 18px;
}
#Nav a {
	color: #CC0000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#Nav a:active {
	color: #004182;
}

#mainContent {
	float: right;
	padding: 20px;
	clear: both;
	width: 858px;
	position: relative;
} 
.thumb {
	float: left;
	margin-right: 15px;
}

.col2 {
	clear: none;
	float: left;
	width: 390px;
	padding: 0 15px;
}
.fom {
	color: #990000;
	font-size: 110%;
	text-transform: uppercase;
}


ul.flavors {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 400px;
	float: left;
}
ul.flavors li {
	font-size: 14px;
}
td {
	text-align: center;
}
#pageBottom {
	height: 292px;
	clear: both;
	width: 100%;
}
#pageBottom a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#pageBottom ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.button {
	display: inline;
	float: left;
	width: 259px;
	list-style-type: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	color: #9F0004;
	margin: 0;
	padding: 185px 20px 0px;
	height: 120px;
}
#party {
	background-image: url(images/mdfooter-1.jpg);
		background-repeat: no-repeat;

}
#signup {
	background-image: url(images/mdfooter-2.jpg);
		background-repeat: no-repeat;

}
#flavor {
	background-image: url(images/mdfooter-3.jpg);
	background-repeat: no-repeat;
	font-size: 20px;
}

#footer {
	font-size: 12px;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
} 

#footer p {
	line-height: 175%;
}
#footer a {
	color: #990000;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-size: 22px
}
