/* CSS Document */

body
{
	margin-top: 18px;
	background-image:url(../images/wallpaper.jpg);
	background-repeat:repeat;
}

.main{
background-image:url(../images/background.jpg);
background-position:top;
background-repeat:repeat;
}


.top{
background-image:url(../images/top-border.jpg);
background-repeat:no-repeat;
width: 718px;
height: 72px;
}

.middle {

}

.bottom{
background-image:url(../images/bottom-border.jpg);
background-repeat:no-repeat;
width:718px;
height: 91px;
}

.lhs-navigation{
background-image:url(../images/lhs-nav.jpg);
background-position: centre top;
background-repeat:no-repeat;
vertical-align:top; 
padding-top:180px; 
padding-left:60px; 
width: 217px;
height:408px;
}

.content-front{
background-image:url(../images/bottle.jpg);
background-position:95% top;
background-repeat:no-repeat;
}

.content-main{
vertical-align:top;
background-position:95% top;
background-repeat:no-repeat;
}

.inside-content{
margin:10px;
font-family:Garamond, Georgia, "Times New Roman", Times, serif;
font-size:15px;
color:#333333;
text-align:center;
width: 250px;
padding-right:10px;
}

/* mods by jase */
table.upperlinks { }
td.sitelinks { text-align:left; }
td.loginlink { text-align:right; }
td { vertical-align:top; }

