body {
	background-color: #000;
	font-family: "Times New Roman", times, serif;
	font-size: 12px;
	color: #131313;
}

#container {
	width: 640px;
	margin: 0 auto;
}

#header, #inner_header	{
	width: 640px;
	height: 348px;
	padding: 0;
	margin: 43px 0 0;
	background: url("images/main_head.jpg") no-repeat;
}

#inner_header {
	height: 133px;
	background: url("images/inner_head.jpg") no-repeat;
}

.headerlink {
	width: 640px;
	height: 133px;
	border: 0;
}

#main	{
	width: 610px;
	padding: 33px 15px 25px 15px;
	font-size: 14px;
	background: url("images/bg_middle.gif") repeat-y;
}

#footer	{
	margin: 0 auto;
	padding: 10px 0 0;
	width: 640px;
	text-align: center;
	background: url("images/bg_footer.gif") top no-repeat;
	color: #fff;
}

/*********  menu and submenu  *********/

#menu {
	width: 640px;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	background-color: #131313;
}	

#menu ul {
	padding: 0;
	margin: 0;
}

#menu li	{
	display: inline;
	padding: 0 10px;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

#menu li.current	{
	color: #9C1228;
}

#menutop {
	width: 640px;
	height: 10px;
	background: url("images/menu_top.gif") no-repeat;
}	

#menubottom {
	width: 640px;
	height: 10px;
	background: url("images/menu_bottom.gif") bottom no-repeat;
}

#submenu {
	width: 640px;
	padding: 8px 0 0;
	background: #fff url("images/bg_submenu.gif") top no-repeat;
	font-size: 14px;
	line-height: 20px;
	text-transform: lowercase;
}

#submenu ul	{
	list-style: none;
	padding: 0;
	margin: 25px 0 0;
	text-align: center;
}

#submenu li	{
	display: inline;
	padding: 0 10px;
}


/*********  links  *********/

a {
	color: #FFF;
	text-decoration: none;
}

a:hover, #footer a:hover, a.current	{
	color: #9C1228;
}

#submenu a, #main a {
	color: #131313;
	text-decoration: none;
	font-weight: bold;
}

#submenu a:hover, #submenu a.current {
	color: #9C1228;
}