html, body {
    height: 100%;
    min-height: 100%;
}

html > body {
    height: auto;
}

body {
    font: 105% "trebuchet ms", helvetica, verdana, arial, sans-serif, georgia, "times new roman", "times roman", palatino, serif;
    color: #000;
    background-color: #fff;
    margin: 5px;
    text-align: center;
    min-width: 803px;
}

h1 {
    font: normal bold 140% "trebuchet ms", helvetica, verdana, arial, sans-serif, georgia, "times new roman", "times roman", palatino, serif;
    text-align: left;
    color: #000;
    background-color: #fff;
}

h2 {
    font: normal bold 105% "trebuchet ms", helvetica, verdana, arial, sans-serif, georgia, "times new roman", "times roman", palatino, serif;
    text-align: left;
    color: #000;
    background-color: #fff;
}

h3 {
    font: bold italic 110% "trebuchet ms", helvetica, verdana, arial, sans-serif, georgia, "times new roman", "times roman", palatino, serif;
    text-align: left;
    color: #000;
    background-color: #fff;
}

h4 {
    font: normal bold 120% "trebuchet ms", helvetica, verdana, arial, sans-serif, georgia, "times new roman", "times roman", palatino, serif;
    text-align: left;
    color: #000;
    background-color: #fff;
    white-space: nowrap;
}

h5 {
    font: normal normal 105% "trebuchet ms", helvetica, verdana, arial, sans-serif, georgia, "times new roman", "times roman", palatino, serif;
    text-align: left;
    color: #000;
    background-color: #fff;
    margin-top: -1em;
    white-space: pre;
}

h6 {
    font: bold italic 115% "trebuchet ms", helvetica, verdana, arial, sans-serif, georgia, "times new roman", "times roman", palatino, serif;
    text-align: left;
    color: #000;
    background-color: #fff;
}

p, p > ul {
    font: normal normal 115% "trebuchet ms", helvetica, verdana, arial, sans-serif, "times new roman", "times roman", palatino, serif;
    text-align: left;
    color: #000;
    background-color: #fff;
}

.dropcap {
	float:left;
	margin-top:-12px;
	color:silver;
	padding-top:0em;
	font-size:48pt;
	height:42pt;
	font-weight:bold;
	font-family:"trebuchet ms", helvetica, verdana, arial, sans-serif, "times new roman", "times roman", palatino, serif;
}

#wrapper {
    position: relative;
    text-align: left;
    width: 803px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

#frlanguage a:link, #frlanguage a:visited {
	position: absolute;
	left: 568px;
	top: 10px;
	float: right;
	font: normal bold 100% "trebuchet ms", helvetica, verdana, arial, sans-serif, georgia, "times new roman", "times roman", palatino, serif;
	color: #f00;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #999;
	padding: 2px 10px 2px 10px;
}

#frlanguage a:hover {
	background-color: #fc9;
}

#enlanguage a:link, #enlanguage a:visited {
	position: absolute;
	left: 588px;
	top: 10px;
	float: right;
	font: normal bold 100% "trebuchet ms", helvetica, verdana, arial, sans-serif, georgia, "times new roman", "times roman", palatino, serif;
	color: #f00;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #999;
	padding: 2px 10px 2px 10px;
}

#enlanguage a:hover {
	background-color: #fc9;
}

#logo {
        /*position: absolute;
        top: 0px;
        width: 500px;
        height: 69px;*/
        margin: 0px;
}

#navbar {
        /*position: absolute;
        top: 82px;
        left: -40px;
        height: 0px;*/
        color: #000;
        margin-bottom: 50px;
        background-color: #fff;
        white-space: nowrap;
        /*width: 892px;
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 700px;*/
}

#navbar ul {
        display: inline;
        list-style: none;
}

#navbar li {
        font: normal normal 90% "trebuchet ms", helvetica, verdana, arial, sans-serif;
        /*display: inline;*/
        float: left;
        list-style: none;
        text-decoration: none;
        color: #000;
        /*background-color: #f00;*/
        padding: 0 4px 2px 0; /* Changed */
}

#navbar a:link, #navbar a:visited {
        float: left;
        color: #000;
        background-color: #f00;
        text-decoration: none;
        border: 1px solid #000;
        padding: 2px 10px 2px 10px;
}

#navbar li.nochange a {
        color: #fc9;
        background-color: #f00;
}

#navbar a:hover {
        background-color: #fc9;
}

/*next two divs for comment boxes when navbutton is hovered*/
div#navbar a span {
        display: none;
}

