body{
	background-color: #000;
	color: #efefef;
	font: 14px Arial, Helvetica, sans-serif, Optima;
	margin: 0px;
	}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;	
	}
a:hover{
	color: #CCCCCC;
	}
h1 {
	font-size: 22px;
	color: #6695CC;
	text-align: center;
	}


	/* START HEADER */
	#header{
		height: 145px;
		background: url(../img/header_slice.jpg);
	}	

		/* END HEADER */
	
	/* START NAVIGATION */
#navigation{
	font-size: 12px;
	text-align: center;
	color: #659CD3;
	padding: 4px;
	}
	#navigation ul{
		margin: 0;
		padding: 0;
		}
	#navigation ul li {
		list-style-type: none;
		padding: 0px;
		display: inline;
		padding: 0 10px 0 10px;
		}
	#navigation a:link, #navigation a:visited, #navigation a:active {
		color: #6695CC; 
		text-decoration: none;
		}
	#navigation a:hover{
		color: #fff;
		text-decoration: none;
		}
	/* END NAVIGATION */
	
	/* START PAGE BODY */
#content {
	width: 800px;
	\width: 800px;
	w\idth: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	text-align: center;
	}
	
/* END PAGE BODY */
	
	/* START GALLERIES */
#gallery{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#enlarge{
	width: 475px;
	height: 500px;
	}
#enlarge img{
	border: 3px solid #fff;
	}
.thumbnails td{
	width: 70px;
	height: 70px;
}
.thumbnails img{
	border: 1px solid #666;
	}
.stroke{
	border: 1px solid #ccc;
	}
/* END GALLERIES */
	
	/* START FORMS */
	form{
	
		}
	
		input[type="text"], textarea{
			color: ;
			background-color: ;
			border: ;
			padding: ;
			}
		
		input[type="submit"]:hover{
			cursor: pointer;
			}/* END FORMS */
	
	/* START FOOTER */
	#footer{
		padding: 0;
		margin-top: 10px;
		text-align: center;
		font-size: 12px;
		}
/* END FOOTER */
