body{
	margin-top: 0;
	margin-left: 0%;
	font-family: verdana, arial, helvetica, sans-serif;
	scrollbar-face-color: RGB(160,104,160);
	scrollbar-shadow-color: RGB(160,104,160);
	scrollbar-highlight-color: RGB(160,104,160);
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
	background-color: #cccccc;
	background-image:
	url(/images/birdy.jpg);
	background-repeat: no-repeat;
	background-position: top left;

}


a:link{
color: #334D66;

}

a:active{

color: #FF4500;
text-decoration: line-through;

}

a:visited{
color: #000000;
text-decoration: underline;

}

a:hover{
	color:#FF4500;
	background-color:#D39CD3;
}

.best{
	margin: 0px 0px 20px 0px;
	color: #000;
	font-family: verdana, sans-serif;
	font-size: 125%;
	padding:0.5em;
	font-weight:xbold;
	letter-spacing:2px;
}
.quest{
	margin: 0px 0px 0px 0px;
	color: purple;
	font-family: verdana, sans-serif;
	font-size: 165%;
	padding:0.5em;
	font-variant: small-caps;
	font-weight:bold;
	letter-spacing:6px;
}

/* Rss feed */

.Rh2 {
     font-family: Trebuchet MS,Palatino,Times New Roman,serif;
     font-size: 14pt;
     font-weight: bold;
}
.Rh3 {
     font-family: Verdana,Arial,Helvetica,sans-serif;
     font-size: 9pt;
	font-variant: small-caps;

}

div.box_position
  {

	position: relative;

  }
div.box_text {
    font-size: 75%;
    bottom: 0;
    color: #000000;
    left: 1px;
    position: absolute;
    width: 640px;
}

div.transbox
  {
	padding:5px;
	background-color:#ffffff;
  	border:1px solid black;
  	/* for IE */
  	filter:alpha(opacity=70);
  	/* CSS3 standard */
  	opacity:0.7;
  }


.box_date {
	font-weight : bold;
	color: maroon;
	padding-bottom:5px;

	}
.box_date2 {
	font-weight : bold;
	color: maroon;
	margin-bottom: 0px;
	}

/* Rss feed done*/


.navtitle{
	margin: 10px 0px 10px 0px;
	padding: 2px 0px 2px 15px;
	color: #FFFFFF;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color: RGB(160,104,160);
	letter-spacing:8px;
}
.notes{
	padding: 10px 10px 0px 25px;
	color: #666333;
	xfont-family: arial, helvetica, verdana, sans-serif;
	xfont-size:14px;
	xfont-weight:bold;
	background-color: #FFFFFF;
	letter-spacing:2px;
	border: thin dashed black;
}
.notetitle{
	color: #000000;
	font-family: verdana, sans-serif;
	xfont-size:20px;
	font-weight:bold;
	font-variant: small-caps;
	letter-spacing:6px;
}
.navigation {
  width:200px;
  color:#000000;

}
.container{width:100%;
	lenght:100%}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(./images/lightbox/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(./images/lightbox/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(./images/lightbox/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(./images/lightbox/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

