/* How To Master CSS ~ Template Stylesheet 
 * The layout of chapter 18 is used to create the 100% height effect with
 * a header and a footer, the left and right columns are not used, 
 * The header is now placed within the wrapper instead of above.
 */
body, html {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
	font-size:90%;
}
/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%; 
}
/* end hack */
/* Note that position:relative; was added to make sure
 * elements stay within the wrapper when absolute positioned
 */
#wrapper {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	min-height:100%;
	margin-bottom:0px;
	position:relative;
}
#header { 
	width:732px; 
	height:242px; 
	border:1px solid #CCCCCC;
	background-image:url(../images/atitle1.jpg);
	background-position:170px 10px;
	background-repeat:no-repeat;
	background-color: #ffffff;
	padding-top:10px;
	
}
#footer { 
	width:770px; 
	height:4px; 
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	color:#CCC;
	font-size:10px;
	padding-top:1px;
	clear:both;
}
#clearfooter {
	height:60px;
	clear:both;
}
/* The logo top right */
#logo {
	position:absolute;
	top:18px;
	right:42px;
	height:52px;
	width:300px;
	color:#993300;
	font-family: Tahoma, helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	text-align:right;
}
#slogan {
	color:#993300;
	font-family: Tahoma, helvetica, sans-serif;
	font-weight:bold;
	position:absolute;
	top:160px;
	left:573px;
	width:180px;
	font-size:18px;
}
#centercontent {
	background-image:url(../images/ddd.jpg);
	background-repeat:no-repeat;
	background-position:290px 41px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	margin-right:35px;
	height:1%;
}
#content {
	padding:15px;
}
#centercontent1 {
	background-image:url(../images/ddd.jpg);
	background-repeat:no-repeat;
	background-position:290px 41px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	margin-right:35px;
	height:1%;
}
#centercontent2 {
	background-image:url(../images/esmeb.jpg);
	background-repeat:no-repeat;
	background-position:190px 41px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	margin-right:35px;
	height:1%;
}
#bigc {
color:#993300;
font-size:34px;
font-family:Script MT Bold;
}
#news {
	width:140px;
	padding:5px;
	padding-right:5px;
	float:left;
	padding-left:22px;
	background-image:url(../images/cdd.jpg);
	background-repeat:no-repeat;
}
#news22 {
	width:140px;
	padding:5px;
	padding-right:5px;
	float:left;
	padding-left:22px;
	background-image:url(../images/candle.jpg);
	background-repeat:no-repeat;
}
#news33 {
	width:140px;
	padding:5px;
	padding-right:5px;
	float:left;
	padding-left:22px;
	background-image:url(../images/food.jpg);
	background-repeat:no-repeat;
}
#news44 {
	width:140px;
	padding:5px;
	padding-right:5px;
	float:left;
	padding-left:22px;
	background-image:url(../images/spec.jpg);
	background-repeat:no-repeat;
}
#news55 {
	width:140px;
	padding:5px;
	padding-right:5px;
	float:left;
	padding-left:22px;
	background-image:url(../images/ac.jpg);
	background-repeat:no-repeat;
}
#news66 {
	width:140px;
	padding:5px;
	padding-right:5px;
	float:left;
	padding-left:22px;
	background-image:url(../images/thing.jpg);
	background-repeat:no-repeat;
}
#news h1{
	font-size:13px;
	font-weight:bold;
	color:#0085BF;
}
h4{
	color:#993300;
	font-family: Tahoma, helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	text-align:right;
}

div.scroll {
height: 320px;
overflow: auto;
color: #000000; font-size:14px;
font-family: Tahoma, helvetica, sans-serif;
}

/* The actual position of the menu, note the margin to the left */
#menu {
	position:absolute;
	left:5px;
	top:12px;
}
/* I floated the links to the left because they 
 * became block level elements 
 */
#menu a {
	display:block;
	height:20px;
	/* Top Right Bottom Left (TRouBLe) */
	padding:4px 20px 4px 30px;
	color:#993300;
	font-weight:bold;
	font-size:10px;
	margin-right:5px;
	text-decoration:none;
	width:115px;
	border-bottom:2px solid  #CCCCCC;
	background-image:url(../images/menubutton.gif);
	background-repeat:no-repeat;
	background-position:10px 8px;
	
}
#menu a:hover {
	background-color:#F6F8F4;
	color:#48657A;
	border-bottom:2px solid  #993300;
}
h1 {
	font-size:24px;
	font-weight:bold;
	margin:0px;
	padding-top:5
	color:#993300;
	font-family: Tahoma, helvetica, sans-serif;
}
#time {
padding-top:45
    top-margin:160px;
	left:573px;
)
