*{
	margin: 0;
	padding: 0;
}
body{
	color: #231f20;
	font-family: Georgia, Times, Times New Roman, serif;
	background-image: url('images/bgr_page.jpg');
}
img{
	border: 0;
}
a:link {text-decoration: none; color: #A1273E;}
a:visited {text-decoration: none; color: #A1273E;}
a:active {text-decoration: none; color: #A1273E;}
a:hover {text-decoration: underline;}
#header_container{
	width: 100%;
	height: 115px;
	background-image: url('images/bgr_nav.jpg');
	background-repeat: repeat-x;
}
#header{
	width: 990px;
	margin: 0 auto;
}
#logo{
	padding: 8px 0 0 10px;
	float: left;
}
#navigation{
	float: right;
}

#navigation ul{
	list-style: none;
	padding: 40px 20px 0 0px;
}
#navigation ul li{
	float: left;
}
#navigation ul li a{
	display: block;
	height: 44px;
	min-width: 56px;
	background-image: url('images/bgr_nav_item.jpg');
	background-repeat: no-repeat;
	text-align: center;
	padding: 20px 24px 0 24px;
	text-transform: uppercase;
	text-decoration: none;
	color: #4c190f; 
	font-size: 12px;
	font-weight: bold;
}

#navigation ul li a:hover{
	background-image: url('images/ribbon3.gif');
	background-repeat: no-repeat;
}


#content_container{
	width: 100%;
	padding: 16px 0 0 0;
}
#cont{
	width: 990px;
	margin: 0 auto;
}
#bottom_container{
	width: 100%;
	height: 157px;
	background-image: url('images/bgr_duk.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}
#bottom{
	width: 990px;
	margin: 0 auto;
}
#footer_container{
	width: 100%;
	height: 80px;
}
#footer{
	width: 990px;
	margin: 0 auto;
	color: #231f20;
	font-size: 11px;
	text-align: center;
	padding: 20px 0 20px 0;
	line-height: 20px;
}
#footer , #footer a{
	color: #231f20;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer a.small{
	font-weight: 100;
}

