body {
	background-color: #000000;
	color: #dddddd;
	text-align:center;
	font: 10pt arial, helvetica, sans-serif;
}

div#construction {
	font: 72pt arial, helvetica, sans-serif;
	text-align: center;
}

div#main {
	width:640px;
	height:480px;
	border: 1px solid white;
	padding: 0px;
	position: relative;
	top: 50px;
	margin: 0 auto;
}
div#mainnav {
	width: 600px;
	border: none;
	padding: 0px;
	position: absolute;
	top: 400px;
	left: 20px;
	z-index:1;
}
div#legal {
	width: 600px;
	border: none;
	padding: 0px;
	position: relative;
	top: 50px;
	margin: 0 auto;
	color: #dddddd;
	font: 8pt arial, helvetica, sans-serif;
	text-align: center;
}
img {
	border: none;
}

ul.navigation {
	list-style-type: none;
}

div.mainnavbuttons {
	margin: 0px 0px;

}

a {
text-decoration: none;
}

div#weddingbutton {
	width:186px;
	height: 151px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 100;
	left: 236;
}

div#portraitbutton {
	width:187px;
	height: 153px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 278;
	left: 116;
}

div#landbutton {
	width:183px;
	height: 151px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 26px;
	left: 20px;
}

div#label {
	width: 186px;
	height: 58px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 200px;
	left: 15px;
}

div#galleryinfo {
	width: 250px;
	position: absolute;
	right: 40;
	top: 300;
}

div#back {
	width: 50px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 3px;
	left: 3px;
}
	
.about {
	font: 10pt arial, helvetica, sans-serif;
	text-align: justify;
}

div.about {
	width: 200px;
	height: 400px;
	margin-left: 400px;
	margin-top: 50px;
	overflow:auto;
	padding-right:10px;
}

.contact {
	font: 16pt arial, helvetica, sans-serif;
	text-align: justify;
	vertical-align: top;
}

td.contact {
	vertical-align: top;
	text-align: right;
	padding-right: 15px;
}

div.contact {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	margin-top: 100px;
	overflow:auto;
	
}	

textarea {
	width: 300px;
	height: 100px;
}

input.submit {
				color: white;
				background-color: black;
				border: 2px solid white;
				font: 14pt bold arial, helvetica, sans-serif;
				}


