body {
 color: #00467E;
 text-align: center;
 background-color: #F1EAE2;
 padding: 0px;
 margin: 0px;
 font-family: 'Trebuchet MS',Tahoma, sans-serif;
 font-size: 14px;
 line-height:20px;
}

/* Text formatting */

h1 {
	 font-size:15px;
}
a {
 color: #00467E;
}
img {
 border-width: 0px;
}
#wrapper {
 text-align: left;
 width: 750px;
 margin: 0px auto;
}
#all {
 position: absolute;
 width: 750px;
 background: white url(/images/common/beltunga.jpg) no-repeat scroll left top;
 /*min-height: 500px;*/
}
#maintitle {
 display: none;
}
#nav {
 padding: 43px 0px 94px;
 height: 65px;
}
#nav img {
 position: absolute;
 display: block;
}
#nav a{
 display: block;
 /*IE fix*/background-color: #A6A8A2;/*end fix*/
 filter: alpha(opacity=0);
 -moz-opacity: 0%;
 opacity: 0;
 text-decoration: none;
 color: black;
}
#nav a.home{
 position: absolute;
 height: 50px;
 width: 192px;
 margin-top: 7px;
 margin-left: 69px;
}
#nav .navlink {
 position: absolute;
 margin-top: 20px;
}
#nav .navlink a {
 height: 44px;
}
.navlink.about {
 margin-left: 307px;
 width: 85px;
}
.navlink.wines {
 margin-left: 426px;
 width: 55px;
}
.navlink.purchase {
 margin-left: 517px;
 width: 87px;
}
.navlink.contact {
 margin-left: 636px;
 width: 82px;
}
#nav .navlink div {
 position: absolute;
 /*margin-top: 44px;*/
 background-color: #A6A8A2;
 visibility: hidden;
}
#nav .navlink:hover div, #nav .navlink.over div{
 visibility: visible;
}
#nav .navlink div a{
 filter: alpha(opacity=100);
 -moz-opacity: 100%;
 opacity: 1;
 height: auto;
 width: inherit !important;
 /*right: 0px;*/
 margin: 1px 0px;
 background-color: #DAE1D8;
 white-space: nowrap;
 padding: 0.2em 0.5em;
}
#nav .navlink div a:hover{
 background-color: #E6F1E8;
}
#leftpic {
 float: left;
 width: 273px;
 text-align: right;
 padding-bottom: 1em;
}
#content {
 float: right;
 width: 394px;
 padding: 0px 50px 50px 0px;
}
#content h2 {
 display: none;
}
#footer {
 clear: both;
 padding: 1em;
 text-align: center;
}
#footer a {
 color: #00467E;
 text-decoration: none;
}
#footer a:hover {
 text-decoration: underline;
}
