﻿html {}
body{}

/*LAYOUT*/
div#frontPanel
	{
	position: relative
	width: 940px ; 
	height: 654px !important; 
	margin: 0; 
	padding: 0; 
	border: 0;
	background-color: yellow; 
	}
	
div#borderTopLeft
	{
	float: left;
	width:420px; 
	height: 12px; 
	background: url(../images/top-border-r.jpg) no-repeat left top; 
	margin: 0; 
	padding: 0; 
	border:0;
	}
	
div#borderTopRight
	{
	float: left;
	width:420px; 
	height: 12px; 
	background: url(../images/top-border-l.jpg) no-repeat left top; 
	margin: 0; 
	padding: 0; 
	border:0;
	}

	
div#greyPanel
	{
	position: relative;
	width: 420px;
	height: 408px; 
	float: left; 
	background: url(../images/block-top-left.jpg) no-repeat left top; 
	margin: 0; 
	padding: 0; 
	border:0;
	}
	
div#titleBlock
	{
	position: relative;
	width: 420px;
	height: 408px; 
	float: left; 
	background: url(../images/block_title.jpg) no-repeat left top; 
	margin: 0; 
	padding: 0; 
	border:0;
	}

div#titleBlock h1
	{
	position: absolute;
	left: 68px;
	top: 200px;
	color: #ffffff;
	text-align: center;
	font-size: 22pt;
	font-family: "MS Trebuchet", sans-serif;
	text-transform: uppercase;
	margin: 0px;
	line-height: normal;
	}

	div#titleBlock h2
	{
	position: absolute;
	left: 75px;
	top: 295px;
	color: #ffffff;
	text-align: center;
	font-size: 10pt;
	font-family: "MS Trebuchet", sans-serif;
	margin: 0px;
	line-height: normal;
	}

div#titleBlock img
	{
	position: absolute;
	left: 160px;
	top: 90px;
	}
	
div.blockDiv {float: left; width: 210px; height: 210px; margin: 0;padding: 0; border:0;overflow: hidden;}
div#block1{background: url(../images/block-1.jpg) no-repeat left top; }

div#block2 {background: url(../images/block-2.jpg) no-repeat left top; }

div#block3 {background: url(../images/block-3.jpg) no-repeat left top; }

div#block4 {background: url(../images/block-4.jpg) no-repeat left top; }

div#block5 
	{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 210px; 
	height: 210px; 
	margin: 0;
	padding: 0; 
	border:0;
	background: url(../images/block-5.jpg) no-repeat left top; 
	}

div#borderBtmLeft
	{
	float: left;
	width:630px; 
	height: 12px; 
	background: url(../images/bottom-border-l.jpg) no-repeat left top; 
	margin: 0; 
	padding: 0; 
	border:0;
	}
	
div#borderBtmRight
	{
	float: left;
	width:210px; 
	height: 12px; 
	background: url(../images/bottom-border-r.jpg) no-repeat left top; 
	margin: 0; 
	padding: 0; 
	border:0;
	}

div.cleared{clear: both;}