@charset "UTF-8";
/* CSS Document */


body {
  margin:0;
  padding:0;
  height:100%;
  background-color:#FFFFFF;
  }
  

#wrap {
  	margin: 0 auto;
  	width:640px;
  	padding: 0 20px;
}
  
#topMargin {
  	height:5px;
}
   

#contentFrame {
	position:relative;
	width:640px;
	height:650px;
	background-position: center;
	background-repeat:no-repeat;
  }
  
#galleryFrame 
{
    position:relative;
    width: 640px;
    background-color: #E1E1E1;
}

.horBar {
	position:absolute;
	width:640px;
	height:1px;
	background:#e6e6e6; 
  }
  
#horBarShort {
	position:relative;
	width:450px;
	height:1px;
	background:#e6e6e6;
	float:right;
  } 
  
#menuFrame {
	position:relative;
  	height:25px;
  }
  
#titleFont {
	position:absolute;
  	font-weight: normal;
	color: #FF0000;
	font-family: Georgia, serif;
    font-size:20px;
	top: 3px;
	width:195px;
	line-height:18px;
}

.subtitleFont {
	color: #CCCCCC;
  }

#menuContainer {
	position:relative;
	left:240px;
	top:3px;
	font-weight: normal;
	color:#999;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Sans-serif;
    font-size:9px;
	letter-spacing:1px;
	width:400px;
}

#menuGallery {
	position:relative;
	width:50px;
	height:20px;
	text-align:center;
	line-height:18px;
	left: 4px;
	color:#333;
	/*background-color:#e6e6e6;*/
	float:left;
	margin-left:0px;
}

#menuAbout {
	position:relative;
	width:50px;
	background-color:#0f0f0f;
	height:20px;
	text-align:center;
	line-height:20px;
	left: 2px;
	float:left;
}

#menuGalleryBW {
	position:relative;
	width:50px;
	background-color:#0f0f0f;
	height:20px;
	text-align:center;
	line-height:20px;
	left: 0px;
	float:left;
}

#menuGalleryColor {
	position:relative;
	width:50px;
	background-color:#0f0f0f;
	height:20px;
	text-align:center;
	line-height:20px;
	left: 1px;
	float:left;
}

#imgTitle {
	position:relative;
  	font-weight: normal;
	color: #cc9933;
	font-family: Georgia, serif;
    font-size:12px;
	line-height:18px;
	margin-right: 0px;
	margin-top:0px;
	letter-spacing:0px;
	float:left;
	text-align:center;
	width:194px;
	left: 3px;
	border:1px solid #CCcccc;
	background-color:#e6e6e6;
	font-style:normal;
}

.menuOver {
	background-color:#030303;
	color:#CCCCCC;
	border:1px solid #666666;
}

.titleFontColor {
  color:#CCFF33;
  }
  
#copyright {
	position:relative;
  	font-weight: normal;
	color: #ccc;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Sans-serif;
    font-size:9px;
	margin-left:0px;
	margin-top:5px;
	letter-spacing:0px;
	float:right;
}


.head1 {
	color: #FFFFFF;
	font-size:14px;
	font-weight: normal; 
	font-family: Georgia,serif;
	letter-spacing:0px;
}

.p1 {color: #909090; letter-spacing: 0px; font-size: 10px; font-weight: normal; font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Sans-serif; line-height:13px;}

.p2 {color: #FF0000;}

a.contentlinks {font-weight:normal; color:#CCCCCC; line-height:15px;}
a.contentlinks:link {color:#CCCCCC; text-decoration: underline;}
a.contentlinks:visited {color:#CCCCCC; text-decoration: underline;}
a.contentlinks:hover {color:#FFFFFF; text-decoration: underline;}  


a.gallerylinks {color:#FF0000;font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Sans-serif; font-size:16px}
a.gallerylinks:link {color:#FF0000; text-decoration: none;}
a.gallerylinks:visited {color:#FF0000; text-decoration: none;}
a.gallerylinks:hover {color:#333333; text-decoration: none;}  
