/* ---------------------------------------------------------------------- */
/*              Outline of the CalmView web site                          */ 
/* ---------------------------------------------------------------------- */

body
{
	padding: 0;
	margin: 0 auto 0 auto;
	width: 775px;
	background-image: url(images/calmview-back.gif);
	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: 750px;
	margin-bottom: 1px;
	background-color: #FFFFFF;
	border-left: solid 25px #005943;
	padding-bottom: 10px;
}

/* Content for every web page */
div.content 
{
    float: left;
    padding: 1px 1px 1px 1px;
	width: 577px;
	background-color: #FFFFFF;
	overflow: hidden;	
}

/* This div may exist on some content pages within the content div */
div.main
{
	width: 100%;
    padding: 3px 3px 3px 3px;			
}

/* Left hand column */
div.navigationmenu
{
    float: left; 
    margin-left: 0px; 
    width: 166px;
    border: solid 1px #FFFFFF;
}

iframe
{
    border: none;
}

.PageFooter, .PageHeader
{
    clear: both;
}


#footerlinks li
{
    margin-right: 0.5em;
}
             
