/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.3.0

Whitespace Reset 
----------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

table {font-size:inherit;font:100%;}

pre,code,kbd,samp,tt {font-family:monospace; line-height:99%;}  
 
body{
	color:#000; background:#FFF; font-family: arial,helvetica,clean,sans-serif; font-size: 78%;
} 

/* Generic styles */ 
.hide{
	position: absolute; top: -1000em;
}

/* Clearing :note: In IE < v.7 This relies on the Holly Hack being prescent ie specific css file*/
.clear:after {
	content: "."; height: 0; visibility: hidden; display: block; clear: both;
}

/* Wrapper
----------------------------*/ 
#wrapper{
	width: 893px; /*left: 50%; margin-left: -446px; */ margin: 0 auto; position: relative;
}

/* Navigation
----------------------------*/
#left-navigation{
	position: absolute; left: 0; top: 142px; width: 182px;
}

#right-navigation{
	position: absolute; left: 678px; top: 142px; width: 182px;
}

#left-navigation img,
#right-navigation img{
	float: left; clear: left; margin: 0 0 17px 0; cursor: pointer;
}

/* Content
----------------------------*/
#content{
	margin-left: 218px; width: 425px;
}
 
#content p{
	text-align: center; padding: 12px 10px;
}

#content img.findyourself{
	margin-left: 50px;
}

.replace{
position: relative; overflow: hidden;
}

.replace span{
display: block; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: transparent; background-repeat: no-repeat;
}

h1.title span{
	background-image: url(i/title.gif);
}

h1.title{
	width: 335px; height: 180px; margin: 0 0 16px 52px; padding: 0;
}