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

body{font-family: Arial, Helvetica, sans-serif; background:#999999;
text-align:center;color: #666;margin-top:50px;}

a:link {text-decoration:none; color: #666666; font: 12px;}

a:visited { text-decoration:none;color: #666666;}

a:active {text-decoration: none}

a:hover {text-decoration:none;color:#ccc;}

.wrapper 

{
	position:relative;
	width: 750px;
	height: 600px;
	background-color: #fff;
	margin: 0 auto;
	z-index: 2;
	background-repeat:no-repeat;
}

.logo {
	position:absolute;
	top:33px;
	left:153px;
	z-index:1;
	background-image:url('images/logo_2.gif');
	width:445px;
	height:53px;
}

.nav 


{
	position:absolute;
	width:800;
	top:82px;
	z-index:2;
	font:12px;
	text-transform: uppercase;
	font-size:12px;
	left: 189px;
}


a.nav:link {color:#666666;text-decoration:none;}
a.nav:visited {color:#666666;text-decoration:none;}
a.nav:hover {text-decoration:none;color:#ccc}
a.nav:active {text-decoration:none;}	
	
a.navon:link {text-decoration:none;color:#383838;}
a.navon:visited {text-decoration: none; color:#383838;}
a.navon:hover {text-decoration:none;}
a.navon:active {text-decoration:none;}

.flash 

{
	position:absolute;
	top:136px;
	left:63px;
	z-index: 2;
	height:435px;
	width:622px;
}

.doodle

{
	position:absolute;
	left:277px;
	top:190px;
	z-index:1;
	width:406px;
	height:298px;
	color:#666666;
	background-image:url(images/lovely_day3.jpg);
}

.contact 

{
	position:absolute;
	left:58px;
	top:137px;
	width:741px;
	height: 484px;
	z-index: 2;
	text-align:left;
	font-size:12px;
	color: #666;
}

.contact a:link {text-decoration:none; color: #666666; font: 12px;}

.contact a:visited {text-decoration:none;color: #666666;}

.contact a:hover {text-decoration:none;color:#ccc;}

.contact a:active {text-decoration: none;}

