a:hover {
	color: #<? echo $accentColor?>;
	text-decoration: none;
}
a {
	text-decoration: none;
	size: 11px.;
}
body {
	font-family: /*<? //echo $TextFont ?>*/ Myriad Pro, Myriad, Arial;
	color:##845E00; 
	font-size: 10px.;
	text-decoration: none;
	letter-spacing:0.01em;
	margin:0;
	padding:0;
	background: #ede6b9 url(../blog/images/background.gif) top center no-repeat;
	}
	/*
  
#waiphoto_logo 	{
	width:162px;
	height:75px;
	margin:25px auto 0 auto;
	}
	
.win.ie #waiphoto_logo {
    width:162px;
	height:75px;
	margin:25px auto 0 auto;
	border:0px solid #cc0000;
	}		
	
*/

	
/*
.win.ie6 div#waiphoto_logo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/blog/images/waiphoto_logo.png');
    border:1px solid #cc0000;
	}	
*/
	
#waiphoto_logo {	
	display: block;
	width:162px;
	height:75px;
	background:url(../blog/images/waiphoto_logo.png) top center no-repeat;
	margin:25px auto 0 auto;
	padding:0;
	}

#waiphoto_logo a {	
	display: block;
	width:162px;
	height:75px;	
	}
	
.none {
	display: none;
	}

div#splash_container {
	text-align: left;
	margin: 0px auto;
	width: 828px;
	
}

/* WEB */

#shdw_splash_web {
	float:left;
	background:url(../custom_images/shdw_splash.png) top center no-repeat;
	margin:0px; padding:0;
	width:408px; 
	height:585px;
	text-align:center;
	border:0px solid #990000;
	}	
	
.ie #shdw_splash_web, .ie7 #shdw_splash_web {
    float:left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../custom_images/shdw_splash.png');
	margin:0px; padding:0px;
	width:408px; 
	height:585px;
	text-align:center;
	border:0px solid #990000;
	}		

#shdw_splash_web a {
	display: block;
	margin:14px; padding:0;
	background:#f8f6e7 url(../custom_images/splash_img1.jpg) center center no-repeat;
	width:380px; 
	height:557px;
	}
	

/* BLOG */
	
#shdw_splash_blog {
	float:right;
	background:url(../custom_images/shdw_splash.png) top center no-repeat;
	margin:0px; padding:0;
	width:408px; 
	height:585px;
	text-align:center;
	border:0px solid #990000;
	}	
	
.ie #shdw_splash_blog, .ie7 #shdw_splash_blog {
    float:right;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../custom_images/shdw_splash.png');
	margin:0px; padding:0;
	width:408px; 
	height:585px;
	text-align:center;
	border:0px solid #990000;
	}	
	
#shdw_splash_blog a {
	display: block;
	background:#f8f6e7 url(../custom_images/splash_img2.jpg) center center no-repeat;
	margin:14px;
	width:380px; 
	height:557px;
	}
	

		
	
.clear { clear: both; }	