body {
	background-repeat: repeat-x;
	background-image: url(../images/header_tile.jpg);
	padding: 0px;
	margin: 0px;
	background-color: black;
}

#container {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	min-height: 920px;
	width: 1024px;
	background-color: black;
}

#header {
	text-align: center;
	float: left;
	background-color: grey;
	background-image: url(../images/header_tile.jpg);
	padding: 0px;
	margin: 0px;
	height: 327px;
	width: 1024px;
	background-repeat: repeat-x;
}

#navi {
	position: relative;
	left: 126px;
	float: left;
	height: 25px;
	width: 774px;
}

#spacer1 {
	min-height: 48px;
	float: left;
	width: 1024px;
	background-color: black;
}

#spacer2 {
	min-height: 40px;
	float: left;
	width: 1024px;
	background-color: black;
}

#spacer3 {
	height: 90px;
	float: left;
	width: 1024px;
	background-color: black;
}

#spacer4 {
	height: 77px;
	float: left;
	width: 1024px;
	background-color: black;
}

#textbox {
	position: relative;
	left: 126px;
	margin: 0px;
	line-height: 1.9em;
	min-height: 100px;
	width: 774px;
	float: left;
	padding: 0px;
	word-wrap: normal;
	text-align: center;
	font-size: 0.9em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: white;
}

#portfolio {
	position: relative;
	left: 247px;
	float: left;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	background-color: black;
	min-height: 270px;
	padding: 0px;
	width: 533px;
}

#backnext {
	background-color: black;
	height: 15px;
	left: 247px;
	float: left;
	position: relative;
	width: 533px;
}

#next {
	float: right;
}

.thumbrowstart {
	margin-left: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-top: 8px;
	float: left;
	padding: 0px;
}

.thumb {
	margin-right: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 0px;
	margin-left: 16px;
	float: left;
}

#footer {
	word-spacing: 0.2em;
	letter-spacing: 0.2em;
	background-color: black;
	text-align: center;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	bottom: 0px;
	float: left;
	padding: 0px;
	height: 35px;
	width: 1024px;
	color: #aed732;
	font-size: 0.6em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.menu_btn {
	padding: 0px;
	float: left;
	margin: 0px;
}

.firstcap {
	letter-spacing: 0.1em;
	line-height: 1.9em;
	color: white;
	font-size: 1.2em;
	font-variant: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

img {
	border-style: none;
	cursor: pointer;
}

/* the overlayed element */ 
.simple_overlay { 
    
    background-image:url(http://static.flowplayer.org/img/overlay/apple.png);
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color: #000;
    min-width:100px;     
    min-height:200px; 
    border:2px solid #aed732; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-30px; 
    top:-30px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* styling for elements inside overlay */ 
.details { 
    position:absolute; 
    top:15px; 
    left:20px; 
    font-size:1em; 
    color:#fff; 
    width:50px; 
} 
 
.details h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}

#tooltip { 
    font-family: Helvetica, Verdana, Arial, sans-serif; 
    text-align: center; 
    display:none; 
    background:url(../images/green_tooltip.png); 
    font-size: 0.7em; 
    height:20px; 
    width:160px; 
    padding: 25px; 
    color: black;
    z-index: 9999;     
}

#mask { 
    background:black url(../images/black_square.jpg) repeat;
    opacity: 1; 
}
