@charset "utf-8";
/* CSS Document */

<style type="text/css">
body,td,th {
	color: #663333;
	font-family: Tahoma, Geneva, sans-serif;
}
body {
	font-size: 10pt;
	background-color: #663333;
	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 */
	background-image: url(images/random_dots.jpg);
	background-repeat:repeat;
}

.duds #container {
	width: 820px;  /* create container*/
	background: #CCFF99;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
} 

#masthead {
	height:168px;
}

#main {
	margin: 0 220px 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	border-top-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #633;
	padding-left: 10px;
	padding-right: 10px;
	clear:none;
	border-right-width: thin;
	border-right-color: #633;
}

.wish{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
	
#main ul wish {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}	

#quicklinks{
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	height: 186px;
	margin-left: 0px;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #F0F;
	background-color: #CCFF99;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #663333;
	border-right-color: #663333;
	border-bottom-color: #663333;
	border-left-color: #663333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	clear: right;
}

#momsbee{
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	height: 154px;
	margin-left: 0px;
	border-top-width: medium;
	border-top-style: solid;
	border-left-style: none;
	border-top-color: #633;
	clear: right;
	
}
#photoalbum{
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	margin: 0px;
	height: 200px;
	text-align: center;
	background-color: #CCFF99;
	clear: right;
}

#facebook_tag{
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	margin: 0px;
	height: 100px;
	text-align:left;
	border:thin #633;
	background-color: #CCFF99;
	clear: right;
}
#sound{
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	margin: 0px;
	height: 50px;
	text-align:left;
	border:thin #633;
	background-color: #CCFF99;
	clear: right;
}
#sponsors{
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	height: 200px;
	margin: 0px;
	background-color: #CCFF99;
	clear: right;
}
	
.style4 {
	font-weight:bold;
	color: #633;
}
.sound {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}

.copyright {
	font-size: 8pt;
	text-align:center;
	color: #633;
}

.mainheading {
	font-size: 16pt;
	font-family:Verdana, Geneva, sans-serif;
	color: #633;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}

.fltrt { /* The floated element must precede the element it should be next to on the page. */
	float: right;
	
}
.text_on {
	color: #F0F;
}

.dudsbanner {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #633;
}
.style18 {font-size: x-large}

</style>