@charset "utf-8";
/* ###########################
Mike and Jamie Wedding
Main CSS Document
########################### */

@import url("text.css");
@import url("photogallery.css");
@import url("nav.css");

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.png);
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.bg-top {
	position:absolute;
	z-index:0;
	left:50%;
	margin-top:0px;
	margin-left:-1000px;
}
.header {
	position:absolute;
	z-index:10;
	margin-top:10px;
	margin-left:-425px;
	left:50%;
}
.content {
	position:absolute;
	z-index:10;
	width:850px;
	margin-top:300px;
	margin-left:-425px;
	left:50%;
}
