/* clear all margins and padding */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, tr {
	margin: 0;
	padding: 0;
}



/* divs */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0e0e0e;
	color: #d9cfcf;
	
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width 900px;
	height: 150px;
	background-image: url(../images/header_logo.jpg);
}
#navbar {
	width: 900px;
	height: 250px;
	margin-top: 5px;
}
#smallnavbar {
	width: 900px;
	height: 35px;
	border: 1px solid #4a0008;
}
#breadcrumb {
	width: 749px;
	height: 35px;
	float: left;
	font-size: 12px;
	background-image: url(../images/navbar2_bg.png);
	}
#contact {
	width: 150px;
	height: 35px;
	float: right;
	border-left: 1px solid #4a0008;
}
#maincontent {
	width: 900px;
	height: 360px;
	margin-top: 40px;
	background-image: url(../images/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#weddings {
	width: 900px;
	height: 360px;
	margin-top: 40px;
}
#about {
	width: 600px;
	height: 360px;
	float: left;
}
#photo {
	width: 290px;
	height: 310px;
	float: right;
}
#photobottom {
	padding-top: 30px;
}
#contactpage {
	margin-top: 40px;
}
#contactform {
	width: 480px;
	float: right;
	padding-bottom: 40px;
}
#address {
	width: 300px;
	float: left;
	padding-left: 20px;
	padding-bottom: 40px;
}
#footer {
	width: 900px;
	height: 50px;
	margin-top: 40px;
	clear: both;
}



/* type */

h1 {
	font-size: 18px;
}
#address h1 {
	padding-bottom: 10px;
}
h2 {
	font-size: 14px;
	padding-top: 50px;
	padding-left: 15px;
}
#about p {
	font-size: 14px;
	padding-left: 140px;
	padding-top: 40px;
	padding-right: 25px;
}
#footer p {
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 5px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #d9cfcf;
}
#footer a:hover {
	color: #8f0000;
	text-decoration: underline;
}
#address a:link, #address a:visited {
	color: #d9cfcf;
}
#address a:hover {
	color: #8f0000;
	text-decoration: underline;
}				
#breadcrumb ul {
	margin: 0;
	padding:0;
	padding-top: 10px;
	padding-left: 1em;
	list-style: none;
}
#breadcrumb li {
	display: inline;
}
#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none;
	color: #d9cfcf;
	border-left: 12px solid #232323;
	padding-left: 0.8em;
	padding-right: 1.5em;
}
#breadcrumb a:hover {
	color: #6c6c6c;
	text-decoration: underline;
}
#sitemap {
	padding-left: 200px;
}
#sitemap ul {
	margin: 0;
	padding:0;
	padding-top: 10px;
	list-style: none;
	line-height: 2.5em;
	font-size: 12px;
	padding-left: 3em;
}
#sitemap a:link, #sitemap a:visited {
	text-decoration: none;
	color: #d9cfcf;
	border-left: 12px solid #8f0000;
	padding-left: 0.8em;
	padding-right: 1.5em;
}
#sitemap a:hover {
	color: #8f0000;
	text-decoration: underline;
}
#contactpage p {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
}




/* selectors */

a img {
	border: 0;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
	padding-top: 30px;
}
