
body {color:black;background:aliceblue;font-family:"Times New Roman",Georgia,Serif;font-size:20px;background-image:url(bg.jpg);}
div.outer {position:relative;left:0px;top:20px;height:1200px;width:850px;background:white;border-radius:25px;margin-left:auto;margin-right:auto;}
div.inner {position:absolute;left:10px;top:10px;height:1180px;width:830px;background:lemonchiffon;border-radius:22px;}
div.outer_home {position:relative;left:0px;top:20px;height:1580px;width:850px;background:white;border-radius:25px;margin-left:auto;margin-right:auto;}
div.inner_home {position:absolute;left:10px;top:10px;height:1560px;width:830px;background:lemonchiffon;border-radius:22px;}


div.menu {position:absolute;left:25px;top:250px;height:500px;width:195px;}
div.logo {position:absolute; left:25px; top:25px; height:210px; width:195px; padding:5px; background:black;box-shadow:10px 10px 5px #888888;}
div.title {position:absolute;left:150px;height:210px;top:50;text-align:center;}
div.content {position:absolute;left:250px;top:250px;}
div.sidebar {position:absolute;left:25px;top:690px;height:500px;width:195px;}

.greenfont {color:#00802b}

table.pricestable {
    font-family: "Georgia";
    padding: 0px 30px;
    border-spacing: 5px;
}
td.tableright {
    text-align: right;
    padding: 0px 30px;
}