﻿body {
	background: #aabceb;
    background-image: url(bglayout.jpg);
    background-position: top;
    background-repeat: no-repeat;
	margin: 0px auto;
}

p 
{
    background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #306;
	text-decoration: none;
}
a:link, a:visited 
{
    background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #ffC;
	text-decoration: none;
	margin: 0 10px 4px 10px;
	line-height: 14px;
	font-weight: bolder;
	
}

a:hover 
{
    background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #0f0;
	text-decoration: overline;
	border-bottom: 5px solid #9d0a0e;
	padding-bottom: 0;
}

div#tc 
{
    background: transparent;
    position: absolute;
    top: 1em;
    right: 3em;
    }

div#navmenu
{   background: transparent;
    vertical-align: text-top;
    position: relative;
    float: right;
    top: 95px;
    
}


div#navmenu ul, div#navmenu li 
{   background: transparent;
    display: inline;
    list-style-type: none; }
    
iframe 
{   background: transparent;
    position: relative;
    top: 110px;
}
    
div#main
{   background: transparent;
    width: 550px;
    height: 800px;
    margin: 0px auto;
    background-attachment: fixed;
}

div#footer
{   background: transparent;
    position: relative;
    top: 230px;
    text-align: center;
    }
    
