body {
	margin:					0px 0px;
	padding:				0px;
	text-align:				center;
	font-family: "Times New Roman", Times, serif;
	color: #1D0C04;
	background-color:		rgb(171,209,227);
	background-image: 		url(../styleimages/crownlinksback.gif);
	background-repeat: 		repeat;
		
	}
	
	div#frame {
		width: 					800px;
    	margin: 				0 auto;
		position: 				relative;
		text-align:				center;
	}
			
	div#masthead {
		position:				absolute;
		top:					0px;
		left:					0px;
		width:					615px;
		height:					115px;
		background:				#000;
	}
		
	div#imgrot {
		position:				absolute;
		top:					0px;
		left:					615px;
		width:					185px;
		height:					115px;
		background:				#000;
	}

	div#main {
	position:				absolute;
	top:					116px;
	left:					0px;
	width:					615px;
	height:					385px;
	background:				rgb(181,225,245);
	overflow: scroll;
	
	}
		
	div#menu {
	position:				absolute;
	top:					116px;
	left:					615px;
	width:					185px;
	height:					385px;
	background:				rgb(204,200,158);
	
	}
	

	p,h1,h2,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:			24px;
		padding-top:		10px;
		}
		
	h2 {
			font-size:			14px;
			padding-top:		10px;
			text-align:			left;
		}
		
	#main h1 
		{
			padding:			10px;
			margin:				0px;
		}
	
	#main p 
		{ 
			font-size:			14px;
			text-align:			left;
		}
	
	#menu p 
		{
			font-size:			14px;
			font-family: 		"Times New Roman", Times, serif;
			text-align:			left;
		}

	#menu h1 
		{
			font-size:			14px;
			font-family: 		"Times New Roman", Times, serif;
		}
	
	#menu a:link
		{ 
			color:				#0033FF; 
			text-decoration:	none; 
		}
    #menu a:visited
		{ 
			color:				#663300; 
			text-decoration:	none; 
		}
    #menu a:hover
		{ 
			color:				#CC6600; 
			text-decoration:	none; 
		}
    #menu a:active
		{ 	
			color:				#FF0000; 
			text-decoration:	none; 
		}
	#main a:link
		{ 
			color:				#0033FF; 
			text-decoration:	none; 
		}
    #main a:visited
		{ 
			color:				#663300; 
			text-decoration:	none; 
		}
    #main a:hover
		{ 
			color:				#CC6600; 
			text-decoration:	none; 
		}
    #main a:active
		{ 	
			color:				#FF0000; 
			text-decoration:	none; 
		}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	background-image: url(../styleimages/beanbullett.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 25px;
	list-style-type: none;
	padding-top: 6px;
	line-height: 18px;

}

