
/* basic elements */
body { 
	font:  georgia; 
	color: #555753; 
	background-color: #CEE3F6;
                background-image: url('alps.jpg');
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-position: top left; 
	margin: 0px; 
                	}
p { 
	font: georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 130% georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #336699;
	}
.accomplish {
                  font: georgia; 
	  color: #336699;
                  }
p.indexstuff { 
	text-align: center; 
                font-family: verdana;
                font-weight: bold; 
                font-size: 70%;
                 color: #808080;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6699CC;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #99CCFF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #6699CC;
	}


/* specific divs */
#content {
	padding: 0px 10px 0px 10px;
                width: 66%;    
                border: 1px dashed #336699;     
                float:right;   
                margin: 50px;  
                background: #FFF;
	} 
#menu {
	margin: 50px 15px 15px 50px;
                padding-left: 20px;
                padding-top: 20px;
                padding-bottom: 20px;
	width: 15%; 
	float: left;
                border: 1px dashed #336699;
                position: fixed;
                background: #FFF;
	}