body { 

	margin-top: 0px;
	color: #333333; 
	margin: 0;
	font-family: Trebuchet MS, Garamond, Georgia, Times New Roman, Times, serif;
      font-size: 90%;
	background-image: url('images/bg3.jpg');
	background-position: 50% 50%;
	background-repeat: repeat-y;
      background-color:#cccccc;
}

.body {
	padding: 0;
	height: 100%;
	width: 850;
	border-right: 1px solid #666699;
	border-left: 1px solid #666699;
	background-image: url('images/mountainbg_reversed2.jpg'); 
	background-position: bottom right; 
	background-repeat: no-repeat;
      background-color:#ffffff;
    /* padding-bottom:400px; */
}

/*
.body td
{
      padding-bottom:0px;
}
*/

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 211px; /* Width of Menu Items */
	font: bold 12px arial;
	background-color:#6a6ac0;
	}

#nav li {
	position: relative;
	background-image:url(images/navBG.png);
	background-repeat:repeat-x;
    float: left; height: 1%;
    width:100%;
	}
	
/* Styles for Menu Items */
#nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
/*	background: #fff;  IE6 Bug */
	padding: 5px;
	padding-left:3px;
    height: 1%;
    /*float:left;
    height:25px;*/
    
	}

/* Fix for IE6. Hide from IE Mac 
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#nav li a:hover { color: #fff; background-image:url(images/navBGover.png); 
	background-repeat:repeat-x; } /* Hover Styles */


@media screen and (-webkit-min-device-pixel-ratio:0) 
{
    /*div.navigationDiv
       {
        float:left;
    }*/
    ul#nav li
        {
       height:30px;
    }
    #nav li:hover { color: #fff; background-image:url(images/navBGover.png); 
	background-repeat:repeat-x; } /* Hover Styles */
        
}





