/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #514e4e; }
input, select, textarea { font-family: Arial; font-size: 13px; color: #514e4e; }
body { padding: 50px 0px 50px 0px; background: #972b1a; }
img { border: 0px; display: block; }
a { text-decoration: none; color: #972b1a; } 
a:hover, selected a { text-decoration: underline; }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; padding: 118px 10px 10px 10px; width: 755px; background: url('../images/layout/logo.gif') #009e57 no-repeat top; }

	/* ### CONTENT CONTAINER ### */
	#contentCntr { width: 755px; background: url('../images/layout/contentBg.gif') #fffcef repeat-y left; }
	#contentCntr div.top { padding: 40px 20px 30px 20px; overflow: hidden; width: 715px; background: url('../images/layout/contentTop.gif') no-repeat; }
	#contentCntr h2 { padding-bottom: 15px; font: normal 15px Arial; text-transform: uppercase; font-weight: bold; color: #ce0000; }

	
		/* ### MENU CONTAINER ### */
		#menuCntr { float: left; width: 200px; }
		#menuCntr ul { list-style: none; }
		#menuCntr li { padding-bottom: 6px; font-size: 12px; text-transform: uppercase; }
		#menuCntr li a { padding-left: 30px; display: block; text-decoration: none; color: #972b1a; background: url('../images/layout/menuBg.gif') no-repeat left; }
		#menuCntr li a:hover, #menuCntr li.selected a { text-decoration: underline; }
		
		/* ### TEXT CONTAINER ### */
		#textCntr { margin-right: -3px; float: right; width: 515px; }
		#textCntr p { padding-bottom: 11px; line-height: 20px; }
		#textCntr ul { margin: 0; padding: 0; line-height: 20px; }
		#textCntr li { margin-left: 25px; }
		#textCntr img { border: 3px solid #009e57; }
		#textCntr h1 { font: normal 15px Arial;font-weight: bold; }
		
		
		/* ### TEXT CONTAINER FOTOALBUM### */
		#textCntralbum { margin-right: -3px; float: left; width: 480px; overflow: auto; min-height: 550px;}
		#textCntralbum p { padding-bottom: 11px; line-height: 20px; }
		#textCntralbum img { border: 3px solid #009e57; }
		#textCntralbum ul { margin-right: -25px; list-style: none; }

	