/* ---------------------------------------------------------------------- */
/*              Outline of the CalmView web site                          */ 
/* ---------------------------------------------------------------------- */

body
{
	padding: 0;
	margin: 0 auto 0 auto;
	width: 775px;
/*	background-image: url(images/calmview-back.gif);*/
	background-color: #eff0f0;
	background-repeat: repeat-x;
	background-position: top center;
}

div 
{
    margin: 0px;
    border-width: 0px;
    background-color: transparent;
}


/* This div contains the navigation menu and the content panel */
div.site
{
	float: left;
	width: 775px;
/*	margin-bottom: 1px;*/
	background-color: #FFFFFF;
/*	border-left: solid 10px white;*/
	margin-right: -10px;
	padding-bottom: 15px;
}

/* Content for every web page */
div.content 
{
    float: left;
    padding: 1px 1px 1px 1px;
	width: 582px;
	background-color: #FFFFFF;
	overflow: hidden;	
}

/* This div may exist on some content pages within the content div */
div.main
{
	/*width: 100%;*/
    padding: 10px 3px 3px 3px;			
}

/* Left hand column */
div.navigationmenu
{
    float: left; 
    margin-left: 0px; 
	margin-right: 6px; 
    width: 175px;
/*    border-top: solid 1px #FFFFFF;*/
	padding-right: 10px;
	background-color: #f5f5f5;
    box-shadow: 5px 5px 5px #999;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
}

iframe
{
    border: none;
}

.PageFooter, .PageHeader
{
    clear: both;
}

#footerlinks li
{
    margin-right: 0.5em;
}




             
