

table
{
	border: 1;
	padding: 5
}


.title
{
    background-color: #CCCCCC;
    width: 100%;
    height: 10%;
    position: absolute;
    right: 0;
}

.bottomright
{
    width: 75%;
    height: auto;
    position: absolute;
    left: 200px;
    top: 11%;
}

a:link {color: #333399}
a:visited {color: #333399}
a:active {color: #333399}
a:hover {color: #333399}


span
{
color: #333333
}

h3
{
font-size: 120%;
color: #333333
}

h1
{
font-size: 200%;
color: #333333
}



/* beer things */
td.primary
{
background-color: #ffff99;
}

td.secondary
{
background-color: #fdc086;
}

td.bottled
{
background-color: #7fc97f;
}



/* side nav things */
.leftNav {
    width: 170px;
    height: 100%;
    position: fixed;
    background: #CCCCCC; 
    overflow: auto;
}

.leftNav img {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}

/* main body things */

img.funimg {
	width: 50%;
	height: 50%;
	
}
img.rotate {
  -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
}




