@charset "utf-8";
/***** CSS Document ******/
/*   for Photo Albums    */
/* creation date:3-17-09 */
/*************************/


/* Elements*/
body { 
	background-color:#000000; margin:0;
}

h1 {
	  width:100%;
	 font-size:16pt; font-weight:500;  font-stretch: expanded;  font-family:"Comic Sans MS"; text-align:center; color:#B6BBE9;
}

/*** wrapper ***/
#wrapper {
 	float:left; position:relative; margin:0 auto; width:100%;
}

/*** left container ***/
.lcontainer { 
	float:left; position:relative; width:15%;  height:auto; padding-left:90px; text-align:left; 
}
.mnuAlbums {
	float:left;position:relative; 
	text-align:center;
}
#header {
	width:95%; float:left; position:relative; margin:0 auto; clear:left;
}

.logo { 
	clear:left; float:left; position:relative; margin-left:-40px; width:100%; height:auto; padding:0 0 30px 0; 
}
.credit {
	float:left; position:relative; 
	font:Geneva, Arial, Helvetica, sans-serif; font-size:10pt; font-style:italic; color:#A7AAC9; 
}
-->
/*** right container ***/
.rcontainer {
	float:left; position:relative; width:60%; margin:0 auto; text-align:center;
}

.spacer {
	width:500px; height:450px; margin:0 auto; text-align:center; 
}
.byline {
	font-size: 11pt; font-weight:400;   font-family:"Comic Sans MS"; text-align:center; color:#B6BBE9; width:100%; 
}
#lyrCaption {
	font-size:12pt; color:#A7AAC9; left: 950px; top: 382px; 
}
/** Photo lists **/
.slider {
	float:left; position:relative; width:62%; height:190px; overflow: auto; margin-left:17%; white-space:nowrap;
	 margin-top: -15px;
}
.phoList {
	list-style-type:none; list-style-position:inside; text-align:center; padding-bottom:30px;
}
.phoList li{
	display:inline; vertical-align:middle;
}
#lnkBar {
	height:0px; width:500px; color:#FFFFFF; float:left; position:relative; margin-top:20px; overflow:hidden
}	
.thumbnail {
	border:0; padding-right:4px;
}

/*** right margin ***/
rMargin {
	float:left; position:relative; width:15%; background-color:#3333CC;
}
.lyrLinks {
	float:left; position:relative; width:200px; height:auto; margin-top:15%; vertical-align:top; 
	color:#A7AAC9;
	list-style-image:url(../Images/cdsm.gif);
}
	
	
	/*** Links ***/
a:link {
	font-family:"Arial"; font-size:10pt; color:#A7AAC9; font-weight:400;
}
a:hover {
	font-family:"Arial"; font-size:10pt; color:#B6BBE9;  font-weight:700; font-style:italic; 
}
a:visited {
	font-family:"Arial"; font-size:10pt; color:#CCCCCC; font-weight:400;
}	