/* CSS Document */

body {
	  font-family: Arial;
	  font-size: 11px;
	  margin-top:0;
	  margin-bottom:0;
	  height:0;  
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #59A1BD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.flash{
	color:#545454;
}

/* GCL Photography Logo */
#logo_img, #logo_img span {
	width: 155px;
	height: 155px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
} 
 
#logo_img span { margin-bottom: -5px;}  
/* */

/* Website Img */
#web_img, #web_img span {  
 width: 250px; height: 250px;  
 background-image: url(../images/Index_Main_Site.jpg); 
 background-repeat: no-repeat;} 
 
#web_img span { margin-bottom: -5px;}  
/* */

/* Blog Img */
#blog_img, #blog_img span {  
 width: 250px; height: 250px;  
 background-image: url(../images/Index_Blog.jpg); 
 background-repeat: no-repeat;} 
 
#blog_img span { margin-bottom: -5px;}  
/* */

h1 span, h2 span{  
 display: block;  
 position: relative;  
 z-index: 1;  
}  
/* IE5 Mac */  
h1, h2 { overflow: hidden; 
/*/  
h1,h2 { text-indent: -100em; }  
/* End Mac */

