html{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
 
body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:#ffffff;
}

div, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

a{
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#b5332b;
}

#rootDiv{
	position:relative;;
	width:939px;
	min-height:700px;
	height:auto !important;
	height:700px;
	margin:0 auto;
}

#pageTop{
	position:relative;
	width:939px;
	height:136px;
	background:url(images/mainTop.jpg) top left no-repeat;
}

#pageCenter{
	position:relative;
	width:927px;
	min-height:433px;
	height:auto !important;
	height:433px;
	padding:0 5px 0 5px;
	border-left:1px solid #9a9a9a;
	border-right:1px solid #9a9a9a;
	background:url(images/centerBg.gif) top left repeat-y;
}

#leftContent{
	float:left;
	position:relative;
	width:185px;
	min-height:433px;
	height:auto !important;
	height:433px;
	background:url(images/menuBg.gif) #b5251e;
}

#leftWheel{
	position:relative;
	width:185px;
	height:31px;
	background:url(images/mainWheelLeft.jpg) top right no-repeat;
}

#diamondLogo{
	position:absolute;
	width:185px;
	height:35px;
	bottom:0;
	left:5px;
	background:url(images/diamondLogo.gif) top left no-repeat;
}

#rightContent{
	float:left;
	position:relative;
	width:742px;
	min-height:433px;
	height:auto !important;
	height:433px;
	background:#ffffff;
}

#rightWheel{
	position:relative;
	width:733px;
	height:28px;
	padding:3px 9px 0 0;
	color:#ffffff;
	font-family:Tahoma;
	font-size:20px;
	text-align:right;
	background:url(images/mainWheelRight.jpg) top left no-repeat #000000;
}

#path{
	position:relative;
	width:733px;
	height:16px;
	padding:2px 9px 0 0;
	background:#999999;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma;
}

.path_link{
	color:#ffffff;
	font-family:Tahoma;
	font-size:12px;
	text-decoration:none;
	text-align:right;
}

#mainContent{
	position:relative;
	width:706px;
	min-height:238px;
	height:auto !important;
	height:238px;
	padding:58px 11px 40px 25px;
}

#print{
	position:relative;
	width:706px;
	height:19px;
	margin-left:25px;
	padding-top:4px;
	color:#999999;
	text-align:right;
	border-top:1px solid #999999;
}

#bottomGrey{
	position:relative;
	width:733px;
	height:21px;
	padding:3px 9px 0 0;
	background:#605d5c;
	color:#ffffff;
	font-family:Tahoma;
	font-size:16px;
	text-align:right;
}

#pageBottom{
	clear:both;
	position:relative;
	width:939px;
	height:88px;
	background:url(images/mainBottom_20.jpg) top left no-repeat;
}

.clear{
	clear:both;
}

#footer{
	position:relative;
	width:939px;
	height:25px;
	padding-top:8px;
}

.created{
	display:inline;
	float:right;
	position:relative;
	width:92px;
	height:25px;
	background:url(images/created.gif);
}

.powered{
	display:inline;
	float:right;
	position:relative;
	width:92px;
	height:25px;
	margin-left:15px;
	background: url(images/powered.gif);
}

a.printLink{
	color:#999999;
	text-decoration:none;
	text-transform:lowercase;
}

a.printLink:hover {
	color:#999999;
	text-decoration:none;
	text-transform:lowercase;
}

.float{
	float:left;
}