/* TAGS - START */
body, html {
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
}

/* TAGS - END */


/* ------------------ */
/* Estructure - START */
/* ------------------ */

#root-div{
	width:774px;
	min-height:100%;
	margin-left: auto;
	margin-right:auto;
}

/* header - START */

#main-header{
	width:774px;
	min-height:213px;
	margin-left: auto;
	margin-right:auto;
}
#banner{
	width:774px;
	height:200px;
}


/* header - END */

/* Content - START */

#main-content{
	width:774px;
	margin-left: auto;
	margin-right:auto;
}

#main-content-left{
	width:173px;
	float:left;
}

#menu-left-flash {
	width: 173px;
	min-height:340px;
}

#main-content-right{
	width:601px;
	min-height:400px;
	float:right;
}
#content {
}


/* Content - END */


/* Footer - START */

#main-footer{
	width:774px;
	clear:both;
	padding-bottom:15px;
}

#main-footer-top{
}

#main-footer-bottom{
}


/* Footer - END */

/* ------------------ */
/* Estructure - END   */
/* ------------------ */
