body { 
	background-color: #7f8eab; 		
	font-family: "trebuchet ms", Arial, Helvetica, Sans-Serif; 
}

#letter { 
		background: #fff; 
		font-size: 14px; 
		font-family: "trebuchet ms", Arial, Helvetica, Sans-Serif;
		width: 8.5in;
		height: 11in;
		margin: auto;
		color: #000;
		border: 2px solid #000;
}

#greeting { 
		background: #fff; 
		font-size: 14px; 
		font-family:  "trebuchet ms", Arial, Helvetica, Sans-Serif;
		width: 8.5in;
		margin: auto;
		margin-bottom: .5in;
		color: #000;
		border: 2px solid #000;
}

#greeting_margins { padding: .5in;}

#letter_margins { padding: 1in;}

p {
	text-indent: none;
}


.navigation { 
		margin: auto; 
		width: 300px;
		padding: 10px 5px 10px 10px;
		border: 0px solid #000000;
}

.navigation a {
	text-decoration: none;
	font-size: 16px;
	color: #000;
	padding: 0px 5px 0px 10px;
}	

.navigation a:hover {				
	color: #e6872b;
}
/*
#right_navigation { 
		z-index: 99;
		position: fixed; 
		top: 0px; 
		margin: 0px; 
		right: 0px;
		width: 250px;
		padding: 10px 5px 10px 10px;
		border: 1px solid #000000;
		background: #fff;
} 


#cover_all {
position: absolute;
top: 0px;
left: 0px;
z-index: 1000;
width: 100%;
height: 1200px;
background-color: #000;
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;
}

#dialog_container {
	
	color: white;
	background: none;
	text-align: center;
	position: fixed;
	z-index:10000;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block			
}

#dialog_content {
	
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000;
	margin-left: -175px;
	position: absolute;
	top: -125px;
	left: 50%;
	width: 350px;
	height: 250px;
	visibility: visible;

}

#message_container {
	
	color: white;
	background: none;
	text-align: center;
	position: fixed;
	z-index:10002;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block			
}

#message_content {
	
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000;
	margin-left: -175px;
	position: absolute;
	top: -160px;
	left: 50%;
	width: 350px;
	height: 320px;
	visibility: visible;

}

.bubble_top {
	background: url('../images/bubble_top.png') top left no-repeat;
	width: 350px;
	height: 25px;	
}

.bubble_content { border-top: 1px solid #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #fff;
	width: 350px;
	height: 300px;			
}


.bubble_content_message { border-top: 1px solid #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #fff;
	width: 350px;
	height: 320px;			
}

.bubble_bottom {
	background: url('../images/bubble_bottom.png') bottom left no-repeat;
	width: 350px;
	height: 25px;									
}

*/