﻿* {
    margin:0 0 0 0;
    font-family:Arial, helvetica, Sans-Serif;
    font-size:small;
}

body {
background-color:#ffffff;
}

#nameandaddress 
{
width:270px;
height:150px;
background-color: #ffffff;
position: relative;
padding-left:10px;
padding-top:10px;
color:#333333;
float:left;
}

#mascot
{
background-color:#ffffff; 
position:relative; 
width:210px; 
float:left;
padding-top:10px;
padding-left:10px;
height:150px;
}

#importantlinks
{
background-color:#ffffff; 
position:relative; 
width:240px; 
float:left;
padding-top:10px;
padding-left:10px;
color:#333333;
height:150px;
}

#bodycontent
{
background-color:#ffffff; 
position:relative; 
padding-left:20px;
padding-top:20px;
padding-right:20px;
min-height:200px;
min-width:710px;
clear:both;
}

#rightmenu
{
background-color:#ffffff; 
position:relative; 
width:200px; 
float:left;
padding-top:5px;
height:300px;
margin-top:30px
}

#bodyandmenus
{
    min-width:930px
}

a.leftmenulinks
{
    color:yellow;
    text-decoration:none
}
a.leftmenulinks:visited
{
    color:yellow;
    text-decoration:none
}
a.leftmenulinks:hover
{
    color:#ffffff;
    text-decoration:underline
}
