﻿body {
    margin: 0 auto; 
    background-color: #FFCC33;
    text-align: left;
    font-family: Verdana; font-size: 12px;
    
}

a:link {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration: undeline; cursor:pointer;}

#head_container
{
    background-image: url(images/top_back.png);
    height: 183px;
}

#foot_container
{
    background-image: url(images/low_line_bottom_back.png);
    width: 100%;
    background-repeat: repeat-x;
    height: 4px;
}

#foot_content 
{
    
}

#main_container
{
	width: 100%; 
    text-align: center;
    margin-top: 0px;
	padding: 0px;
    background-color: #FFFFFF;
}

#main_content  
{
    width: 500px;
    margin: 0 auto;
	text-align:left;
	padding: 30px;
}

div.title1
{
    font-size: 1.5em;
    color: #808080;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#tooltip_container
{    
    position: absolute;
    background-image: url(images/pratbubbla.gif);
    width: 301px;
    height: 166px;
    visibility: hidden;
    z-index: 100;
    text-align: center;
    margin: 0 auto; 
}

#tooltip_content
{
    margin: 0 auto; 
    padding-top: 30px;
    padding-left: 40px;
    width: 200px;
    text-align: left;
}



