body{
background-color:lightgreen;
/*background-image:url("./images/background2012.jpg");*/
background-repeat:no-repeat;
/*background-position:20px 20px;*/
}
#mainContent{
position:relative;
/*left:20px;
top:60px;*/
align:center;
width:100%;
height:100%;
background-repeat:no-repeat;
font-size:48px;
color:Red;
}

#cardmain{
	position: relative;
	left: 100px;
	top: 20px;
	width: 1050px;
	height: 750px;
}
#sideBar{
background:beige;
border:solid red 2px;
position:relative;
left: 100px;
top: 10px;
width:1050px;
height:60px;
color:Red;
font-size:42px;
font-style:italic;
text-decoration:underline;
text-align:center;
}
#BPBG {
position: absolute;
left:0px;
top:20px;
width:1050px;
height:750px;
}
/*#photogrid{
position:relative;
left:125px;
top:75px;
width:800px;
height:600px;
}*/
#BPGrid{
position:relative;
left:125px;
top:100px;
width:800px;
height:600px;
background-color:white;
/*z-index:2;*/
}
#hoverspan {
position:relative;
top:-30px;
font-size:18px;
font:geneva;
color:blue;
text-decoration:underline;
}
#navbar ul{
background-color:pink;
color:white;
font-size:24px;
/*list-style-image:url("./images/ornamentIcon.png");*/
padding-left:8px;
padding-right:8px;
margin-left:8px;
margin-right:8px;
text-decoration:none;
/*text-align:left;*/
}
#navibar li {
height:30px;
width:100px;
background-color:blue;
color:white;
text-decoration:none;
/*text-align:left;*/
float:left;
}

a:link {color:blue;
background:white;
font-size:18px;
text-decoration:none;}      /* unvisited link */
a:visited {color:white;}  /* visited link */
a:hover {color:blue;background:beige;}  /* mouse over link */
a:active {color:white;}   /*selected link */ 

/*#sideBarPicCapt{
font-size:20px; 
color:black;
text-decoration:none;
}*/

#PageOwner{
position:absolute;
color:red;
background-color:beige;
text-decoration:underline;
left:300px;
top: 70px;
width:400px;
font-size:36px;
padding-left:10px;
padding-right:10px;
border:solid red 1px;
z-index:2;
}

#SlideMain{
position:relative;
left:0px;
top:100px;
width:800px;
height:600px;
}
#slideshow{
position:relative;
left:125px;
top:100px:
width:800px;
height:600px;
padding:0 px;
border:solid white 12px;
/*float:left;*/
}
#cabinlink {
position: absolute;
left:35px;
top:800px;
color:green;
text-decoration:underline;
}
#homelink {
position: absolute;
color:blue;
text-decoration:underline;
font-size:28px;
left:20px;
top: 20px;
}
#slideshowlink{
position: absolute;
color:blue;
background-color:lightblue;
text-decoration:underline;
left:435px;
top: 100px;
font-size:36px;
}
#nextLink:hover, #prevLink:hover{
background-color:pink;
color:red;
border:solid red 1px;
}
#prevLink{
position:absolute;
font-size:20px;
left:40px;
top:-130px;
color:black;
background-color:lightgreen;
border:solid black 1px;
}
#nextLink{
position:absolute;
font-size:20px;
left: 940px;
top:-130px;
color:black;
background-color:lightgreen;
border:solid black 1px;
}
#myP {
position:absolute;
left:125px;
top:-100px;
color:red;
background-color:beige;
font-size:28px;
width:824px;
}