﻿body 
{
    font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    margin: 0;
}

#top 
{
    background-image: url(../images/header-background.jpg);
    background-repeat: repeat-x;
    height: 75px;
    width: 100%;
    color: White;
}

#toptitle 
{
    font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 26pt;
    font-weight: bold;
    padding: 5pt;
    float:left;
}

#topdescription 
{
    font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    padding: 5pt;
    text-align: right;
}

#main 
{
    position: absolute;
    width: 100%;
    height: 100%;
}

#content 
{
    margin-top: 25px;
    margin-left: 10px;
    width: 99%;
}

.mvp_image 
{
    width: 50px;
    border: none;
    float: left;
}

.weblink 
{
    margin: 10px;
    padding: 10px;
    width: 200px;
    background: #E0E0E0;
    display: block;
    float: left;
    border: solid 1pt #ffffff;
}

.weblink:hover 
{
    background: #999999;
    border: solid 1pt #000000;
}

.weblink:hover a
{
    color: White;
}

.weblink img 
{
    width: 200px;
    height: 158px;
    margin-bottom: 5px;
    border: none;
}

.weblink a
{
    float: left;
    font-family: Arial;
    font-size: 10pt;
    color: Black;
    text-decoration: none;
}

.weblink a:hover 
{
    color: White;
    text-decoration: underline;
}

#main 
{
    width: 100%;
    height: 100%;
}

#wrapper 
{
    position: absolute;
    overflow: auto;
    left: auto;
    right: auto;
    bottom: 55px;
    top: 90px;
    width: 100%;
}

#websites 
{
    margin: 10px;
}

#footer 
{
    position: absolute;
    bottom: 0px;
    height: 20px;
    left: 0pt;
    right: 0pt;
    padding: 10pt;
    background: Black;
    color: White;
}

.tag1 
{
    font-size: 1.1em;
    color: #787978;
    padding: 5px;
    margin: 2px;
}

.tag1:hover 
{
    color: #464746;
    background: #cccccc;
}

.tag2 
{
    font-size: 1.3em;
    color: #787978;
    padding: 5px;
    margin: 2px;
}

.tag2:hover 
{
    color: #464746;
    background: #cccccc;
}

.tag3 
{
    font-size: 1.5em;
    color: #787978;
    padding: 5px;
    margin: 2px;
}

.tag3:hover 
{
    color: #464746;
    background: #cccccc;
}
.tag4 
{
    font-size: 1.7em;
    color: #787978;
    padding: 5px;
    margin: 2px;
}

.tag4:hover 
{
    color: #464746;
    background: #cccccc;
}

.tag5 
{
    font-size: 1.9em;
    color: #787978;
    padding: 5px;
    margin: 2px;
}

.tag5:hover 
{
    color: #464746;
    background: #cccccc;
}

#tagcloud 
{
    width: 47%;
    height: auto;
}

#tagdescription 
{
    width: 48%;
    vertical-align: top;
    top: 115px;
    right: 30px;
    position: fixed;
}