@charset "utf-8";

/* Eva's Bridal */

body {
	margin-top: 0px;
	background-color: #d9a853;
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: black;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
}

a img {
	border-width: 0px;
	border-style: none;
}

#wrapper {
	width: 1000px;
	margin: 0px auto;
}

#header {
	margin-left: 130px;
	margin-right: 130px;
}

#content {
	margin-left: 130px;
	margin-right: 130px;
}

#footer {
	width: 1000px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(images/bridal.jpg);
	background-repeat: no-repeat;
}
