#body
{
	background-color: #BEF2EF;
	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('im/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: black;
	height: 5px;
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 900px;
	border: 2px;
	border: 2px;
	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: 40pt;
	font-weight: bold;
	text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;
	display: inline;
}

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

#container
{
	position: absolute;
	width:640px;
	background-image: url("im/pagebg.jpg");
	background-position: left 200px;
	background-repeat:repeat-y;
	
	left: 270px;
	
	min-height: 100%;
	
	padding-left: 40px;
	padding-right: 30px;
}

.rounded-corners 
{
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	
	-moz-box-shadow: 2px 2px 8px #999;
	-webkit-box-shadow: 2px 2px 8px #999;
	box-shadow: 2px 2px 8px #999;
}

ul
{
	list-style-image: url('im/bullet_star.jpg');
}

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

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