html
{
	height: 100%;
}

body
{
	font-size: small;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url(../Images/background.gif);
	background-repeat: repeat-x;
	background-position: right top;
	background-color: #DDD;
}


#header
{
	height: 60px;
	background-repeat: repeat-x;
	border-bottom: 3px #FECF00 solid;

	background-color: #363636;
	background-image: url(Images/button.gif);
	background-repeat: repeat-x;
}

#header p
{
	margin: 0px;
	padding-top: 15px;
	padding-left: 320px;
	font-size: 1.75em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	color: #E4BA00;
}

#headershadow
{
	height: 35px;
	width: 100%;
	border-top: 3px #B19412 solid;
	background-image: url(images/dropshadow.gif);
	background-repeat: repeat-x;
}


#ITILogo
{
	position: absolute;
	top: 8px;
	Left: 10px;
	height: 60px;
	width: auto;
	background-image: url(images/ITILogoOnBlack.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#ITILogo span { display: none; }


#PTLogo
{
	position: absolute;
	top: 20px;
	right: 18px;
	height: 40px;
	width: auto;
	background-image: url(images/ProTREADLogo.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#PTLogo span { display: none; }

.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -43px;
}

.push
{
	height: 40px;
}

#footer
{
	float: left;
	clear: both;
	width: 100%;
	height: 30px;
	margin: 0px;
	margin-top: 10px;
	padding-top: 0em;
	padding-bottom: 0em;
	font-size: .75em;
	color: #CCC;
	text-align: center;
	border-top: 1px #999 solid;
	border-bottom: 2px #FECF00 solid;
	background-color: #363636;
	background-image: url(Images/button.gif);
	background-repeat: repeat-x;
}

a:link
{
	color: #000;
}
a:visited
{
	color: #000;
}
a:active
{
	color: #000;
}
a:hover
{
	color: #903;
}
