﻿/**** STANDARD TABLE and MARGIN STYLES ****/

body {
	margin: 0; 
	background: url('images/bg.jpg');	
	border-spacing: 0;
}

table {
	padding: 0;	
	border-collapse: collapse;
}

td {
	padding: 0;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}

/********** WEBSITE HTML STRUCTURE *********/

/* WRAPPER is the browser screen  
   from margin to margin  */ 

.wrapper {


}

/* SHELL controls the width 
   of the website  *************************/ 
   
.shell {

	width: 990px;

}
.mainbg {
	background: url('images/main_bg_val.png');
	background-repeat: no-repeat;
	width: 562px;
	height: 546px;
}

/* HEADER controls the top
   row inside the shell  *******************/ 

.header {
	
}

/* BODY controls the middle
   row inside the shell  *******************/ 

.body {

}

/* BODY controls the bottom
   row inside the shell  *******************/ 

.footer {

}

/**************** MENU STYLES **************/

/*** CONTENT STYLES - WITHIN BODY CLASS ****/
