/*
CSS for Fine Wine Arch site
*/

body {
  	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: darkred;
	background-color: #e2edff;
	line-height: 125%;
	padding: 0px;
	padding-right: .2em;
	margin: 0;
}
h1 {
	font-family: "Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: navy;
	font-size x-large;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left .4em;
	margin: 0;
}
li {
	font-size: small;
}

h3 {
	color: darkred;
	font-size: medium;
	
}
li {
	font-size: small;
	list-style-type: none;
}
p {
	font-size: small;
	color: darkred;
 }
#tagline p {
	
	font-style: italic;
	color: white;
	font-family: Georgia, Times, serif;
	background-color: #8B0000;
	border-top:3px solid #7DA5D8;
	border-bottom:3px solid #7DA5D8;
	margin: 0;
}
em {
	font-style: normal;
}
#navigation a {
	text-decoration: none;
}

h2{
	color: darkred;
	font-size: 130%;
	font-weight: normal;
	padding-top 15px;
	
}
a {
	font-weight: bold;
	
}
a:link {
	color: black;
}
a:visited {
	color: gray;
}
a:hover {
	text-decoration:none;
	color: white;
	background-color: navy;
}
a;active {
	color: aqua;
	background-color: navy;
}
.fun {
	color: #339999;
	font-family: Georgia, Times, serif;
}	
#mainnavigation {
	background-color: #8B0000;
	color: white;
	font-weight: bold;
	width: 150px;
	height: 200px;
}
#navigation, #bodycontent, #header {
	position: absolute;
}
#navigation, #bodycontent {
	top: 130px;
}
#bodycontent {
	left: 220px;
}
#header {
	width: 100%;
}
#nav {
	float: right;
	width: 300px;
	background-color: yellow;
}
.contentconstrained {
	padding-right: 310px;
}
.feature {
	float: right;
	margin: 10px
}
form.contact fieldset {
	border: 2px solid navy;
	padding 10px;
}
form.contact legend {
	font-weight: bold;
	font-size: small
	color: navy;
	padding: 5px;
}
#page-title {
	margin: 0px;
	margin-bottom: 10px
}
#titlelist {
	list-style-type: none;
}
#titlelist li {
	float: left
	margin-right 6px;
	margin-bottom 10px;
}
#titlelist img {
	display: block;
}
.rightimg {
	
	margin-left: 40px;
	margin bottom: 6px
}
.leftimg {
	float: left;
	margin-left: 0px;
	margin bottom: 6px
}
form.contact label {
	font-weight: bold;
	font-size: small;
	color: blue;
	line-height: 150%;
}
form.contact label.fixedwidth {
	display: block;
	width: 240px;
	float: left;
}
form.contact .buttonarea input {
	background: darkred;
	color: white;
	font-weight: bold;
	padding: 5px;
	border: 1px solid white;
}
form.contact .buttonarea {
	text-align: center;
	padding: 4px;
	background-color: #0066ff;
}
