html, body {
	height: 100%;
}
body  {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
	background: #000000;
    color: #c0c0c0;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
    text-decoration: none;
    color: #c0c0c0;
}
a:visited {
    color: #c0c0c0;
}
a:hover  {
    color: #fff;
}
h2 {
	margin-top: 33px;
	font-size: 1.2em;
}
.smallp p
{
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
}
.rightAlign
{
	width: 100px;
	float: right;
	text-align: right;
	margin-right: 45px;
	font-weight: normal;
	font-size: 0.8em;
}
#container { 
	position: relative;
	width: 975px; /*960*/
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	border: 1px solid #000000;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
} 
#header { 
	height: 80px;
	padding: 18px 10px 0 20px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.3em;
	text-align: left;
	margin-left: 205px;
} 
#header .span1 {
	margin: 0;
	padding: 10px 0;
	letter-spacing: 2pt;
	text-transform: uppercase;
	margin-right: 7px;
	font-weight: bold;
}
#header .span2 {
	letter-spacing: 1pt;
}
#leftmenu {
	position: absolute;
	top: 90px;
	left: 0;
	width: 250px; /*153-180*/
	padding: 15px 10px 15px 20px; 
}
#leftmenu #works 
{
    margin-bottom: 2px;
    cursor: pointer;
}
#leftmenu p {
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 13px;
}
#leftmenu p:hover {
    color: #fff;
}
#leftmenu .indent
{
    margin-left: 12px;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 0.7em;
}
#leftmenu a
{
    display: block;
    margin-bottom: 2px;
}
#rightmenu {
	position: absolute;
	top: 90px;
	right: 0;
	width: 160px;
	padding: 15px 10px 15px 20px;
}
#rightmenu p {
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 13px;
}
#mainContent { 
	margin: 14px 215px; /*200*/
	padding: 0 10px;
	line-height: 1.6em;
}
#mainContent p:first-child {
	margin-top: 0px;
}
#mainContent h2:first-child {
	margin-top: 0px;
}
#mainContent a {
	text-decoration: underline;
	color: #c0c0c0;
}
#mainContent a:visited {
	text-decoration: underline;
	color: c0c0c0;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer, .push { 
	padding: 0 10px 0 20px; 
	height: 100px; /*Inverse of body's bottom margin*/
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
}