*
{
	font-family: 'Comic sans ms', Arial, Verdana, Helvetica, Sans-Serif;
	
	margin: 0;
	padding: 0;
	border-spacing: 0;	
}

html, body, #pageWrapper
{
	width: 100%;
	height: 100%;
	clear: both;
}

html, body
{
	background-color: #50D070;
}

p
{
    padding: 1em 0;
}

ul, ol
{
    list-style-position: inside;
    margin-left: 1em;
}

#pageWrapper
{
	width: 1050px;
}

#bodyWrapper
{
	background-color: transparent;
	width: 100%;
	clear: both;
	
	background-image: url(../graphic/bg_right.png);
	background-repeat: repeat-y;
	background-position: right;
}

#bodyWrapper #contentWrapper
{
	background-color: #30B060;
	width: 970px;
	padding: 20px 0 0 30px;
}

#bodyWrapper #contentWrapper #header #menu,
#bodyWrapper #contentWrapper #header #menu *
{
    z-index: 100;
}

#bodyWrapper #contentWrapper #header img
{
    z-index: 50;
}

#bodyWrapper #contentWrapper #header #menu
{
    margin-top: -8px;
	height: 40px;
	clear: both;
}

#bodyWrapper #contentWrapper #header #menu ul li
{
	list-style: none;
	display: inline;
	float: left;
	width: 100px;
	height: 20px;
	text-align: center;
}

#bodyWrapper #contentWrapper #header #menu ul li a
{
    text-decoration: none;
    color: #eee;
    font-weight: bold;
	font-size: 16px;
}

#bodyWrapper #contentWrapper #header #menu ul li a:hover
{
    color: #fff;
}

#content
{
	font-size: 14px;
	line-height: 28px;
	padding: 10px;
	width: 100%;
}

#lastUpdated
{
	text-align: right;
	font-size: 10px;
}

#footer
{
	clear: both;
	height: 50px;
	width: 100%;	
}

#footer #bottom
{
	float: left;
	height: 100%;
	width: 1000px;
	background-image: url(../graphic/bg_bottom.png);
	background-repeat: repeat-x;	
}

#footer #corner
{
	float: right;
	width: 50px;
	height: 100%;
	background-image: url(../graphic/bg_corner.png);
	background-repeat: no-repeat;	
}