body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	margin: 0; padding: 0; border: 0;
}

/* Page Layout */

#page {display: block; margin: 0; padding: 0; border: 0;}

#page #header
{
	position: block;
	width: 100%;
	height: 50px;
	top: 0px;
	right: 0;
	bottom: auto;
	left: auto;
	 background: url("../images/top.png") repeat-x; 
	margin: 0; padding: 0; border: 0;
	z-index: 0;
}
#page #header  #logo
{
	position: absolute;
	width: 200px;
	height: 200px;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0;
	background: url("../images/logo.png") no-repeat;
	z-index: 1;
	margin: 0; padding: 0; border: 0;
}
#page #header  #corner
{
	position: absolute;
	width: 16px;
	height: 50px;
	top: 0px;
	right: 0px;
	bottom: auto;
	left: auto;
	background: url("../images/top_right_corner.png") no-repeat;
	z-index: 1;
	margin: 0; padding: 0; border: 0;
}
		
#page #header #sidebar
{
	position: fixed;
	width: 190px;
	height: 100%;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	background: url("../images/left.gif") repeat-y;
	margin: 0; border: 0;
	padding-top: 200px; 
	padding-right: 50px;
	z-index: 0;
}

#page #header #leftspacer
{
	position: fixed;
	width: 14px;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: auto;
	left: auto;
	background: url("../images/right.png") repeat-y;
	z-index: 0;
	margin: 0; padding: 0; border: 0;
}


#page #buttons
{
	position: absolute;
	width: 165px;
	height: 100%;
	top: 200px;
	right: auto;
	bottom: auto;
	left: 0;


	font-family: times;
	font-size: 16px;
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: bold;
}

#page #buttons ul
{
	list-style-type: none;
}

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

#page #main
{
	display: absolute;
	width: auto;
	height: 100%;
	top: 50px;
	right: auto;
	bottom: auto;
	left: auto;
	margin-left: 205px;
	margin-right: 20px;
	padding: 0; border: 0;
}

/* Text style */

h1 {
    text-shadow: #ccc 3px 3px 3px;
}
h2 {
    text-shadow: #ccc 3px 3px 3px;
}
h3 {
    text-shadow: #ccc 3px 3px 3px;
    text-indent: 20px;
}
h4 {
    text-shadow: #ccc 3px 3px 3px;
    text-indent: 40px;
}

a:link, a:visited
{
    color: #880004;
    text-decoration: none;
}

a:hover
{
    color: #880004;
    text-decoration: underline;
}

a:active
{
    color: #ff0004;
    text-decoration: underline;
}

command,.command
{
	font-family: courier;
	font-size: 12px; background: #cccccc;
}

small,.small
{
	font-size: 10px;
}

table,p
{
	font-size: 12px;
}

