html {
	height: 100%; 
	max-height: 100%;
}

body {
	background-color: #000000;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	min-width: 600px ;
	max-height: 95%;
	height: 98%; 
	text-align: center; /* for IE */
}

#main_container {
	width: 830px;
	background-color: #000000;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	overflow: hidden;
	padding-left: 50px;
}

#menu {
	float: right;
	margin-top: 19px;
	margin-right: 50px;
	margin-bottom: 6px;
	overflow: hidden;
}
#menu img {
	margin-left: 19px;
}

.menu_item {
	float: left;
}

#main_img {
	width: 780px;
	margin: 0 50px 50px 0;
}

#contact {
	overflow: hidden;
	float: left;
	width: 250px;
	font-family: Helvetica;
	font-size: 11px;
	color: #898544;
	margin-right: 40px;
}

#contact A:link,
#contact A:active,
#contact A:visited {
	color: #898544;
	text-decoration: none;
}
#contact A:hover {
	color: #898544;
	text-decoration: underline;
}

#contact-text {
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#frm_contactus label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Helvetica;
	font-size: 11px;
	color: #898544;
	padding-top: 10px;
}

#frm_contactus input,
#frm_contactus textarea
 {
	width: 250px;
	background-color: #e8f9ed;
	border: 1px solid #e8f9ed;
	margin-bottom: 5px;
	font-family: Georgia, Helvetica;
	font-size: 11px;
	padding-left: 3px;
}

#logo {
	width: 250px;
	float: left;
	margin-bottom: 35px;
}

.title {
	width: 490px;
	float: left;
	font-family: Georgia;
	font-size: 24px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom:5px;
}

.title A:link,
.title A:active,
.title A:visited {
	color: #ffffff;
	text-decoration: none;
}
.title A:hover {
	color: #ffffff;
	text-decoration: underline;
}

H1 {
	font-family: Georgia;
	font-size: 24px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom:5px;
	font-weight: normal;
}

#content-container {
	width: 490px;
	float: left;
	font-family: Georgia, Times Roman, Sans-Serif;
	font-size: 14px;
	color: #cccccc;
}

td {
	font-family: Georgia, Times Roman, Sans-Serif;
	font-size: 14px;
	color: #cccccc;
}
td A {
	color: #cccccc;
	text-decoration: underline;
}

.contenido {
	width: 490px;
	float: left;
}
.contenido A {
	color: #cccccc;
	text-decoration: underline;
}

.btn_send_esp {
	margin-top: 10px;
	width: 96px;
	height:28;
	border: 0px;
	background-image: url(../img/btn_send_esp.png);
}

.btn_send_eng {
	margin-top: 10px;
	width: 96px;
	height:28;
	border: 0px;
	background-image: url(../img/btn_send_eng.png);
}

.blog_date {
	width: 490px;
	overflow: hidden;
	float: left;
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	font-size: 11px;
	color: #898544;
	line-height: 16px;
	letter-spacing: 1px;
	margin-bottom:6px;
}

.blog_postedby {
	width: 490px;
	overflow: hidden;
	float: left;
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	font-size: 11px;
	color: #898544;
	line-height: 16px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 25px;
}

.blog_postedby A:link,
.blog_postedby A:active,
.blog_postedby A:visited,
.blog_postedby A:hover {
	color: #898544;
	text-decoration: underline;
}

.commentname {
	width: 490px;
	float: left;
	font-family: Georgia;
	font-size: 20px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom:5px;
}

#leavecomment {
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

#frm_comments label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Helvetica;
	font-size: 11px;
	color: #898544;
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
#frm_comments input,
#frm_comments textarea
 {
	width: 400px;
	background-color: #e8f9ed;
	border: 1px solid #e8f9ed;
	margin-bottom: 5px;
	font-family: Georgia, Helvetica;
	font-size: 11px;
	padding-left: 3px;
	float: left;
}

#captcha {
	float: right;
	width: 330px;
	padding-top: 8px;
}