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

body{ 
margin:0; 
text-align:center; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFAE9;
}
#container{
	position:relative;
	width:1000px;
	text-align:center;
	margin:0 auto 0;
	height: 900px;
} 
#main {
	position:absolute;
	width:1000px;
	height:900px;
	z-index:1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: center;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-family: 'Flamenco', cursive;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#menu {
	position:absolute;
	top:0px;
	width:200px;
	height:800px;
	z-index:3;
	font-size: 20px;
	font-style: normal;
	text-align: center;
}
#right {
	position:absolute;
	left:800px;
	top:0px;
	width:200px;
	height:800px;
	z-index:4;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
#logo {
	position:absolute;
	left:200px;
	width:600px;
	height:80px;
	z-index:5;
	font-family: 'Federo', sans-serif;
	font-size: 76px;
	font-style: normal;
	text-align: center;
	top: 0px;
}
#core {
	position:absolute;
	left:200px;
	top:100px;
	width:600px;
	z-index:6;
	height: 800px;
	font-family: 'Flamenco', cursive;
	font-size:20px;
}
#pinit {
	position:absolute;
	left:75px;
	top:610px;
	z-index:1;
	width: 50px;
}
#facebook {
	position:absolute;
	left:75px;
	top:555px;
	width:50px;
	height:50px;
	z-index:7;
}
.style1 {font-size: 22px}
.shadow  {	background: #FFFAE9;
			color:#000;
			text-shadow: 2px -2px 3px #999;
}
.shadow2  {	background: #FFFAE9;
			color:#000;
			text-shadow: 1px -1px 2px  #666;
}
.title {font-size: 26px}
.style22 {
	color: #FFFAE9;
	font-size: 12px;
}
