#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
}
#bg img {
        background-color:#ccdddc;
		position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
}

body
{
background-color:#FFFFF0;

}

#content {
position: fixed;
top: 50%;
left: 53%;
width: 700px;
margin-top: -200px;
margin-left: -400px;
}

#slides {
position: fixed;
top: 50%;
left: 53%;
width: 700px;
margin-top: -200px;
margin-left: -480px;
}

.Bodytext {
	font-family: Arial, Helvetica, Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:999999;
	font-weight: normal;
	}
.subtletext {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:999999;
	font-weight: normal;
	}	
	
.titles {
	font-family: Georgia, Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:999999;
	font-weight: bold;
	text-align: center;

}

.subtitles {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:999999;
	font-weight: bold;	

}

link {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:666666;
}
a:link {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
	font-style: normal;

}
.subtitles {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 999999;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 999999;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: A1B5B6;
}

#navcontainer {

position: fixed;
top: 1%;
left: 50%;
margin-top: -0px;
margin-left: -215px;
}

#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 0px solid #a1b5b6;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 0px 10px;
text-decoration: none;
color: #999999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 3px solid a1b5b6;
padding-bottom: 4px;
background: transparent;
color: #333333;
}

#navlist a:hover { color: #999999; }


