* { margin: 0; padding: 0; cursor: default; }

body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	background-color: indigo;
	text-align: center;
}

#page
{
	width: 750px;
	min-height: 1110px;
	height: auto;
	_height: 1110px;
	background: white url(layout/foot.jpeg) no-repeat;
	margin: auto;
	padding: 20px;
}

#text
{
	left: 350px; /* Firefox */
	_left: 150px; /* IE */
	/*top: 240px;*/
	margin-top: 240px;
	width: 300px;
	position: relative;
	text-align: left;
	line-height: 1.5em;
}

#menu
{
	left: -50px;
	_left: -280px;
	top: 60px;
	width: 250px;
	position: relative;
	text-align: right;
}
a:link, a:visited, a:active, a:hover
{
	font-weight: bold;
	color: indigo;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
a:hover { color: red; }

h1 {
	font-size: 2em;
	color: indigo;
	font-weight: bold;
	text-align: center;
	margin-top: 28px;
}
h2
{
	font-size: 1.2em;
	color: indigo;
	font-weight: bold;
	margin: 10px;
}

p
{
 	margin: 10px;
}
ul
{
	list-style: outside;
	padding-left: 20px;
	margin-left: 10px;
}

#copyright
{
	color: indigo;
	font-size: 0.7em;
	padding-bottom: 10px;
	text-align: right;
	left: -100px;
	top: -100px;
}
.break
{
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}