*{margin:0;padding:0;}	
body,
	html {
		margin:0;
		padding:0;
		background:#909090;
		color:#000;
	}
	body {
		min-width:750px;
	}
	#wrap {
		background:#FFFFFF;
		margin:0 auto;
		width:1000px;
	}
	#header {
		background:#909090;
	}
	#header h1 {
    	padding:0px;
	    margin:0;
    }
	#nav {
		background:#FFFFFF;
		width:780px;
		padding:0px;
		float:right;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		background:#FFFFFF;
		float:left;
		width:200px;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	#sidebar {
		background:#FFFFFF;
		float:right;
		width:790px;
		clear:both;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
		background:#cc9;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
    }

.leightbox {
        color: #333;
        display: none;
        position: absolute;
        top: 25%;
        left: 25%;
        width: 65%;
        height: 50%;
        padding: 1em;
        border: 5px solid #000000;
        background-color: white;
        text-align: left;
        z-index:1001;
        overflow: auto;
}

.leightbox2 {
        color: #333;
        display: none;
        position: absolute;
        margin-top: 100px;
        left: 25%;
        width: 65%;
        height: 50%;
        padding: 1em;
        border: 5px solid #000000;
        background-color: white;
        text-align: left;
        z-index:1001;
        overflow: auto;
}

.leightbox3 {
        color: #333;
        display: none;
        position: absolute;
        top: 150%;
        left: 25%;
        width: 65%;
        height: 50%;
        padding: 1em;
        border: 5px solid #000000;
        background-color: white;
        text-align: left;
        z-index:1001;
        overflow: auto;
}

.leightbox4 {
        color: #333;
        display: none;
        position: absolute;
        top: 150%;
        left: 25%;
        width: 65%;
        height: 50%;
        padding: 1em;
        border: 5px solid #000000;
        background-color: white;
        text-align: left;
        z-index:1001;
        overflow: auto;
}

.leightbox5 {
        color: #333;
        display: none;
        position: absolute;
        top: 150%;
        left: 25%;
        width: 65%;
        height: 50%;
        padding: 1em;
        border: 5px solid #000000;
        background-color: white;
        text-align: left;
        z-index:1001;
        overflow: auto;
}

.leightbox6 {
        color: #333;
        display: none;
        position: absolute;
        top: 150%;
        left: 25%;
        width: 65%;
        height: 50%;
        padding: 1em;
        border: 5px solid #000000;
        background-color: white;
        text-align: left;
        z-index:1001;
        overflow: auto;
}


#overlay{
        display:none;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:1000;
        background-color:#333;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

	</style>
