﻿body  
{
    font-size:11px; 
    line-height:20px; 
    font-family: Tahoma, Arial;  
    background-image: url("http://www.haljegard.nu/Images/BackGround.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center 
}

#content {width:530; padding-left:230px; padding-right:10px;}
#sidebar {float:left; width:230px; padding-left:10px;}



/* Menu */
.subMenu
	{
		BORDER-RIGHT: black thin solid; 
		BORDER-TOP: black thin solid; 
		BORDER-LEFT: black thin solid; 
		BORDER-BOTTOM: black thin solid;
		background: gray;
		font-style:italic;
	 
	}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* Hide entire CSS code from IE6 */

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 100%; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}

