/* CSS Document */

body{
background-color:#999999;
	font-family: Georgia, Arial, Helvetica, san-serif;
	font-size:11px;
	}
	
a:link { text-decoration: underline; color:#FFFFFF}
a:active { text-decoration: underline; color:#FFFF00; }
a:visited { text-decoration: underline; color: #FFFFFF; }
a:hover { text-decoration: underline; color: #FFFF99; }

div.layerpic 
{
background-color:#FFFFFF;
float:left;
top:10px;
right:10px;
left:110px;
height: 570px;
width:550px;
padding:5px;
vertical-align:middle;
border-bottom-width:10px;
border-bottom-color:#0000CC;
border-right-width:10px;
border-right-color:#0000CC;
border-top-width:10px;
border-top-color:#0000CC;
overflow:scroll;
}
div.links
{background-color:#000000;
color:#FFFFFF;
float:left;
top:10px;
left:10px;
width:100px;
height:550px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
padding-top:25px;
border-bottom-width:10px;
border-bottom-color:#0000CC;
border-left-width:10px;
border-left-color:#0000CC;
border-top-width:10px;
border-top-color:#0000CC;
}

.titletxt
{font-size:24px;
color:#FF0000;
}

.contenttxt
{font-size:11px;
color:#666666;
text-shadow:black;
text-align:left;
letter-spacing:.1em;
line-height:1.6em;
}