div#navbar a:hover span {
        display: block;
        position: absolute;
        top: 49px; /* Changed */
        left: 510px;
        width: 220px;
        border: 1px solid #999;
        padding-bottom: 2px;
        color: #f00;
        background-color: #fff;
        font: 100% "trebuchet ms", helvetica, verdana, arial, sans-serif;
        font-weight: bold;
        text-align: center;
}
 
#frnavbar {
        /*position: absolute;
        top: 82px;
        left: -40px;
        height: 0px;*/
        color: #000;
        margin-bottom: 50px;
        background-color: #fff;
        white-space: nowrap;
        /*width: 792px;
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 600px;*/
} 

#frnavbar ul {
        display: inline;
        list-style: none;
}

#frnavbar li {
        font: normal normal 90% "trebuchet ms", helvetica, verdana, arial, sans-serif;
        /*display: inline;*/
        float: left;
        list-style: none;
        text-decoration: none;
        color: #000;
        /*background-color: #f00;*/
        padding: 0 4px 2px 0; /* Changed */
} 

#frnavbar a:link, #frnavbar a:visited {
        float: left;
        color: #000;
        background-color: #f00;
        text-decoration: none;
        border: 1px solid #000;
        padding: 2px 10px 2px 10px;
}

#frnavbar li.nochange a {
        color: #fc9;
        background-color: #f00;
}

#frnavbar a:hover {
        background-color: #fc9;
}

/*next two divs for comment boxes when navbutton is hovered*/
div#frnavbar a span {
        display: none;
}

div#frnavbar a:hover span {
        display: block;
        position: absolute;
        top: 49px; /* Changed */
        left: 510px;
        width: 220px;
        border: 1px solid #999;
        padding-bottom: 2px;
        color: #f00;
        background-color: #fff;
        font: 100% "trebuchet ms", helvetica, verdana, arial, sans-serif;
        font-weight: bold;
        text-align: center;
} 

#mainwindow {
        /*position: absolute;
        top: 158px;
        left: 0px;*/
        width: 99%;
        height: 100%;
        color: #000;
        background-color: #fff;
        margin: 0;
} 

#thawte {
		position: absolute;
        top: 10px;
		right: 0px;
		float: right;
        margin: 0px;
}

.preElement {
		white-space: pre;
}

.hide {
    display: none;
}

img {
    border: 0;
}

img.me {
    float: left;
    border: 0;
    margin-top: 3px;
}

img.irishtimes {
    float: right;
    position: relative; left: 30px;
    margin-top: -25px;
}

img.right {
    float: right;
    border: 0;
    margin: 0;
}

img.general {
    border: 0px;
}

img.generaltext {
    float: left;
    border: 0px;
}

#specialsalesa p {
	white-space: pre-wrap;
	height: 200px;
	line-height: 50%;
	position: relative; top: 7px; left: 116px; right: 0px; bottom: 0px;
}

#specialsalesb p {
	white-space: pre-wrap;
	height: 200px;
	line-height: 50%;
	position: absolute; top: 200px; left: 471px; right: 0px; bottom: 0px;
}

#specialsalesc p {
	white-space: pre-wrap;
	height: 200px;
	line-height: 50%;
	position: absolute; top: 245px; left: 493px; right: 0px; bottom: 0px;
}

#books li {
	display: inline;
    list-style: none;
    padding: 200px 75px;
    margin: 0px;
}

#return a:link, #return a:visited {
    font: normal normal 90% "trebuchet ms", helvetica, verdana, arial, sans-serif;
    color: #000;
    background-color: #f00;
    text-decoration: none;
    border: 1px solid #000;
    padding: 2px 10px 2px 10px;
}

#return a:hover {
    background-color: #fc9;
}

#faq ul {
	font: normal normal 110% "trebuchet ms", helvetica, verdana, arial, sans-serif;
	list-style: none;
}

#faq a:link {
	font: normal normal 90% "trebuchet ms", helvetica, verdana, arial, sans-serif;
}

#footer {
    position: relative;
    clear: both;
    bottom: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 4px 0 10px -5px;
    padding: 0 0 1px 5px;
    min-width: 803px;
    font-size: 75%;
    text-align: left;
    color: #000;
    background-color: #fff;
}

#security {
		position: absolute;
        clear: both;
		bottom: 0;
		min-width: 803px;
    text-align: right;
    color: #f00;
}

#map {
	width: 803px;
	height: 450px;
}

#selectionmedoc {
	position: absolute;
}

#selectionsauternes {
	position: absolute;
	left: 75px;
}

#selectiongraves {
	position: absolute;
}

#selectionsaintemilion {
	position: absolute;
}
