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

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


a:link {color:#666666; text-decoration: none; }
a:active {color: #666666; text-decoration: none; }
a:visited {color: #666666; text-decoration: none; }
a:hover {color: #666666; text-decoration: underline; }


/* gradient backgrownd holder */

body {
	background-image:url(images/gradient_backgrownd.png);
	background-repeat:repeat;
	background-position:left;
	background-position:top;
}

/* Main content holder */

#content{
	position:inherit;
	margin: 0 auto;
	width:900px;
	top:10px;
	z-index:1;
}

/* Holds the top banner, if top margin is changed, height needs to be changed accordingly to maintain the look of the website*/

#top{
	margin-top:55px;
	margin-left:255px;
	height:125px;
	z-index:1;
}


/* Holds the main menu of the website */

#menu{
	position:inherit;
	color:#666;
	width:900px;
	padding-left:50px;
	padding-right:50px;
	padding-top:50px;
	background-image:url(images/menu_backgrownd.png);
	background-repeat:repeat-y;
	padding-bottom:0px;
	z-index:-3;
}

/* Holds the text of the website */

#main_text_content{
	position:inherit;
	color:#666;
	width:900px;
	padding-left:50px;
	padding-right:50px;
	padding-top:30px;
	background-image:url(images/borders/backgrownd.png);
	background-repeat:repeat-y;
	padding-bottom:0px;
	z-index:-3;
}

/* Holds the footer of the website with the copyright info and the design of the rounded corners of the bottom of the page */

#footer{
	text-align:center;
	color:#999;
	height:100px;
	padding-top:30px;
	background-image:url(images/borders/bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	width:900px;
	z-index:1;
}

/* shows the design of the top border with the english and spanish options, make sure the top atribute stays at 0px */

#border_top{
	position:absolute;
	background-image:url(images/borders/top.png);
	background-repeat:no-repeat;
	background-position:top;
	top:0px;
	margin-left:0px;
	width:900px;
	height:180px;
	z-index:-3;	
}


/* holds the link for the English at the top*/

#palm tree{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 367px;
	height: 646px;
	background-color: transparent;

}
	
/* Holds the main text of the website */

#main_text_holder{
	width:88%;
	position:inherit;
	
}
