/* CSS Document */

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

body{
     background-color:#6c5c52; 
     color:#FFFFFF;
	 font-size:28px;
	 font-family:arial, verdana, sans-serif;
	}

#orangebox{position:absolute;
		 margin-left:-475px;
		 width:950px;
		 visibility:visible;
		 left:50%;
		 background-color:#FF7F00;
		 top:0px;
		 height:100%;
		 }

#invisiblebox{position:absolute;
              margin-left:-475px;
			  width:950px;
			  visibility:visible;
			  left:50%;
			  background-color:#FF7F00;
			  height:641px;
			  top:75px;
			  }
			  
#sign{position:absolute; top:25px; left:25px; height:673px;}

#signature{position:absolute; bottom:0px; right:0px; width:199px;}
#logo{position:absolute; bottom:40px; left:40px; width:199px;}
#logo2{position:absolute; bottom:25px; left:250px; width:199px;}

#content{position:absolute;
		 left:0px;
		 top:0px;
		 width:950px;
		 height:475px;
		 visibility:visible;
		 background-color:#A69D8D;
		 }

#frame{position:absolute;
	   top:20px;
	   left:20px;
	   width:910px;
	   height:435px;
	   background-color:none;
	   }
	   
#bookmark{background-color:none;
		  top:10px;
		  left:0px;
		  width:180px;
		  height:415px;
		  position:absolute;
          color:#FFF;
 	 	  font-size:14px;
		  font-weight:bold;
		  text-align:right;
		  }

a:link{color:#000; text-decoration:none; border-style:none; border:none}
a:visited{color:#000; text-decoration:none; border-style:none; border:none}		
a:active{color:#000; text-decoration:none; border-style:none; border:none}
a:hover{color:#000; text-decoration:none; border-style:none; border:none}

#bookmark a:link{color:#FFF; text-decoration:none; border-style:none;}
#bookmark a:visited{color:#FFF; text-decoration:none; border-style:none;}		
#bookmark a:active{color:#FFF; text-decoration:none; border-style:none;}
#bookmark a:hover{color:#FFF; text-decoration:none; border-style:none;}
		  
#content2{background-color:#ded9cf;
		 width:710px;
		 height:435px;
		 position:absolute;
		 top:0px;
		 right:0px;
		 font-family:Arial, Helvetica, sans-serif;
	 	 font-size:12px;
	 	 margin:0;
	 	 padding:0;
		 }
		  
#content2text{background-color:none;
			  position:absolute;
			  color:#000;
			  font-size:12px;
			  left:10px;
			  top:10px;
			  width:423px;
			  height:405px;
			  }
			  
#content2abouttext{background-color:none;
			  position:absolute;
			  color:#000;
			  font-size:14px;
			  left:10px;
			  top:10px;
			  width:423px;
			  height:405px;
			  line-height:18px;
			  }
			  
#albumborder{background-color:#FFF;
			 position:absolute;
			 right:10px;
			 width:520px;
			 height:390px;
			 top:10px;
			 }			  	  
#album{background-color:#FFF;
	   position:absolute;
	   right:5px;
	   height:380px;
	   width:510px;
	   top:5px;
	   }

#aboutalbumborder{background-color:#FFF;
			 position:absolute;
			 right:10px;
			 width:247px;
			 height:390px;
			 top:10px;
			 }			  	  
#aboutalbum{background-color:#FFF;
	   position:absolute;
	   right:5px;
	   height:380px;
	   width:237px;
	   top:5px;
	   }


	   
#slideshow_controls{position:absolute;
		 			right:15px;
					bottom:5px;
					height:15px;
					width:250px;
					background-color:none;
		 			text-align:right;
		 			}

#slideshowText{position:absolute;
			   width:250px;
			   right:280px; 
			   bottom:5px;
			   height:15px;
			   background-color:none;
			   color:#000000;
			   }		 
		 

.menu_box{position:absolute; top:130px; left:0px; width:100%; height:32px; background-color:#dedede}

.menu1 {padding:0 0 0 32px;
		margin:0;
		list-style:none;
		height:30px;
		position:relative;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		}

.text{position:absolute; top:200px; left:50px; width:700px; text-align:left;}

.text_columnA{position:absolute; top:35px; left:0px; width:280px; float:left;}
.text_columnB{position:absolute; top:35px; left:360px; width:280px; float:left;}

.links{position:relative; float:left; width:200px;}
.details{ position:relative; float:left; margin-left:20px; margin-top:15px; width:400px; height:120px; text-align:left;}

.skips{color:#B32317; font-weight:bold;}

.question{color:#666;}



.menu1 li {display:block; float:left; height:30px; line-height:30px; color:#FFF; text-decoration:none;
			font-size:12px; font-weight:800; text-align:center; padding:0 0 0 0px; cursor:pointer;;
			}
.menu1 li a {float:left; display:block; padding:0 12px 0 12px; border-left:1px solid #000; background:url(../button_background2.gif) center center repeat-x;}
.menu1 li.current a {color:#FFF; background:url(../button_background.gif) center center repeat-x;}
.menu1 li.currentlast a {color:#FFF; background:url(../button_background.gif) center center repeat-x; border-right:1px solid #000;}
.menu1 li a:hover {color:#FFF; background:url(../button_background.gif) center center repeat-x;}
.menu1 li.last {border-right:1px solid #000;}

.menu2 {list-style-type:square; line-height:22px; list-style-position:inside; text-indent:30px}
.menu3 {list-style-type:disc; line-height:22px; list-style-position:inside; text-indent:60px}