@charset "utf-8";
body {
	background-image: url(images/vista_grass.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-size: 100%;
}
.container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.rope {
	float: left;
}
.banner {
	float: left;
}


.leftsidebar {
	width: 200px;
	height: 100%;
	float: left;
	margin-top: 15px;
}
.mainbar {
	width: 600px;
	height: 100%;
	float: left;
	margin-top: 15px;
}
.rightsidebar {
	width: 200px;
	height: 100%;
	float: left;
	margin-top: 15px;
}
.content_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFF;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}
.main_content {
	float: left;
	width: 800px;
	margin-top: 15px;
}
.footer {
	width: 1000px;
	overflow: hidden;
	margin-top: 15px;
	font-size: 18px;
	color: #FFF;
	float: left;
}
a:link {
	color: #FF0;
}
a:visited {
	color: #FF0;
}

a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
a {
	font-family: Times New Roman, Times, serif;
}
#container .mainbar table tr td table {
	color: #000;
	font-size: 18px;
}
.lgYellow {
	font-size: 24px;
	color: #FF0;
}
.smYellow {
	font-size: 16px;
	color: #FF0;
}
.midYellow {
	font-size: 20px;
	color: #FF0;
}
