body {
	margin: 0px;
	background-color: #FFE4A7;
}
#BaseTable {
	border: 10px solid #FFFFFF;
	background-image: url(../images/background.jpg);
	height:600px;
	width:714px;
	margin-top:15px;
}
#BaseTable #Navigation{
	margin-left: 86px;
	position:relative;
	z-index:5;
	height:58px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
#BaseTable #TopLogo {
	background-image: url(../images/Logo_bkg.jpg);/*background-image: url(../images/Logo.jpg);*/
	float: left;
	/*height: 347px;
	width: 694px;*/
	height: 327px;
	width: 509px;
	margin-top:25px;
	position:absolute;
	z-index: 1;
	top:0pt;
}
#BaseTable #SideTitle {
	background-image: url(../images/Title_Welcome.jpg);/*background-image: url(../images/Welcome_Title.png);*/
	background-repeat:no-repeat;
	float: left;
	height: 351px;
	width: 89px;
	margin-top:25px;
	position:absolute;
	z-index: 4;
	top:0pt;
}
#BaseTable #MainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 470px;
	margin-top: 122px;
	margin-left: 86px;
	position:relative;
	padding-bottom:182px;
	z-index:10;
	overflow:auto;
	min-height:230px;
}
#BaseTable #MainContent a {
	color: #FFFFFF;
}
#BaseTable #MainContent a:hover {
	text-decoration: none;	
	color:#DBDBDB;
}
#BaseTable #Bottom {
	height: 389px;
	width: 694px;
	position:absolute;
	z-index:4;
	vertical-align:text-bottom;
	margin-top:-389px;
}
#BaseTable #Bottom #Left{
	position:absolute;
	background-image: url(../images/bottom_bkg.jpg);/*bottom_bkg.png*/
	background-repeat:no-repeat;
	float:left;
	background-position: left bottom;
	height: 389px;
	width: 392px;
}
#BaseTable #Bottom #Center{
	position:absolute;
	background-image: url(../images/home_bottom.jpg);/*background-image: url(../images/home_bottomimg.png);*/
	background-repeat:no-repeat;
	background-position: left bottom;
	float:left;
	/*margin-top:221px;
	height: 168px;*/
	margin-left: 86px;
	height: 389px;
	width: 372px;
	z-index:5;
}
#BaseTable #Bottom #Right{
	position:absolute;
	margin-left:392px;
	background-image: url(../images/Home_bkg.jpg);/*background-image: url(../images/Homebkg.png);*/
	background-repeat:no-repeat;
	float: right;
	height: 389px;
	width: 301px;
	background-position: right bottom;
}
#Footer{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888988;
	width:694px;
	padding-top:10px;
}
#Footer #Copyright {
	float: left;
	width: 150px;
	padding-top:10px;
}
#Footer #Comment {
	clear:left;
	float: left;
	width: 600px;
	padding-top:3px;
}

#Footer #Fresh {
	float: right;
	width: 93px;
	height:39px;
}

#Footer #Fresh a .img{
	background-image: url(../images/siteby.jpg);
}

#Footer #Fresh a:hover .img {
	background-image: url(../images/siteby_over.jpg);
}

#Footer #Address { 
	float: left;
	width: 58%;
	text-align:center;
	padding-top:10px;
}

a:hover .rollover {
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

.Border{
	border: 5px solid #389cc3;
	margin-right:10px;
}
