		body {
			background-color: #2e2e2e;
			font-family: sans-serif;
			text-align: center;
			font-size: smaller;
		}
		
		.site {
			width: 820px;
			margin: 0 auto;
		}
		
		.menu {
			text-align: right;
			padding: 0.5em;
			
			background-color: #d8d8d8;
			border: none;
		}
		.menu a {
			text-transform: uppercase;
			color: #999;
			text-decoration: none;
			border-bottom: thin solid #bbb;
			
			margin-right: 2em;
			margin-left: 2em;
		}
		
		.menu a:hover {
			border-bottom: thin solid #777;
		}
		
		.menu a.currentSite {
			border-bottom: none;
			color: #777;
		}
		
		.name {
			position: relative;
			left: -10em;
			text-align: left;
			font-size: larger;
			
			background-color: #2e2e2e;
			color: #d8d8d8;
		}
		
		.name .amateur {
			color: #777;
		}
		
		.gallery {
				background-color: #d8d8d8;
				padding: 0.5em;
		}
		
		.text {
			padding-top: 10em;
			padding-bottom: 10em;
			text-align: left;
		}
		.text a {
			color: #2e2e2e;
			text-decoration: none;
			border-bottom: thin solid #aaa;
		}
		
		.text a:hover {
			border-bottom: thin solid #2e2e2e
		}
	#myGallery
	{
		text-align: left;
		margin: 0 auto;
		width: 800px;
		height: 533px;
		border: none;
	}
	
	.jdGallery .slideElement {
		background-color: #d8d8d8;
	}
	.textimg {
		padding: 0.5em;
	}
	.textimg img {
		float: left;
		margin-right: 0.5em;
	}
