body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin:0;
	border:0;
	padding:0;
	background-color: #000000;
	text-align:left;
}
	
* html body {
	font-size: x-s; /* for IE5/Win */
	f\ont-size: small; /*for other IE versions */
	}

h1 {
	font-size: 150%;
	}

h2	{
	font-size: 130%;
	}
	
h3	{
	font-size: 120%;
	}

p	{
	font-size: 100%;
	}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

#top {
	width: 100%;
	height:150px;
	color:#7CBC73;
	}
#top_pad{
	padding-left:60px;
	padding-top:110px;
	}
#top a{
	color:#7CBC73;
	}


#mid {
	width: 3800px;
	min-height:320px;
	height:auto !important;
	height:320px;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-position: top left;
			}
#mid_pad{
	padding-left:60px;
	padding-top:20px;
	}
#mid img{
	margin-left:10px;
	}
#mid h1{
	font-size:120%; 
	color:#222222;
	margin-bottom:10px;
	margin-top:10px;
}
#mid h2{
	font-size:110%; 
	color:#7CBC73;
	margin-bottom:0;
	margin-top:0;
}
#mid h2 a{
	color:#7CBC73;
}	
#mid p{
	color:#BDBDBD;
	line-height:1.5em;
	margin-top:0;
	margin-bottom:.5em;
}
#mid a{
	color:#BDBDBD;
}

.text{
	float:left;
	width:300px;
	padding-top:20px;
	height:270px;
}
.hor{
	width:330px; 
	float:left;
}

.ver{
	width:200px; 
	float:left;
	margin-right:10px;
}
.dropbox{
	width:300px;
	height:200px;
	left:60px;
	top:40px;
	visibility:hidden;
	position:relative;
	padding:10px;
}
.dropbox1{
	width:300px;
	height:200px;
	left:60px;
	top:80px;
	visibility:hidden;
	position:relative;
	padding:10px;
}
#footer {
	width: 100%;
	min-height:300px;
	height:auto !important;
	height:300px;
	color:#7CBC73;
	margin:0;
	}
#footer_pad{
	padding-left:60px;
	padding-top:10px;
	}
#footer a {
	color:#7CBC73;
	}