@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	background-image:url(background.gif);
	background-repeat:repeat-y;
}

#header {
	Position:absolute;
	left:461px;
	top:43px;
	width:500px;
	height:73px;
	z-index:1;
}

a {
	font:"Comic Sans MS", "Myriad Pro";
	font-size:16px;
	font-weight:lighter;
	color: #676767;
	font-style:normal;
	display:inline;
	padding:20px;
}
	 
.h1 {
	font:"Myriad Pro";
	font-size:42px;
	color: #676767;
	font-style:italic;
	font-weight:lighter;
	display:inline;
	margin:30px;
	padding:10px;
	width:700;
	margin-top:20px;
	margin-bottom:20px;
}

#header2 {
	Position:absolute;
	left:66px;
	top:143px;
	width:220px;
	height:450px;
	z-index:1;
}
.t1 {
	font:"Comic Sans MS", "Myriad Pro";
	font-size:40px;
	font-weight:lighter;
	color:#676767;
	font-style:normal;
	display:inline;
	margin:10px;
	padding:0px;
	width:5;
	margin-top:10px;
	margin-bottom:10px;	
}

