@charset "UTF-8";
/* Christmas layout */

body {
	font-family:			Verdana, Geneva, Arial, sans-serif;
	font-size:				medium;
	font-weight:			normal;
	background-color:		#FFFC88;
	background-image:url(../Blue-Sky.jpg);
	background-attachment:	fixed;
	background-position:	center;
	background-repeat:		no-repeat;
}


h1, h2 {
	font-weight:			bold;
}

#allcontent {
	width:					800px;
	padding-top:			5px;
	padding-bottom:			5px;
	margin-left:			auto;
	margin-right:			auto;
	
}

#navi {
	width:					100px;
	position:				absolute;
	padding-left:			15px;
	padding-top:			15px;
	margin-right:			15px;
	line-height: 			50px;
}


#content {
	position:				relative;
	float:					right;
	width:					600px;
	margin-left:			15px;
	padding:				15px;
	
	
	}

#header {
	width:					800px;
	height:					108px;
	margin-bottom:			20px;
	
}

#footer {
	width:					800px;
	height:					100px;
	font-size:				x-small;
}

a:active {
	color:					#6A00FF;
	text-decoration: 		underline;
}

a:visited {
	color:					#0033CC;
	text-decoration:		underline;
	
}

a:hover {
	color:					#000000;
	font-weight:			bold; 
}

#em {
	font-family:"Lucida Calligraphy", "Lucida Handwritting", "Snell Round";
	
}

