@charset "UTF-8";
/* CSS Document */

#all  {
	background-image:url(images/BGnats.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:680px;
}
#left  {
	width:265px;
	height:630px;
	float:left;
	margin-top:20px;
}
#middle  {
	width:340px;
	height:620;
	float:left;
	margin-top:45px;
	margin-left:20px;
	margin-right:20px;
}
#right  {
	width:315px;
	height:620px;
	float:right;
	margin-top:45px;
}
#footer  {
	width:100%;
	height:199px;
	float:left;
	background-image:url(images/FOOTERnats.png);
	background-repeat:repeat-x;
}
#footerin  {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#7b7562;
}
a:link { 
	color:#7b7562;
	text-decoration:none;
}
a:visited { 
	color: #838383;
	text-decoration:none;
}
a:hover { 
	color: #333333;
	text-decoration:underline;
}
a:active { 
	color: #333333;
	text-decoration:none;
}
.type1 {
	font-weight: bold;
	font-size: 14px;
}