 body {
        	font-family: Georgia, "Times New Roman", Times, serif;
        	margin: 0;
        	padding: 0;
        	background-color: #000000;
        	}
			
		#content {
			font-size:16px;
			}
        
        #mainback {
        	position: relative;
        	width: 760px;
			height: 527px;
        	margin-top: 100px;
        	margin-left: auto;
        	margin-right: auto;
        	}
        
        #logo {
        	width: 760px;
        	background-color: #2F4631;
        	position: absolute;
			padding-bottom: 12px;
        	top: 17px;
        	color: white;
			filter:alpha(opacity=85);
			-moz-opacity: .85;
			opacity: .85;
        	}
        
        #logo img {
        	margin-left: 5px;
        	}
			
		h2 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:24px;
			}
        	
        h4 {
        	margin: 0 0 5px 10px;
        	padding: 0;
        	font-weight: 500;
        	font-size: 13px;
        	width: 500px;
        	text-align: center;
        	}
        	
        #shadow {
        	width: 790px;
        	height: 80px;
        	position: absolute;
        	background-color: #000000;
        	top: 25px;
        	left: -30px;
			filter:alpha(opacity=75);
			-moz-opacity: .75;
			opacity: .75;
			display: none;
        	}
        
        #next {
        	width:30px;
        	position: absolute;
        	top: 533px;
        	left: 726px;
        	cursor: pointer;
			z-index: 9999;
        	}

		#prev {
        	width:30px;
        	position: absolute;
        	top: 533px;
        	left: 676px;
        	cursor: pointer;
			z-index: 9998;
        	}
        
        #next img {
        	border: 0;
        	}
        	
        #navbar {
        	width: 255px;
        	text-align: right;
        	position: absolute;
        	top: 10px;
        	left: 502px;
        	line-height: 16px;
			letter-spacing: 1px;
        	margin-left: auto;
        	margin-right: auto;
        	margin-bottom: 15px;
        	margin-top: 5px;
        	height: 73px;
        	line-height: 1.1em;
        	}
        
        .nav {
        	color: white;
        	font-size: 12px;
        	text-decoration: none;
        	white-space:nowrap;
        	}
        
        .nav:hover {
        	font-weight:bold;
        	}
        
        #portfolio {
        	font-size: 14px;
        	font-weight: bold;
        	}
        
        	
        #footer {
			color: white;
        	font-size: 11px;
        	text-align: left;
        	width: 760px;
        	margin-left: auto;
        	margin-right: auto;
        	margin-top: 3px;
			position: relative;
        	}
        
        #footer a {
        	color: white;
        	text-decoration: none;
        	}
	
		#footerDiv {
			position: absolute;
			left: 0px;
			text-align: left;
			width: 760px;
			}
