html, body
{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:16px;
	background:url(img/bottom_texture.jpg) top repeat-x #ffffff;
}


#wrapper
{
	margin:0px auto;
	padding:24px;
}

#container
{
	margin:0px auto;
	width:990px;
	border-radius:8px;
	border:5px solid #b3bebe;
	background-color:#fff;
	font-size:16px;
	position:relative;
	overflow:hidden;
}

a{
	color:#41768B;
	text-undrline:none;
}

a:hover{
	text-decoration:none;
}

#top_menu
{
	height:23px;
	padding:9px 9px 0px;
	background-color:#ffffff;
}

#top_menu ul
{
	padding:0px;
	margin:0px;
	list-style:none;		
}

#top_menu a
{
	text-decoration:none;	
}

#top_menu a li
{
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	color:#000;
	height:22px;
	text-align:center;
	padding:0px 16px 0px;
	border-radius:4px 4px 0px 0px;
	border:1px solid #546263;
	border-bottom:none;
	line-height:22px;
	background:url(img/bg_top_menu.png) repeat-x 0px 0px #d7dddd;
}

#top_menu a:hover li
{
	border:1px solid #839495;
	border-bottom:none;
	background:url(img/bg_top_menu.png) repeat-x 0px -23px #9ba8aa;
}

#top_menu a li.active
{
	border:1px solid #831b38;
	border-bottom:none;
	background:url(img/bg_top_menu.png) repeat-x 0px -46px #7e1a36;	
	color:#fff;
}

#left_menu
{

}

#left_menu ul
{
	padding:0px;
	margin:0px;
	list-style:none;		
}

#left_menu a
{
	text-decoration:none;
}

#left_menu a li
{
	width:188px;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#000;
	height:30px;
	text-align:left;
	padding:0px 0px 0px 17px;
	margin:0px 0px 3px 0px;
	line-height:30px;
	background:url(img/bg_left_menu.png) no-repeat 0px 0px #d7dddd;
}

#left_menu a:hover li
{
	background:url(img/bg_left_menu.png) no-repeat 0px -35px #9ba8aa;
}

#left_menu a li.active
{
	background:url(img/bg_left_menu.png) no-repeat 0px -70px #7e1a36;	
}


#top
{
	height:200px;
	background:url(img/header.jpg) top no-repeat;
	border-top:1px solid #591225;
}

#main
{
	padding:0px;
	margin:0px;
	border:0px;
	border-collapse:collapse;
}

#bar
{
	width:204px;
	padding:10px;
	background-color:#dee8eb;
	vertical-align:top;
}

h1
{
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 24px;
	color:#000;
}

h2
{
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 24px;
	color:#315868;
}

h3
{
	font-size:18px;
	font-weight:bold;
	margin:0px;
	color:#000;	
}

#page
{
	overflow:hidden;	
	padding:14px;
	vertical-align:top;
	background-color:#f0f2f2;
	width:766px;
}

#content
{
	background-color:#ffffff;
	padding:16px;
	box-shadow:0px 0px 3px 2px #ccc;
	border-radius:5px;
	text-align:justify;
	overflow:hidden;
	min-height:300px;
}

#content table
{
	width:90%;
	border-collapse:collapse;
	margin-bottom:16px;	
	font-size:12px;
}

#content table td 
{
	padding:4px;
	text-align:left;
	border:1px solid #000;
}

#content table td  p
{
	padding:0px;
	margin:0px;
}


#content img.ill
{
	float:left;
	margin:7px;
	border:1px solid #B6D2DD;
}

#footer
{
	height:60px;
	background:url(img/footer_b.png) bottom repeat-x #b9ced4;
	text-align:center;
	font-size:12px;
	color:#1a1e1e;
	padding:9px;
}



#gallery ul
{
	list-style: none;
}
#gallery ul li
{
	display: inline;
}
#gallery ul  img
{
	padding:5px;
	border:1px solid #B6D2DD;
	background-color:#fff;

}
#gallery ul  img:hover
{
	padding:5px;
	border:1px solid #831B38;
}
