/*stylesheet for north-photo.com 2.0*/

body{
	background-color: black;
	}

p{
	color: white;
	}

br.mamiya{
	height: 0.5em;
	}

p.about{
	color: black;
	background-color: white;
	width: 50%;
	padding: 10px;
	font-size: 0.95em;
	text-align: justify;
	border: 15px double black;
	}

p.thanks{
	color: black;
	background-color: white;
	width: 240px;
	padding: 10px;
	font-size: 0.95em;
	text-align: center;
	border: 15px double black;
	}

div.weddings{
	width: 80%;
	}

table.home{
	background-color: white;
	border: 0px solid red;
	border-spacing: 5px;
	border-collapse: separate;
	}

td.home{
	padding: 0px;
	border: 5px solid black;
	background-color: black;
	border-bottom-width: 1px;
	}

table.weddings{

	background-color: white;
	border: 0px solid black;
	border-spacing: 3px;
	}

td.weddingtext{
	width: 500px;
	text-align: justify;
	font-size: 0.95em;
	padding: 10px;
	border: 5px solid black;
	}

table.gallery {
	border-spacing: 5px;
	background-color: white;
	height: 80%;
	/*float:left;*/
	}

img {
	border: 0px solid red;
	}

img.home{
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
	}

img.about{
	float: left;
	border: 5px solid black;
	margin-right: 10px;
	}

img.kathleen{
	float: right;
	position: relative;
	left: -100px;
	top: -30px;
	}

img.weddingsig{
	position: relative;
	right: -350px;
	}

img.chicken{
	border: 3px solid black;
	}

h1 {
	color: white;
	}

h5 {
	color: white;
	font-family: times;
	}

img.banner {
	border: 0px solid white;
	}

div.content{
	width: 700px;
	}