        a, a:visited {
            color: #CCCCCC;
            text-decoration: none;
        }
        a:active {
            color: #FFFFFF;
            text-decoration: none;
        }
        a:hover, a:focus {
            color: #FFFFFF;
            text-decoration: underline;
        }
        body, html {
/* (5) */   background: #333333 url(images/organic_1680x1050.jpg); /* This is the background color of the whole webpage. */
            font-family: Verdana, Arial, Helvetica, sans-serif;
            /*text-align: center;*/
            width: 99%;
            height: 95%;
        }
        h1 {
            color: #FFFFFF;
        }
        img {
            border: none;
        }
        p {
            color: #999999;
            font-size: 0.6em;
        }
			
			#header {
				margin:0 auto 0 auto; height:250px;
			}  
			
			/*-------------left side------*/
			#leftPan{
				width:160px; padding:19px 0 0 0; float:left;	
			}      
			      	
        	
        div.outer {
        		width:900px;
            height: 600px;
            position:absolute;
            /*top:-90px;*/
				left:165px;
        }
        #megazine {
            height: 100%;
            outline: none;
            width: 100%;
        }

/* leftMenu */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

#leftMenu .kwicks li{
	width: 125px;
	height: 100px;
	margin-bottom: 3px;
}
#leftMenu #kwick1 { 
	background-color: #FF5100;
}
#leftMenu #kwick2 {
	background-color: #B33900;
}
#leftMenu #kwick3 {
	background-color: #FFD000;
}
#leftMenu #kwick4 { 
	background-color: #B39200;
	margin-bottom: none;
}
