/* CSS Document */

body{
margin: 0;
padding: 0;
border: 0;
overflow: scroll;
height: 100%; 
max-height: 100%;
font-family:Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
}

#sidebar{
position: absolute;
top: 0; 
left: 0;
width: 225px; /*Width of frame div*/
padding: 3px;
background: #CCCCCC;
text-align: left;  
color: #7e0000;
font: 13px Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}

#title{
position: absolute;
top: 0; 
left: 234px; /*Set left value to WidthOfFrameDiv*/
right: 100px;
bottom: 0;
padding-left: 8pt; 
background: #FFFFFF;
/*margin-top: 14pt;*/
text-align: center;
color: #7e0000; /*whatever red color is*/
font: 12px Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}

#content{
position: absolute;
top: 190px;  /*Mess around with this to get it exactly where we want it*/
left: 234px; /*Set left value to WidthOfFrameDiv*/
right: 100px;
bottom: 0;
background: #FFFFFF;
align: left;
margin-left: 20px;
font: 12px Geneva, Arial, Helvetica, sans-serif;
}

#highlights{
position: absolute;
top: 400px;
left: 400px;
right: 400px;
}

h1{
font-size:x-large;
color: #7e0000;
text-align:center;
}

p{
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.information {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
font-weight: normal;
color: #666666;
}

.caption {
font: 10px Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}
.special {
font-family: Times, serif;
font-size: large;
font-style: oblique;
font-weight: normal;
color: #333333;
line-height: 25px;
}

.bold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
}

a:link {
	color: #7e0000;
	text-decoration: none;
	border: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
    border: none;
}
a:hover {
	color: #7e0000;
	text-decoration: underline;
}

img.star{
width: 14px; 
height: 14px;
}

.clicquot
{
	z-index: 1; 
	position: absolute; 
	top: 69px;
	_top: 55px; /*IE6 Fix*/ 
}
