	*
{
	margin:0px;
	padding:0px;
}

	body
{
	background:url(images/body.png) repeat-x;
	background-color:white;
	font-family:Arial;
	font-size:14px;
}
	
	a
{
	text-decoration:none;
	color:#1e90ff;
	font-weight:bold;
	font-size:14px;
}

	#page
{
	width:802px;
	margin:2em auto;
}

	table#pagelist
{
	width:600px;
	border:1px solid #777777;
	border-collapse:collapse;
	margin-top:5px;
}

	#pagelist th
{
	text-align:left;
	padding:0px 4px;
	background-color:orange;
	color:white;
	font-size:16px;
}

	#pagelist td
{
	border:1px solid #777777;
	padding:4px;
}

	#pageedit
{
	width: 100%;
}

	#top
{
	width:802px;
	height:3px;
	background:url(images/top.png);
}

	#content
{
	width:786px;
	background:url(images/content.png);
	padding:8px;
	min-height:600px;
	position:relative;
}

	#bottom
{
	width:802px;
	height:3px;
	background:url(images/bottom.png);
}

	#footer
{
	width:786px;
	background:url(images/content.png);
	padding:8px;
}

	#menu
{
	width:700px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin:auto;
	height:39px;
	text-align:center;

}

	#menu li
{
	list-style-type:none;
	color:black;
	display:block;
	float:left;
	font-weight:bold;
	height:19px;
	margin-left:-1px;
	padding:10px;
}

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

	#menu a:hover
{
	color:#7890AF;
	color:orange;
	border-top:4px solid #8aaad5;
	border-bottom:4px solid #8aaad5;
	padding:6px 0px;
}

	#con
{
	margin:20px 40px;
}

	.title
{
	font-size:18px;
}
