html
{
	height:100%;
}

body
{
	background:url(../images/bg_main.jpg);
	background-repeat:repeat-x;
	background-color:#373F41;
	margin:0px;
	padding:0px;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	height:100%;
	color:white;
}

td, tr, table, div
{
	padding:0px;
	margin:0px;
}

h1
{
	font-size:22px;
}

h2
{
	font-size:18px;
} 

h3
{
	font-size:14px;
}

a
{
	text-decoration:underline;
}

h1, h2, h3, a, b, strong, em
{
	color:#efa51e;
}

input, select, textarea
{
	background-color:#4e595c;
	border:1px solid #efa51e;
	color:white;
}

a img
{
	border:0px;
}

p
{
	text-align:justify;
}

#mainContainer
{
	margin-left:auto;
	margin-right:auto;
	width:797px;
	border-collapse:collapse;
	height:98%;
}

.menu
{
	width:163px;
	vertical-align:top;
}

.content
{
	width:634px;
	vertical-align:top;
}

.container
{
	padding:15px;
	text-align:justify;
}


#header, #body
{
	width:100%;
}

#header
{
	height:73px;
}

a div:hover
{
	cursor:hand;
}

	
	#header .menu
	{
		padding-top:10px;
	}
	
	#header .menu .container
	{
		padding:0px;
		padding-left:10px;
	}
	
	#header .content
	{
		padding-top:10px;
	}
	
	#header .content .container
	{
	}
	
#body
{
	color:white;
}

	#body .menu
	{
		background:url(../images/bg_bg_menu.jpg);
		background-repeat:repeat-y;
		font-size:13px;
		font-weight:bold;
	}
	
	#body .menu a
	{
		text-decoration:none;
		color:#edcaca;
	}
	
	
	
	#body .menu .contanier
	{
		background:url(../images/bg_menu.jpg);
		background-repeat:no-repeat;
		background-position:top;
		height:446px;
		padding-top:30px;
	}
	
	#body .menu .entry
	{
		width:137px;
		margin-left:10px;
		padding-left:5px;
		padding-bottom:10px;
		padding-top:5px;

	}
	
	
	#body .menu div.entry:hover
	{
		background-color:#dc7111;
	}
	
	#body .menu .parentSelected
	{
		background-color:#dc7111;
	}
	
	#body .menu .subMenu .entry
	{
		width:127px;
		padding-left:15px;
		background-color:#823426;
		/*background-color:#dc5511;*/
		/*color:#edcaca;
		color:#f0d39e;
		color:#efa51e;*/
	}
	
	
	#body .content
	{
		background:url(../images/bg_bg_content.jpg);
		background-repeat:repeat-y;
		height:75%;
	}
	
	#body .content .container
	{
		background:url(../images/bg_content.jpg);
		background-repeat:no-repeat;
		background-position:top;
		height:100%;
		padding-right:30px;
		padding-left:25px;
		min-height:446px;
	}

	
#bodyBottom
{
}
	
	#bodyBottom .menu
	{
		background:url(../images/bg_menu_bottom.jpg);
		background-repeat:no-repeat;
		height:40px;
	}
	
	#bodyBottom .content
	{
		background:url(../images/bg_content_bottom.jpg);
		background-repeat:no-repeat;
		height:40px;
	}
	
#pageBottom
{
	color:white;
}
	
	#pageBottom
	{
		background-color:#e18f29;
		width:100%;
		height:20px;
	}
	
	#pageBottom .container
	{
		width:797px;
		height:100%;
		padding-top:0px;
		padding-bottom:0px;
		margin-left:auto;
		margin-right:auto;
		color:white;
	}
	
	#pageBottom .container #contact
	{
		float:left;
	}
	
	#pageBottom .container #copyright
	{
		float:right;
	}
	
	
#elominosites td
{
	padding-right:5px;
	padding-bottom:4px;
}

.mustFill, #elominosites .mustFill
{
	color:#efa51e;
}

