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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #517317;
	text-decoration: none;
}
a:visited {
	color: #517317;
	text-decoration: none;
}
a:hover {
	color: #99D92D;
	text-decoration: underline;
}
a:active {
	color: #517317;
	text-decoration: none;
}
.largeLinks {
	font-family: "Trebuchet MS";
	font-size: 25px;
	color: #4B6916;
}
.greentext {color: #517317}
#banner {
	height:186px;
	background-image:url(../images/banner.png);
	background-repeat:repeat-x;
	position: relative;
}
#logo {
	height:146px;
	width:376px;
	float:left;
	margin-left:20px;
	margin-top: 10px;
}
#content {
	width:400px;
	margin-left:50px;
	float:left;
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 99%;
	font-style: normal;
	color: #535353;
}
#nav_colum {
	width:517px;
	float:left;
	margin-left:50px;
}
#portHome {
	width:507px;
	height:257px;
	margin-bottom: 35px;
	position: relative;
}
#portHomeLink {
	width:515px;
	height:30px;
	margin-bottom: 10px;
	position: relative;
}
#web_colum {
	width:528px;
	float:left;
	margin-left:50px;
}
