body {
		background: #333;
		width: 100%;
		margin: 20px auto;
	background-color: #333333;


	}
	p {
		
		margin: 0 0 2em;
	}
	h1 {
		margin: 0;
	}
	a {
		color: #339;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: underline;
	}
	#mydiv {
		position:relative;
		top:40px;
		
		width: 100 %;
	}

	.button {
		display: inline-block;
		zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
		*display: inline;
		vertical-align: baseline;
		margin: 0 1px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		font: 14px/100% Arial, Helvetica, sans-serif;
		padding: .5em 2em .55em;
		text-shadow: 0 1px 1px rgba(0,0,0,.3);

	}
	.button:hover {
		text-decoration: none;
	}
	.button:active {
		position: relative;
		top: 1px;
	}

	
	/* gray */
	.gray {
		color: #e9e9e9;
		border: solid 1px #555;
		background: #6e6e6e;
		background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
		background: -moz-linear-gradient(top,  #888,  #575757);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
	}
	.gray:hover {
		background: #616161;
		background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
		background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
	}
	.gray:active {
		color: #afafaf;
		background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
		background: -moz-linear-gradient(top,  #575757,  #888);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
	}

	#main {
		position: relative;
		top: 110px;
		height: 665px;
		width: 800px;
		vertical-align: baseline;
		margin: 0 1px;
		
		outline-width: thin;
		
		text-align:center;
		text-decoration: none;
		font: 14px/100% Arial, Helvetica, sans-serif;
		 color: silver;
		padding: .5em 2em .55em;
		
	}

.Photography
{
	font-family: "Charlemagne Std";
	font-size: large;
	color: #999;
	
}
