html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background:url(Images/MainBg.jpg) top center repeat-x #3c3636;
}

table {
	text-align: left;
	vertical-align: top;
}

td {
	text-align: left;
	vertical-align: top;
}

tr {
	text-align: left;
	vertical-align: top;
}

#WindowCentered {
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	padding:0px;
	text-align:left;
	z-index: -2;
	
	overflow:auto;	
}

#ContentFrame {
	width:920px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	z-index: -1;
}

#ContentHeader {
	position: relative;
	width: 920px;
	height: 188px;
	z-index: 2;
}

#HeaderRow1 {
	position: relative;
	width: 920px;
	height: 144px;
	float:left;
	z-index: 2;
}

#HeaderRow2 {
	position: relative;
	width: 920px;
	height: 44px;
	float:right;
	z-index: 2;
}

#SiteContent {
	position: relative;
	width: 920px;
	height:100%;
	float: left;		
	z-index: 1;
	background-image:url(Images/ContentBg.jpg);
	background-repeat:repeat-y;
}

#Footer {
	width: 920px;
	height: 48px;
	vertical-align: bottom;
	float: left;
	z-index:5;
	background-image:url(Images/background.gif);
	background-repeat:no-repeat;
}

#TableContent {
	width: 840px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 25px;
}

#TablePortyLinks {
	width: 500px;
	margin-left: 80px;
	margin-top: 75px;
	margin-bottom: 0px;
	margin-right: 05px;
}

#TablePortyDesign {
	width: 450px;
	margin-left: 70px;
	margin-top: 45px;
	margin-bottom: 0px;
	margin-right: 05px;
}

#TableFooter {
	width: 840px;
	margin-left: 18px;
	margin-top: 16px;
	margin-bottom: 15px;
	margin-right: 25px;
}

a:link {
	color: #333333;
	text-decoration: underline;	
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: underline;	
	font-weight: bold;
}
a:hover {
	color: #333333;
	text-decoration: underline;	
	font-weight: bold;
}

a:active {
	color: #333333;
	text-decoration: underline;	
	font-weight: bold;	
}

.Hd1 {
	font-size:12px;
	font-weight:bold;
}

.Hd2 {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

.Hd3 {
	font-size:12px;
	color:#CCCCCC;
}