#body
{
	background-color: #FFFBDB;
	font-family: Arial;
	
	/*background-image: url('images/w_mill.jpg');
	background-repeat: no-repeat;*/
	
}

#page
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 900px;
	background-color: white;
	
		
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

#header
{
	background-image: url('images/header0.jpg');
	background-repeat: no-repeat;
	background-color: white;
	width: 900px;
	height: 200px;
	margin: 0px;
	padding: 0px;
}

#content
{
	background-color: white;
	padding: 20px;

	/*min-height: 600px;*/
	
	margin: 0px;
}

#content a
{
	text-decoration: none;	
}

#bar
{
	display: none;
	background-color: blue;
	height: 5px;
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 900px;
	border: 0px;
	overflow: hidden;
}

#menu
{
	font-size: 14pt;
	padding: 10px 0px 10px 0px;
	clear: both;
	
	color: white;
	background-color: #C0C0C0;
}

#menu a
{
	text-decoration: none;
	
	color: black;
}

h1
{
	/*font-family: Verdana;
	font-size: 20pt;
	/*font-family: 'Merienda One', cursive;
	color: #FEF58E;
	text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;*/
	
	font-family: 'Chelsea Market', cursive;
	color: #8394C9;
	font-size: 36pt;
	font-weight: bold;
	text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;
}

h2
{
		font-family: verdana;
		font-size: 24pt;
		
		color: #808080;
		/*text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;*/
}

.borderdiv
{
	border: 1px solid black;
	width: 800px;
	height: 150px;
}

.starbullets
{
	list-style-image: url('images/star_bullet.png');
}