@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1d1d1d;
	text-align: center;
	color:#FFFFFF;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 131px 0 0 0;
	background-image: url(../images/weddingphotographyheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi {
	background-color: #848484;
	width: 100%;
	height: 22px;
	text-align: center;
}
#navi ul {
	list-style: none;
	margin: 0;
	margin-left: 160px;
	padding: 0;
}
#navi li {
	float: left;
	width: 170px;
	padding-top: 1px;
	height: 21px;
}
#navi li:hover {
	background-color: #666666;
}
#navi a {
	text-decoration: none;
	color: #FFFFFF;
	outline: 0;
}
#content {
	background-image: url(../images/bgright.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	min-height: 424px;
	padding: 5px;
	padding-right: 255px;
}
#content a {
	color: #FFFFFF;
	outline: 0;
}
#pageHeader {
	color: #DDDDDD;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contactInner {
	padding-left: 100px;
}
#recent {
	text-align: center;
}
#recent img {
	border:8px solid white;
	margin-left: auto;
	margin-right: auto;
}
#recent img.landscape {
	width: 600px;
}
#recent img.portrait {
	width: 400px;
}
#recent p {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}
#footer {
	background-color: #848484;
	width: 100%;
	height: 18px;
	text-align: center;
	font-size: 0.7em;
	padding-top: 4px;
}
#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}