body {
        background: #000;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 0px;
        font-family: Arial, sans-serif; 
        margin-left: 0;
        margin-right: 0;
}

#container {
	text-align: left;
        margin-top: 0px;
        padding: 20px 0px 300px 0px;
        width: 800px;
}

#list {
        width: 465px;
        margin-top: 5px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border: 5px solid #EEE;
        background: #FFF;
        text-align: left;
        float: left;
}

#list h3 {
        font-size: 100%;
        padding-bottom: 2px;
}

#list TABLE {
        border-collapse: collapse;
        width: 465px;
}

#list th {
        text-align: left;
        padding: 10px 10px 10px 10px;
        text-decoration: none;
        text-transform: uppercase;
        color: #666666;
        font-size: 100%;
        border-bottom: 2px solid #DDD;
}

#list td {
        padding: 10px 5px 10px 5px;
        text-decoration: none;
        color: #333;
        border-bottom: 1px dotted #DDD;
}

#list a {
        color: #87BD0D;
        padding: 2px;
        text-decoration: none;
}


#list a:hover {
        color: #FFF;
        background: #87BD0D;
}

#list2 {
        width: 160px;
        margin-top: 5px;
        padding-right: 20px;
        padding-left: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border: 5px solid #EEE;
        background: #EEE;
        text-align: left;
        float: right;
}

#list2 h3 {
        font-size: 100%;
        padding-bottom: 2px;
}

#list2 a {
        text-decoration: none;
}

#list2 TABLE {
        border-collapse: collapse;
        width: 160px;
}

#list2 th {
        text-align: left;
        padding: 10px 10px 10px 10px;
        text-decoration: none;
        text-transform: uppercase;
        color: #666666;
        font-size: 100%;
        border-bottom: 2px solid #DDD;
}

#list2 td {
        padding: 10px 5px 10px 5px;
        text-decoration: none;
        color: #333;
        border-bottom: 1px dotted #DDD;
}

#list2 a {
        color: #A0D626;
        padding: 2px;
}


#list2 a:hover {
        color: #A0D626;
}

#list3 {
        margin-top: 0px;
        margin-bottom: 0px;
        background: #333;
        padding: 10px 20px 10px 20px;
}

#list3 p {
       padding-top: 20px;
}

#list3 h3 {
        font-size: 180%;
        color: #FFF;
        padding-left: 10px;
}

#list3 img {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        border: 10px solid #FFF;
}

#footer {
        background: #111;
        padding: 10px 25px 1px 0px;
}

#footer p {
        color: #333;
        text-align: right;
}

table {
        width: 350px;
        border-collapse: collapse;
}

th {
        padding: 10px 0 10px 10px;
        border-bottom: 1px dotted #CCC;
        text-align: right;
}

td {
        padding: 10px 0 10px 10px;
        border-bottom: 1px dotted #CCC;
}

tr {
}

.q {
        border-bottom: 1px dotted #CCC;
        padding-bottom: 10px;
        margin-bottom: 20px;
}


p {
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	text-align: left;
}

.menu {
        width: 800px;
        padding: 10px 0px 10px 0px;
        margin-top: 10px;
        margin-bottom: 0px;
        background: #111;
        border-top: #111 3px solid;
}

.menu a {
        font-size: 14px;
        text-decoration: none;
        color: #FEFCFF;
        font-weight: bold;
        padding: 10px 10px 10px 10px;
        text-transform: uppercase;
}

.menu a#selected {
        color: #FEFCFF;
        background: #333;
        border-top: #4AC5EB 3px solid;
}

.menu a:hover {
        text-decoration: none;
        color: #FFF;
        font-weight: bold;
        background: #222;
        border-top: #222 3px solid;
}

.menu img {
        padding-left: 8px;
}

a {
        color: #4AC5EB;
        text-decoration: none;
        font-weight: bold;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url("http://miwaza.com/photography/img/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("http://miwaza.com/photography/img/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("http://miwaza.com/photography/img/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	color: #000;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; padding-right: 5px;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}