@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p{
	padding:0px;
	margin:0px;
}
a img{
	border:none;
}

table{
	width:750px;
	border:none;
}
td, tr{
	text-align:left;
	border:none;
}
li strong{
	color:#CC6600;
}

#whole{
	width:800px;
	margin:auto;
	margin-top:0px;
	text-align:center;
}
#header{
	height:275px;
	width:800px;
}
#menuHeader{
	margin-left:25px;
	text-align:center;
	width:750px;
	height:100px;
}

#nav{
	background-image:url(images/navbar.png);
	width:800px;
	height:80px;
}

#nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li{
	float: left;
	margin: 0 20px;
	margin-right:30px;
}

#nav a{
	text-decoration:none;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#454FA7;
	background-image:url(images/tab.png);
	margin-top:14px;
	margin-left:10px;
	line-height:50px;
	display:block;
	float:left;
	height:50px;
	width:140px;
}

#nav a:hover{
	background-image:url(images/tabActive.png);
}

#activeTab{
	background-image:url(images/tabActive.png);
}






#content{
	background-image:url(images/whiteback.png);
	width:800px;
}

#leftSide{
	background:url(images/JuiceWithFruit.gif) no-repeat;
	height:480px;
	width:240px;
	margin-left: 60px;
}

#rightSide{
    color: #666;
    font-size: 11px;
	width:500px;
	float:right;
}





#footer{
	height:100px;
	width:800px;
	background-image:url(images/footer.png);
}