/* CSS Document */

*{
body:0;
padding:0;
margin:0;
}

body{
font-family:"Georgia", Times New Roman, Times, serif;
font-size:14px;
margin-top:75px;
color: #000000;
}

#wrapper{
position:relative;
margin-left: auto;
margin-right: auto;
width:800px;
height:auto;
background-color:#FFFFFF;
}

#rgheader{
text-align:right;
width:50%;
position:absolute;
right:15px;
top:-19pt;
}

#rgheader h1{
font-weight:lighter;
font-size:24px;
}

#rglinks{
	padding:10px;
	top:10px;
	width: auto;
	font-size: 10px;
	font-variant: small-caps;
}

#rglinks ul{
display:inline;
list-style:none;
margin:0px;
}

#rglinks li{
	font-weight:bold;
	display:inline;
}

#rglinks a{
color:#800080;
text-decoration:none;
margin-right:10px;

}

#rglinks a:hover{
	border-top:thin dotted #800080;
	border-bottom:thin dotted #800080;
	color: #e64d4d;
}

#rglinks .selected {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #e64d4d;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #e64d4d;
}
#content{
width:100%;
height:500px;
}

#content h1{
	font-size:16pt;
	color: #e64d4d;
	text-align: inherit;
	margin-left: 10pt;
	margin-right: 10pt;
	text-decoration: underline;
	font-variant: small-caps;
}

#content p{
margin:10px 20px 30px 20px;
}

#picturelist {
list-style-type:none;
}

#picturelist li {
	float:left;
	margin-right:1px;
	margin-bottom:10px;
	font-weight:bold;
	color:#800080;
	margin-left: 20px;
}

#picturelist img{
display:block;
border:3px solid #000;
}

#picturelist img:hover{
border:3px solid #000;
}

#picturelist a{
	color:#800080;
	text-decoration: none;
}

#picturelist a:hover{
color:#e64d4d;
}
