body {

	text-align: center;

	min-width: 900px;

	background: #C5E3BF;

}

.container {

	margin:0 auto;

	width: 900px; 

	border: solid 2px #CD0000; 

	text-align: left;

}

#maincontent {

	width: 96.4%;

	padding: 25px 15px 25px 15px;

	color: #CD0000;

	background: #ffffff;

}

#maincontent a:link, #maincontent a:visited {

	text-decoration:none;

	color: #008B00;

	border-bottom:1px solid #008B00;

}

#maincontent a:hover {

	text-decoration:none;

	border-bottom:none;

	border-top:1px solid #008B00;

}

#maincontent h1 {

	color: #f6c;

	font-size: 20px;

}

#maincontent h2 {

	color: #008000;

	font-size: 18px

}

#maincontent th {

	border: 1px solid #008000;

	background: #F0FFF0;

	color: #008000;

	text-align: center;

}

#maincontent td {

	padding: 2px 6px 2px 6px;

	border-bottom: 2px solid #CFCFCF;

}

#navigation {

	float:left;

	width:100%;

	background:#F0FFF0;

	font-size:105%;

	line-height:normal;

	border-bottom:1px solid #008000;

}

#navigation ul {

	margin:0;

	padding:50px 10px 0 50px;

	list-style:none;

	background: url("holly-leaf-t-r.png") no-repeat right top;

}

#navigation li {

	display:inline;

	margin:0;

	padding:0;

}

#navigation a {

	float:left;

	background: transparent url("wedding-button-red-left.png") no-repeat left top;
	
	display: block;

	background: transparent url("wedding-button-red-right.png") no-repeat right top;

	margin:0;

	padding: 1.5px 10px 1.5px 10px;

	text-decoration:none;

	color:#FFFFFF;

}

#navigation a span {
	
	background: transparent url("wedding-button-red-right.png") no-repeat right top;
	
	display: block;
	
	padding:0 10px 0 10px;
}

#navigation a:hover {

	background:url("wedding-button-green-left.png") no-repeat left top;

	background:url("wedding-button-green-right.png") no-repeat right top;

}

#seperate {

	border-bottom: 1px solid #F4B7D6;

	padding: 15px 10px 10px 10px;

}

#imgrgt {

	float: right;

	font-size: 11px;

	color: 000000;

}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
	color: #CD0000;
	font-size: 105%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 110%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
	background: #F0FFF0;
	color: #008B00;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	background: #CD0000;
	color: #FFFFFF;
}
