html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family : Verdana,Arial,sans-serif;
	text-align: center;
	font-size: .9em;
	color: #800000;
	background-color: #A82608;
	margin-bottom: 0px;
	background: url(Images/body-back.png) repeat-y;
}
#body-two-main {
	position: relative;
	width: 95%;
	min-width: 890px;
	top: 0px;
	right: 0px;
	float: right;
	background: url(Images/IvyCorner2.png) no-repeat right top;
	margin-right: 0px;
	background-color: #F0EDC8;
	border-bottom: 25px solid #900000;
}
#body-two {
	position: relative;
	width: 95%;
	min-width: 890px;
	top: 0px;
	right: 0px;
	float: right;
	background: url(Images/IvyCorner.png) no-repeat right top;
	margin-right: 0px;
	background-color: #F0EDC8;
}
#main {
	text-align: left;
	margin-left: 0px;
	padding-left: 10px;
	margin-right: 88px;
	margin-top: 0px;
	padding-bottom: 0px;
	background: url(Images/left-border.png) repeat-y left top;
}
#main-two {
	text-align: left;
	margin-left: 0px;
	padding-left: 10px;
	margin-right: 75px;
	margin-top: 0px;
	background: url(Images/left-border.png) repeat-y left top;
}
#header-main {
	position: relative;
	height: 289px;
	min-width: 810px;
	text-align: left;
}
#Main-Logo {
	position: relative;
	background: url(Images/LeDomaine.png) no-repeat left top;
	height: 273px;
	width: 402px;
	margin-left: 8px;
	float: left;
}
#Logo {
	position: relative;
	background: url(Images/LeDomainesmall.png) no-repeat left top;
	height: 109px;
	width: 300px;
	margin-left: 5px;
	float: left;
}
#Tagline {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header {
	position: relative;
	height: 128px;
	min-width: 810px;
	text-align: left;
}
#page_title {
	position: relative;
	height: 1.5em;
	color: #900000;
	width: 250px;
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
	top: 75px;
	line-height: 1.5em;
	margin-right: 100px;
	padding-right: 10px;
	padding-top: 5px;
	float: right;
}
#inner-main {
	position: relative;
 	min-height: 400px; 
	min-width: 810px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	padding-bottom: 60px;
	border: 1px solid #F0EDC8;
	background-color: #F0EDC8;
}
#content {
	vertical-align: top;
	min-height: 420px;
	font-size: 1.1em;
	text-align: left;
	color: #000000;
	padding: 8px 8px 60px 8px;
	margin: 15px 0px 60px 163px;
	background-color: #FFFFFF;
	border-left: 1px solid #BBBBBB;
}
#content ul {
	padding-left: 25px;
	font-size: 1.0em;
	list-style: none;
}
#content ul ul {
	font-size: 1.1em;
	list-style: none;
}
#content li {
	left: 15px;
	list-style: none;
}
#Flowers {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(Images/Flowers.png) no-repeat right top;
	margin-right: 0px;
	width: 573px;
	height: 193px;
}
#Grapes {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(Images/grape-vine.png) no-repeat right top;
	margin-right: 0px;
	width: 404px;
	height: 300px;
}
.spacer {
	clear: both;
	height: 0px;
}
.spacer-two {
	clear: left;
	height: 0px;
}
p {
	margin: 10px;
	width: auto;
	min-width: 120px;
}
img {
	border: 0px;
}
#content ul{
	margin-left: 10px;
	padding-left: 10px;
}
#contact-left {
	width: 35%;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
#contact-right {
	width: 40%;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
Input{
	background-color: #EEEEEE;
	font-family: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	border-style: inset;
	-moz-border-radius: 3px;
}
Input:focus{
	background-image:url("Images/b.gif");
}
Select{
	background-color: #EEEEEE;
	font-family: Verdana,san-serif;
	font-size: 1.0em;
	border : solid 1px #989898;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea{
	background-color: #EEEEEE;
	font-family: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	background-repeat: repeat-x;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea:focus{
	background-image:url("Images/b.gif");
}
input.Submit {
	font-weight: bold;
	font-size: .8em;
	border: 2px solid #000066;
	border-style: outset;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	margin-top: 5px;
	-moz-border-radius: 5px;
}
input.Submit:hover{
	background-image:url("Images/button-on.png");
	background-position: bottom left;
}
input.Submit:active{
	background-image:url("Images/button-down.png");
	background-position: top left;
}
.message {
	color: #CC0000;
	font-weight: bold;
}
.Normal { 
	font-weight: normal;
}
.Bold { 
	font-weight: bold;
}
.BoldUnderline { 
	font-weight: bold;
}
.BoldItalic { 
	font-weight: bold;
	font-style:italic;
}
.BoldLargeNavy { 
	font-size: 1.2em; 
	font-weight: bold;
	color: #000080;
}
.BoldSmall { 
	font-size: .9em; 
	font-weight: bold;
}
.BoldUnderline {
	font-weight: bold;
	text-decoration:underline;
}
.smallbold {
	font-size: .9em;
	font-weight : bold;
}
.small {
	font-size: .8em;
}
h1 {
	font-size: 1.0em;
}
h2 {
	font-size: 1.3em; 
	background-color: transparent;
}
h3 {
	font-size: 2.1em;
	font-variant : small-caps;
}
Span.super {
	font-size: .75em;
	font-weight : bold;
	vertical-align : super;
}
ol {
	font-size: .9em;
}
a:link, a:visited{
	color: #800000;
}
a:hover, a:active{
	color: #008000;
}
.tteddo {
	font-size:.6em;
	font-weight: bold;
	font-style : italic;
	text-decoration: none;
}
