/* CSS Document */
body {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	background-image: url(siteback.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	color: #4F3F77;
	background-color: #EDEAE1;
	margin-top: 0px;
}

/* basic divs */
#wrapper {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EFEBDE;
	background-image: url(water.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#seo {
	font-size: 8px;
}

#header {
	height: 120px;
	position: relative;
}

#imagelist {
	float: right;
	margin-left: 20px;
}

#imagelist img {
   display: block;
	margin-bottom: 10px;
}

#mainpage {
	position: relative;
	text-align: left;
}

#navigation {
	position: absolute;
	right: 10px;
	top: 30px;
	width: 400px;
}

#navigation a:link, #navigation a:visited, #navigation a:hover {
	display: block;
	width: 120px;
	height: 28px;
}

#homelink a:link, #homelink a:visited {
	background-image: url(buthom_off.gif);
	text-decoration: none;
}

#homelink a:hover {
	background-image: url(buthom_on.gif);
}

#weddinglink a:link, #weddinglink a:visited {
	background-image: url(butwed_off.gif);
	text-decoration: none;
}

#weddinglink a:hover {
	background-image: url(butwed_on.gif);
}

#funerallink a:link, #funerallink a:visited {
	background-image: url(butfun_off.gif);
	text-decoration: none;
}

#funerallink a:hover {
	background-image: url(butfun_on.gif);
}

#contactlink a:link, #contactlink a:visited {
	background-image: url(butcon_off.gif);
	text-decoration: none;
}

#contactlink a:hover {
	background-image: url(butcon_on.gif);
}

#title {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#maincontent {
	padding: 0px 20px 0px 300px;
}

#footer{
	height: 20px;
	clear: both;
}

#info {
	font-size: 8px;
	text-align: right;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  #F5F5F5;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

a:link, a:visited {
	
}

a:hover {
	
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}
