body {		font-family:"georgia";
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#555;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
		color:#FFF5C6;// white;				/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	a {color:#FFF5C6}
	a:visited {color:#FFF5C6}

	#menu_container {clear:both;
		float:left;
		width:100%;
		background:#FFF5C6}
	#container {
			position: relative;
		        width: 906px; /* width + border for IE 5.x */
			width: 900px; /* real width */
			margin: auto}
	#logo {height:93px;width:85px;border-width:0px;padding:0px 0px 20px 10px}
	div.banner_top {	position:absolute;
			top:0px;left:285px;width:300px;
			Font-size:55pt;
			font-family:"monotype corsiva","ITC Zapf Chancery Medium Italic","Apple chancery";
			color:#FFF5C6}
div.banner_bottom {position:absolute;
			top:75px;left:427px;width:500px;
			Font-size:20pt;font-family:"monotype corsiva","ITC Zapf Chancery Medium Italic","Apple chancery";
			color:#FFF5C6}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background:black;

	}
	
		/* Footer styles */
	#footer {
        clear:both;
        float:left;
	text-align:center;
        width:100%;
	background:black;
    }
    #copyright {padding-top:50px;padding-bottom:20px;width:100%;text-align:center;font-size:smaller}
    #next_prod {padding-top:5px;padding-bottom:20px;width:150px}
    #act_message {padding-top:50px;padding-bottom:20px;width:150px}
