/* layout.css - Website layout */


html																							/* html specifications */
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #525252;
	background-color: #244175;
}

div																								/* div specifications */
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body																							/* body specifications */
{
	width: 100%;
	margin: 0px;   									
	font-family: Verdana;
	font-size: 10px;
	padding: 0px;	
	min-width: 780px;
	text-align: center;
}

.wrap																							/* site frame */
{
	position: relative;
	width: 775px;
	min-height:655px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.gif);
	text-align:left;
	border: 1px solid #369EFF;
}

.header1																						/* website header */
{
	background-image: url(../images/m1.gif);
	background-repeat: no-repeat;
	width: 459px;
	height: 108px;
}

.header2																						
{
	position:absolute;
	top:0px;
	left:459px;
	background-image: url(../images/m2.gif);
	background-repeat: no-repeat;
	width: 316px;
	height: 283px;
}

.header3
{
	position:absolute;
	top:117px;
	left:76px;
	background-image: url(../images/m4.gif);
	background-repeat: no-repeat;
	width: 383px;
	height: 104px;
}

.header_fill
{
	position:absolute;
	top:221px;
	left:76px;
	background-image: url(../images/header_fill.gif);
	background-repeat: no-repeat;
	width: 383px;
	height: 62px;
}

.border_top																						/* top border */
{
	position:absolute;
	top:108px;
	left:67px;
	background-image: url(../images/f1.gif);
	background-repeat: no-repeat;
	width: 392px;
	height: 9px;	
}

.border_left																					/* left border */
{
	position:absolute;
	top:108px;
	left:0px;
	background-image: url(../images/m3_top.gif);
	background-repeat: no-repeat;
	width: 76px;
	height: 547px;
}

.border_bottom																					/* bottom border */
{
	background-image: url(../images/border_bottom.gif);
	background-repeat: no-repeat;
	width: 775px;
	height: 83px;	
}

.menu_back																						/* menu background (grey) */
{
	position:absolute;
	top:283px;
	left:76px;
	background-image: url(../images/menu_back.gif);
	background-repeat: repeat;
	width: 699px;
	height: 33px;
}

.home_img																						/* image in the home page */
{
	position:absolute;
	top:535px;
	left:150px;	
}