body
	{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: verdana, arial, serif;
	line-height: 16px
	}
	
#page 
	{
	width: 90%;
	background-color: #fff;
	margin-top: 140px;
	text-align: left;
	margin-left: 50px;
	}
	
#presents 
	{
	position: absolute;
	top: 27px;
	left: 70px;
	background-color:  transparent;
	z-index: 10;
	font-size: 12px
	}

#logo 
	{
	position: absolute;
	top: 60px;
	left: 40px;
	background-color: transparent;
	font-size: 64px;
	text-decoration: none;
	}
#logo a
{
    text-shadow: 8px 8px 8px #666;
}
#logo a:hover
{
    text-decoration:none;
}
	
#slogan 
	{
	position: absolute;
	top: 105px;
	left: 75px;
	color: #009;
	background-color: transparent;
	z-index: 20;
	font-size: 12px
	}
	

a
	{
    color: #09c;
    text-decoration: none;
    }

a:visited
    {
    color: #009;
    text-decoration: none;
    }

a:hover    
    {
    color: #a00;
    text-decoration: underline;
    }

#menu
{
    position: absolute;
    left: 8px;
    top: 150px;
    width: 120px;
    padding: 4px;
    border-left: 8px solid #ccc;
    background-color: #fff;
    font-size: 12px;
}
	
#col1 
	{
	left: 0;
	margin: 0;
	padding: 8px;
    border-left: 154px solid #B1CBDD;
	background-color: transparent;
	width: 450px;
	}

	
#footer
	{
	margin-top: 50px;
	position: relative;
	font-size: 11px;
	padding: 2px;
	font-size: 9px;
	background-color: #fff;
	clear: left;
	}

