@CHARSET "UTF-8";

html
{

}
body
{
	background-color: #666;
	background-image: url("main-bg.jpg");
	background-position: center;
	background-repeat: repeat-y;
	cursor: default;
	font-family: Calibri, Verdana, Arial;
	margin: 0;
	padding: 0;
}
#body
{
	background-color: white;
	background-image: url("main-bg.jpg");
	background-position: center;
	background-repeat: repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
#header
{
	height: 200px;
	margin: 0px;
	overflow:  hidden;
	position: absolute;
	top: 0px;
	width: 950px;
}
#header-image-wrap
{
	background-image: url("logo.jpg");
	background-repeat: no-repeat;
	height: 200px;
	position: absolute;
	top: 0px;
	width: 950px;
}
#header h1
{
	height: 75px;
	margin: 0;
	padding: 0 1em 0 0;
	text-align: right;
}
#header h1 a
{
	color: green;
	text-decoration: none;
}
#header h2
{
	color: gray;
	font-family: "Brush Script MT", Arial;
	height: 75px;
	margin: 0;
	padding: 0 1em 0 0;
	text-align: right;
}
#top-menu
{
	height: 50px;
	list-style-type: none;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: absolute;
	top: 75px;
	/*
	position: absolute;
	right: 0px;
	width: 270px;
	*/
}
#top-menu li
{
	/* image for the left side */
	/* border-left: 1px solid yellow; */
	float: left;
	height: 50px;
	margin-left: 1em;
	padding-left: 10px;
}
#top-menu li a
{
	/* image for the right side */
	/* border-right: 1px solid blue; */
	color: black;
	float: left;
	font-family: "Andale Mono";
	font-weight: bold;
	height: 33.333333333333px;
	padding-right: 10px;
	padding-top: 16.666666666667px;
	text-decoration: none;
}
#top-menu li a:hover
{
	color: #009900;
}

#contents
{
	padding-top: 200px;
}
#contents #page-title
{
	background-image: url("bar-sprite.png");
	background-position: 2px top;
	background-repeat: no-repeat;
	height: 45px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 25px;
	text-align: left;
	width: 300px;
}
#contents #main-contents
{
	padding: 20px;
}

#footer
{
	background-color: white;
	background-image: url("main-bg.jpg");
	background-position: center;
	background-color: white;
	border-top: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	text-align: left;
	width: 950px;
}
#footer .block
{
	float: left;
	margin: 0 1em 0 0;
	padding: .3em;
}
#footer ul.block
{
	list-style-type: none;
}

#copyright
{
	clear: both;
	color: #999;
	font-size: 70%;
	padding-top: 2em;
	text-align: center;
}
#copyright a
{
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
#copyright a:hover
{
	text-decoration: underline;
}

#author
{
	display: none;
}
