@charset "UTF-8";
#flash {
	padding: 0px;
	height: 220px;
	width: 760px;
	background-color: #00CC00;
}
#menu {
	height: 50px;
	width: 760px;
	background-color: #666666;
	background-image: url(../images/menu_normal_03_03.gif);
}
/* CSS Document */

/* Main page Styles */#header {
	padding: 0px;
	height: 270px;
	width: 760px;
}
#primaryContent {
	height: 600px;
	width: 760px;
	background-color: #99CCCC;
}
#sidebar {
	background-color: #D8D2C4;
	float: right;
	padding: 0px;
	height: 600px;
	width: 200px;
}
#sidebar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main td #specials {
	background-image: url(../images/specials-bg.gif);
	background-repeat: no-repeat;
	padding: 50px 25px 25px;
	height: 175px;
	width: 200px;
	margin-top: 5px;	
}

#main #specials p {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #224e52;
	padding-left: 10px;
	padding-right: 5px;
}



#main td #no-specials {
	background-image: url(../images/environment-bg.gif);
	background-repeat: no-repeat;
	padding: 50px 25px 25px;
	height: 175px;
	width: 200px;
	margin-top: 5px;	
}

#main #no-specials p {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #224e52;
	padding-left: 10px;
	padding-right: 5px;
}
