/* Dina's at the Mont CSS Document. Created by Mellon Technology Services. info@mellontech.com */

body, html{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	background-image:url(../images/pgBG.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
#wrapper{
	width:800px;
	margin:0 auto;
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}
#miniwrapper{
	width:528px;
	margin:0 auto;
	padding:172px 0 0 0;
	}
#masthead{
	width:528px;
	height:216px;
	background-image:url(../images/cake.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	}
#menu{
	height:102px;
	width:528px;
	background-image:url(../images/menu_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	}
#menu ul{
	list-style-type:none;
	float:right;
	margin:75px 30px 5px 0;	
	}
#menu li{
	display:inline;
	margin:0;
	padding:0 0 0 5px;
	}
#menu a{
	color:#990000;
	text-decoration:none;
	}
#menu a:hover{
	color:#FF0000;
	}
#menuline{
	background-color:#990000;
	height:1px;
	margin:0 15px;
	}
#content{
	background-image:url(../images/content_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:468px;
	padding:20px 30px 10px;
	}
#footer{
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	width:478px;
	height:95px;
	padding:25px 0 0 50px;
	}
#footertext{
	width:400px;
	padding:10px;
	font-size:x-small;
	color:#ffffff;
	text-align:center;
	background-color:#990000;
	}
#footertext a{
	color:#FFFFFF;
	}
#clearit{
	clear:both;
	height:0px;
	}