body {
	background-image: url(photoshop_sliced_exports/background.jpg);
	background-repeat: no-repeat;
	background-color: #235027;
	margin: 0px;
}
#container {
	float: left;
	height: 600px;
	width: 955px;
	margin: 0px;
	padding: 0px;
}
#header {
	float: left;
	height: 84px;
	width: 955px;
}
#menubar {
	float: left;
	height: 36px;
	width: 650px;
	padding: 0px;
	margin-right: 83px;
	margin-left: 222px;
	background-color: #9AC93D;
	text-align: center;
}
#spacer {
	float: left;
	height: 37px;
	width: 955px;
}

/* end container */

#main {
	float: left;
	width: 800px;
	background-image: url(photoshop_sliced_exports/extender.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	padding: 0px;
	margin-top: 0px;
	margin-right: 65px;
	margin-bottom: 0px;
	margin-left: 93px;
}
#contentbox {
	float: left;
	width: 705px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 63px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contentbox h2, h3 {
	color: #03F;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}


table {
	font-size: 95%;
	width: 705px;
	background-color: #FFF;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
}
table tr td {
	border-bottom-color: #000;
	border-right-color: #000;
	text-align: center;
	vertical-align: top;
	background-color: #151811;
	color: #FFF;
	font-size: 16px;
	padding-top: 10px;
}
table th {
	color: #FFF;
	background-color: #000;
	font-size: 24px;
	padding-bottom: 3px;
	height: 40px;
}
#isquierda_columna {
	width: 320px;
	padding-right: 15px;
	border-right-width: thin;
	border-bottom-width: thin;
	padding-left: 15px;
	border-top-width: thin;
	border-left-width: thin;
}
#derecha_columna {
	float: right;
	width: 320px;
	padding-right: 15px;
	padding-left: 15px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	float: left;
	height: 73px;
	width: 800px;
	background-attachment: scroll;
	background-color: #235027;
	background-image: url(photoshop_sliced_exports/footer.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	padding-left: 155px;
	font-size: small;
	padding-top: 25px;
}

