/* CSS Document */
    body {
	    margin: 0px ;
		padding: 0px ;
		background-color: #f1f1f1 ;
		font-family: Arial, Helvetica, sans-serif ;
	    font-size: 14px ;
        background: url(../images/background.gif) ;
	}
	
    #header {
        width: 100% ;
	    height: 178px ;
		background-color: #ccccff ;
		border-bottom: 4px solid blue ;
		overflow: hidden ;
    }
    #logo_l {
        float: left ;
		margin-left: 40px ;
    }
    #logo_r {
       float: right ;
	   margin-right: 80px ;
    }
	#ManagedPhotos {
	    width: 400px ;
	    Color: black ;
		margin-top: 30px ;
		font-size: 45px ;
		font-family: Arial, Helvetica, sans-serif ;
		border-bottom: 4px inset silver ;
	}
	#tagline {
	    width: 400px ;
		text-align: center ;
	    font-size: 20px ;
	}
	#wrapper {
	    width: 840px ;
		height: 770px ;
		background-color:#cccccc ;
		background-color: white ;
		padding: 0px ;
		position: relative ;
        background: url(../images/background.gif) ;
		border-left: 1px solid blue ;
		border-right: 1px solid blue ;
	}
	#nav {
	    width: 840px ;
		height: 30px ;
		background-color:#0066CC ;
		padding-top: 4px ;
		border-bottom: 3px solid silver ;

	}
	#nav ul {
	    color: white ;
	    font-size: 12px ;
		font-weight: bold ;
		font-family: Arial, Helvetica, sans-serif ;
		margin-top: 0px ;
		padding-top: 5px ;
		text-decoration: none ;
		padding-left: 0px ;
		margin-left: 0px ;
	}
	#nav ul li {
	    display: inline ;
		margin-right: 0px ;
		margin-left: -5px ;
		padding: 5px 10px 2px 10px ;
		border-left: 3px groove gray ;
		border-right: 3px groove gray ;
	}
	#nav ul li a {
		text-decoration: none ;
	}
	#nav ul li a:visited, #nav ul li a:link {
	    color: white ;
		color: black ;
	}
	#nav ul li a:hover {
	    color: #e2e2e2 ;
	}
	#leftPanel {
	    float: left ;
	    width: 190px ;
		height: 742px ;
		background: #9999ff ;
		text-align: left ;
		position: absolute ;
		top: 37px ;
		left: 0px ;
		padding-top: 40px ;
	}
	#leftPanel ul {
	    margin: 10px 0px 0px 25px;
		padding: 0px ;
		list-style-type: none ;
	}
	#leftpanel ul li {
	}
	#leftPanel ul li a:link, #rightPanel ul li a:visited {
        color: white ;	
		text-decoration: none ;	
	}
	#leftPanel ul li a:hover {
        color: #e2e2e2 ;
		text-decoration: none ;	
	}
	#mainPanel {
	    width: 650px ;
		padding: 20px 10px 20px 10px ;
		text-align: left ;
		position: absolute ;
		top: 30px ;
		left: 191px ;
	}	
	#rightPanel {
	    float: right ;
	    width: 190px ;
		height: 742px ;
		padding-top: 30px ;
		background: #9999ff ;
		text-align: left ;
	}
	#rightPanel ul {
	    margin: 10px 0px 0px 25px ;
		padding: 0px ;
	}
	#rightPanel ul li {
	    text-decoration: none ;
	}
	#rightPanel ul li a:link, #rightPanel ul li a:visited {
        color: white ;	
	}
	#rightPanel ul li a:hover {
        color: #e2e2e2 ;
	}		
	#trailer {
	    width: 100% ;
		height: 43px ;
		font-size: 10px ;
		padding: 2px ;
		background-color: #ccccff ;
		border-top: 4px solid blue ;
		text-align: center ;
	}
	#trailer p {
	    margin: 0px 0px 2px 0px ;
		padding: 0px ;
	}
