/* CSS Document */

body{
height: 100%;
margin: 0;
padding: 0;
text-align: center;
font-family: Tahoma, Verdana, sans-serif;
color: #333333;
font-size: 12px;
line-height: 130%;
}

td{
text-align: left;
}

#container{
width: 780px;
position: relative;
top: 0px;
left: 0px;
text-align: left;
}

#header{
width: 780px;
height: 100px;
position: absolute;
top: 0px;
left: 0px;
}

#verticalbar{
width: 220px;
position: absolute;
top: 100px;
left: 0px;
}

#menu{
width: 480px;
height: 20px;
position: absolute;
top: 100px;
left: 300px;
background-color: #88c834;
color: #FFFFFF;
text-align: center;
}

#content{
width: 540px;
position: absolute;
top: 130px;
left: 240px;
}

#bottom{
width: 560px;
position: relative;
top: 0px;
left: 0px;
text-align: center;
font-size: 10px;
}

#skype{
position: relative;
top: -20px;
text-align: center;
font-size: 10px;
}

a {
color: #88c834;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

a.menu {
color: #ffffff;
}

h1 {
font-size: 13px;
font-weight: bold;
position: relative;
left: -10px;
}

img.bottom {
float:right;
}
