a{text-decoration:none;}
a:link {
	color: #383939;
}
a:visited {
	color: #383939;
}
a:hover {
	color: #8A8A8A;
	text-decoration:underline;
}
a:active {
	color: #DDDB13;
}
#wrapper {
	background-color: #a3c159;
	
		width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#header {
	width: 750px;
	height: 244px;
	background-image: url(../images/header.gif);

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#nav {
	background-image: url(../images/nav.gif);
	background-repeat: repeat;

	height: 33px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #383939;
}
#main {
	background-image: url(../images/main.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 540px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#left_down {
	background-color: #FFF;
	background-image: url(../images/left_down.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 194px;
	width: 230px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 55px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #383939;
	padding-top: 5px;
}
#left_up {
	background-color: #FFF;
	background-image: url(../images/left_up.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 213px;
	width: 230px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 55px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #383939;
	padding-top: 5px;
}
#right_main {
	background-image: url(../images/layout2_21.png);
	background-repeat: no-repeat;
	height: 473px;
	width: 440px;
	float: right;
	margin-top: 38px;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #383939;

}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 55px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #383939;
}

