/***** Global Settings *****/

@import url(reset.css);

body  {
	background-image: url('../images/bg1.jpg');
	background-repeat: repeat-x;
	color: #666; 
	font-size: 0.8em;
	}

/***** Font Styles *****/

a 	{ color: #003399; }
a:hover { color: #333; }
p	{ padding: 7px 2px; }


/***** Layout Elements (from top left to bottom right) *****/

#container {
	position: relative;
	width: 970px;
	height: 100%;
	margin: 0 auto;
}

#content { 
	margin-top: 20px;
	margin-bottom: 20px;
}

#page {
	width: 800px;
	padding: 25px;
	background: #eee;
	margin: 0 auto;
	margin-bottom: 20px;
}

#header a {
	display: block;
	background-image: url('../images/header.jpg');
	width: 264px;
	height: 85px; 
}

#navbar {
	position: absolute;
	display: block;
	width: 600px;
	height: 30px;
	top: 64px;
	right: 5px;
}

#navbar a {
	display: block;
	background-image: url('../images/tab-sm.gif');
	width: 90px;
	height: 18px;
	text-align: center;
	float: left;
	padding-top: 4px;
	margin-left: 2px;
	font-size: 11px;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8 ;
	opacity: 0.8;
}

#navbar a:hover {
	filter:alpha(opacity=100); 
	-moz-opacity: 1 ;
	opacity: 1;
	}
	
#specials {
	width: 951px;
	height: 210px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	}

#footer {
	background-image: url('../images/gradient1.jpg'); 
	background-repeat: no-repeat;
	background-position: 310px;
	font-size: 11px;
	display: block;
	width: 100%;
	text-align: center;
	color: #999;
	margin-top: 5px;
	padding: 5px;
	}

#footer a 	{ color: #777; font-size: 11px; }
#footer a:hover	{ color: #555; }
#footer h3 	{ font-size: 13px; color: #bbb; }