* {
	margin: 0;
	padding: 0;
}

body {
	color: #CCC;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
}

.menu a:link {
	text-decoration: none;
	color: #999;
}
.menu a:active {
	text-decoration: none;
	color: #999;
}
.menu a:visited {
	
	
	
	
	
	
	
	
	
	
	text-decoration: none;
	color: #999;
}
.menu a:hover {
	text-decoration: none;
	color: #333;
}

a:link {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: underline;
	color: #999;
}
a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #666;
}

.menu {
	position: fixed;
	font-weight: bold;
}

.gallery {
	padding-top: 30px;
}

.abouttext {
	width: 360px;
	padding-top: 30px;
	font-size: 11px;
	color: #999;
	line-height: 17px;
	text-transform: none;
}

img {
	padding-right: 8px;
}

p {
	padding-bottom: 17px;
}

.copyright {
	bottom:0;
	color:#999;
	font-size:10px;
	position:fixed;
	padding-bottom: 10px;
	text-transform: none;
}

