/* Use a normal screen size of 800x600 */
.page
{
	position:absolute;
	width:100%;
	height:110%;
	top:0px;
	left:0px;
}

body
{
	background:url(./images/cellar.jpg);
}

.left
{
 /*position:absolute;*/
 width:145px;
 height:100%;
 margin:0;
 border:0;
 vertical-align:top;
 background:url(./images/nontab.jpg);
}

.right
{
 height:100%;
 /*background:url(images/cellar.jpg);*/
 vertical-align:top;
 margin:0;
 border:0;
}

.tab
{
 width:20px;
 margin:0;
}

img.tab
{
 position:relative;
 top:15px;
 left:30px;
}

.title
{
 position:relative;
 top:10px;
 height:60px;
 font-family:Bradley Hand ITC, Verdana, Serif, Verdana, Tahoma;
 font-style:italic;
 font-weight:bold;
 font-size:15pt;
 text-align:center;
 color:#000034;
}

.subtitle
{
 font-family:Bradley Hand ITC, Verdana, Serif, Verdana, Tahoma;
 font-style:italic;
 font-weight:bold;
 font-size:15pt;
 text-align:left;
 color:#000034;
}

li.subtitle
{
 font-family:Serif;
 font-weight:bold;
 font-size:15pt;
 text-align:left;
 color:#000034;
}

.text
{
 font-family:Verdana;
 font-weight:500;
 font-size:12pt;
 text-align:left;
 text-indent:20px;
 color:#000034;
}

.line
{
 font-family:Verdana;
 font-weight:500;
 font-size:12pt;
 text-align:left;
 /*text-indent:20px;*/
 color:#000034;
}

.divlist
{
	margin-left:40px;
	text-indent:-15px;
}

.list
{
 font-family:Verdana;
 font-weight:500;
 font-size:12pt;
 text-align:left;
 /*text-indent:20px;*/
 color:#000034;
}

.indent
{
	margin-left:25px;
}

a
{
	color: Blue;
	text-decoration: underline;
}

a:hover
{
	color: Teal;
}
