/* Content.css Restaurant website main stylesheet*/body{font-family: Palatino, serif;font-style: normal;font-weight: lighter;color: #9c9c9c;background-color: #485f74;}body.pages{font-family: Garamond, Times, serif;font-size:20px;font-style: normal;font-weight: lighter;margin: 25px;background-color: #485f74;}#header{	width: 565px;height: 85px;	margin: 0px  /* Right and left margin widths set to "auto" */	text-align:left; /* Counteract to IE5/Win Hack */	padding:0px;position: absolute;top: 50px;background-color: #0e173d;	}#menu{width: 100px;height: 365px;	margin: 0px auto; /* Right and left margin widths set to "auto" */	text-align:left; /* Counteract to IE5/Win Hack */	padding:0px;border-bottom: 1px  solid #9c9c9c;}#bordered{border-left-style: solid; border-left-color: #9c9c9c; border-left-width: 2px; }#content{width: 550px;		minimum-height: 360px;	}#contentbox{min-height: 350px;width: 520px;	position: relative;top: 0px;left: 0px;	}#contact{width: 520px;	position: relative;top: 0px;left: 0px;border-left-style: solid; border-left-color: #9c9c9c; border-left-width: 2px; 	}#page{	width: 565px;height: 300px;	margin:0px auto; /* Right and left margin widths set to "auto" */	text-align:left; /* Counteract to IE5/Win Hack */	padding:0px;position: relative;top: 0px;	}a:link{text-decoration: none;color: #9c9c9c;font-style: normal;font-weight: lighter;}a:visited{text-decoration: none;color: #9c9c9c;font-style: normal;font-weight: lighter;}a:hover{text-decoration: none;color: #d1d1d1;font-style: normal;font-weight: lighter;}strong{letter-spacing: 1px;}h2{font-family: Garamond, Times, serif;font-size: 18px;font-style: normal;font-weight: lighter;color: #d1d1d1;margin-top: 2px;margin-bottom: 0px}h1{font-family: Palatino, serif;color: #d1d1d1;font-size: 20px;font-style: normal;font-weight: lighter;margin-top: 10px;margin-left: 5px;}h2{font-family: Palatino, serif;color: #d1d1d1;font-size: 20px;font-style: normal;font-weight: lighter;margin-top: 10px;margin-left: 5px;}h3{font-family: Palatino, serif;color: #d1d1d1;font-size: 14px;font-style: normal;font-weight: lighter;margin-top: 10px;margin-left: 5px;}hr {width: 100%;color: #d1d1d1;border: 0;height: 1px;}p.links{font-size: 16px;font-style: normal;color: #d1d1d1;margin-bottom: -6px;}p.content{font-size:14px;font-family: Palatino, serif;color: #d1d1d1;margin-top: 10px;margin-left: 15px;}p.menu{font-size:15px;font-family: Palatino, serif;color: #d1d1d1;margin-top: 10px;margin-left: 15px;}p.drinks{font-size:13px;font-family: Palatino, serif;color: #d1d1d1;margin-top: 10px;margin-left: 15px;}p.menuwine{font-size:12px;font-family: Palatino, serif;color: #d1d1d1;margin-top: 10px;margin-left: 15px;}p.winelist{font-size:12px;font-family: Palatino, serif;color: #d1d1d1;margin-top: 10px;margin-left: 15px;}p.wineinfo{font-size:11px;font-family: Palatino, serif;color: #d1d1d1;margin-top: -10px;margin-left: 18px;}img{margin: 10px }