* {
   margin: 0;
   padding: 0;
   }
   
body  {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  12px;
   color: #000000;
   background-image: url(images/bg.gif);
   background-repeat: repeat-x;
   }
   
img{
  border: none;
  }
/*
A:link {
   font-weight: bold;
   color: #000000;
   text-decoration: none;
   }
  
A:visited {
   font-weight: bold;
   color: #000000;
   text-decoration: none;
   }
   
A:active {
   font-weight: bold;
   color: #000000;
   text-decoration: none;
   }
   
A:hover {
   color: #000000;
   text-decoration: none;
   }
*/

#container {
	width: 800px;
	height: auto;
	background-color: #ffffff;
	}
	
#header {
	width: 800px;
	height: 144px;
	background-image:url(images/header.gif);
	margin: 0;
	padding: 0;
	}

#header_none {
	width: 800px;
	height: 144px;
	background-image:url(header_none.gif);
	margin: 0;
	padding: 0;
	}
	
#nav {
	width: 800px;
	height: 26px;
	}

#nav td{
	height: 144px;
	vertical-align: bottom;
	}
	
#main {
	width: 800px;
	height: auto;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	}
	
#mainleft {
	width: 340px;
	height: 410px;
	background-color: #ffffff;
	float: left;
	}

#bottolimg {
	width: 206px;
	height: 337;
	margin: 40px 30px 0px 30px;
	}

#mainright {
	width: 420px;
	height: 410px;
	background-color: #ffffff;
	float: right;
	}

#flash {
	width: 377px;
	height: 290px;
	margin: 60px 0px 40px 0px;
	float: left;
	}
	
#bottombg {
	width: 800px;
	height: 77px;
	background-color: #ffffff;
	float: center;
	margin: 410px 0px 0px 0px;
	}
	
.txt {
	color: #000000;
	font-size: 12px;
	font-family: arial;
	text-align: left;
	margin: 0px 40px 0px 40px;
	}
	
.from {
	color: #000000;
	font-size: 12px;
	font-family: arial;
	font-style: italic;
	text-align: right;
	margin: 0px 40px 0px 40px;
	}
	
.contacttxt {
	color: #000000;
	font-size: 12px;
	font-family: arial;
	text-align: left;
	margin: 0px 40px 0px 225px;
	}
	
.title {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	font-family: arial;
	text-align: left;
	margin: 30px 0px 0px 40px;
	}
	
#footer {
	width: 800px;
	height: 23px;
	background-image:url(images/footerbg.gif); 
   	margin: 0px;
   	padding: 0px;
   }
   
.footertxt {
	color: #ffffff;
	font-family: arial;
   	font-size: 10px;
   	line-height: 8pt;
   	}
