/* CSS Document */

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

body{
background:url(bgstripes.gif);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
margin-top:75px;
text-align:center;
color: #777777;
}

#wrapper{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding-top:0px;
	width:800px;
	height:600px;
	background-color:#FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

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

#rglinks{
	position:absolute;
	padding:5 px;
	top:4px;
	left:41px;
	width: 306px;
	height: 15px;
}

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

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

#rglinks a{
	color:#777777;
	text-decoration:none;
	margin-right:10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF6600;
}

#rglinks a:hover{
border-top:3px solid #F4C0DA;
}

#content{
	width:100%;
	height:auto;
	float: left;
}

#content h1{
	text-align:right;
	margin-right:35px;
	margin-left:200px;
	font-size:16pt;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#content p{
	text-align:right;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 30px;
	margin-left: 200px;
}

#picturelist {
text-align:right;
list-style-type:none;
margin-right:15px;
margin-left:30px;
}

#picturelist li {
	float:right;
	margin-right:15px;
	margin-bottom:10px;
	font-weight:bold;
	color:#777777;
}

#picturelist img{
	display:block;
	padding: 1px;
	border: 1px solid #CCCCCC;
}

#picturelist img:hover{
	border: 1px solid #999999;
	padding: 1px;
}

#picturelist a{
	color:#777777;
	text-decoration:none;
	padding-top: 50px;
}

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