/*  WRAPPER */
#wrapper { 
	text-align: left;
	margin: 0 auto; 
	/*border:1px solid  #E6E6E6;
	border-width:0 1px 0 1px;*/
	width: 945px;
	max-width: 945px;
}
div#showcase {
	display: inline; 
	width: 230px;
	float: left;
	margin-right: 10px;
	}
div#content {
	display: inline; 
	float: right;
	}	
	
/*    HEADER    */
div#header {
	width: 100%;
	height: 115px;
	/*margin-top: 65px;*/
}

.right h1 {
	margin-left: 12px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 21px;
	color: #CC0000;
	font-weight: bold;
	}

.right h2 {
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 16px;
	color: black;
	font-weight: bold;
	}
	
.right ul li {
	list-style: square;
	margin-left: 10px;
	margin-bottom: 1px;
	}	

ul.meniu {
	color: #AAA;
	margin-left: 0px;
	margin-top: 21px;
	vertical-align: text-top;
	}
	
ul.meniu li {
	margin-left: 4px;
	text-align: left;
	width: 183px;
	line-height: 24px;
	margin-top: 2px;
	margin-bottom: 2px;
	}	
ul.meniu li.blue1 {
	background-color: #116897;
	padding-left: 10px;
	}	
ul.meniu li.blue2 {
	background-color: #2996D1;
	padding-left: 10px;
	}		
ul.meniu li.blue3 {
	background-color: #6BC1E8;
	padding-left: 10px;
	}		
ul.meniu li a {
	color: #FFF;
	text-decoration: none;
	}	
ul.meniu li a:hover {
	text-decoration: underline;
	color: yellow;
	}	
	
.left {
	width: 220px;
	display: inline;
	float: left;
	text-align: center;
	color: black;
	height: 400px;
	overflow-y: show;
}

.right {
	width: 720px;
	display: inline;
	float: right;
	height: 550px;
	color: black;
}

.right p {
	margin: 10px;
	}
/*    SIDEBAR     */
div#sidebar {
	width: 215px;
	padding-left: 10px;
	margin-left: 0px;
	display: inline;
	float: left;
	color:#000;
	border-left:1px solid  #E6E6E6;
}	


div#sidebar h2 {

}

/* FOOTER */
div#footer {
	background-color: #F8F8F8;
	text-align: center;
	min-height: 160px;
	clear: both;
	color: #000;
	height: 100%;
	width: 100%;
	margin-top: 35px;
	padding-top:3px;	
	border-top: 1px solid #E6E6E6;
}

div#footer table.footerTable {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

table.footer1table h3, table.footer2table h3, table.footer3table h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

table#mainArea tr td p {
	width: 415px;
	}

table#mainArea tr td h1, table#mainArea tr td h2 {
	width: 415px;
	}	
table#mainArea tr td ul li {
	width: 400px;
	}		
