/* CSS Document */

*{
body:0;
padding:0;
margin:0;
}

body{
background:url(xv.gif);
background repeat:repeat;
background attachment: fixed;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
margin-top:75px;
text-align:center;
color: #999999;
}

#wrapper{
position:relative;
margin-left: auto;
margin-right: auto;
padding-top:80px;
width:800px;
height:500px;
background-color:#FFFFFF;
border: none;
}

#rgheader{
text-align:left;
width:50%;
position:absolute;
left:15px;
top:-25pt;
}

#rgheader h1{
font-weight:lighter;
font-size:35px;
color: #CCCCCC;
}

#rgheader h2{
font-weight:lighter;
font-size:20px;
color: #CCCCCC;
}

#rglinks{
position:right;
padding-bottom:30px;
top:0;
left:0;
}

#rglinks ul{
display:inline;
list-style:none;
margin:0px;
}

#rglinks li{
font-weight:bold;
display:inline;
}

#rglinks a{
color:#777777;
text-decoration:none;
margin-left:10px;
border-top:1px solid #993333;
}

#rglinks a:hover{
border-top:3px solid #F4C0DA;
}

#content{
width:100%;
height:500px;
}

#content h1{
text-align:left;
margin-left:20px;
margin-right:200px;
font-weight:lighter;
font-size:18pt;
border-bottom: 1px solid #cccccc;
}

#content p{
text-align:right;
margin:10px 20px 30px 200px;
}

#picturelist {
text-align:left;
list-style-type:none;
font-size:10pt;
margin-left:15px;
margin-right:30px;
}

#picturelist li {
float:left;
margin-left:20px;
margin-bottom:10px;
font-weight:bold;
color:#777777;
}

#picturelist img{
display:block;
border:1px solid #CCCCCC;
}

#picturelist img:hover{
border:1px solid #CC66CC;
}

#picturelist a{
color:#777777;
text-decoration:none;
}

#picturelist a:hover{
color:#999999;
}