html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background: url(images/mbg.gif) top repeat-x #333A3D;
	height: 100%;
	text-align: center;
	font: 11px/14px Tahoma, Arial, helvetica, sans-serif;
	color: #778387;
}

h1
{
	height: 50px;
}

table, td
{
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

ul
{
	list-style: none;
	font-weight: bold;
	padding: 3px;
}

a
{
	color: #99A7B1;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.border
{
	width: 768px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #778387;
}

.main
{
	width: 766px;
}

/*=========header===========*/
.logo
{
	height: 193px;
}
.logo img
{
	margin: 12px 0 0 247px;
}
.mp
{
	height: 290px;
	background: url(images/mp_bg.jpg) top left no-repeat;
}
.menu
{
	background: url(images/menu_bg.gif) top left no-repeat;
	padding: 13px 0 46px 77px;
}
/*========//header==========*/

/*=========content===========*/
.content
{
	width: 100%;
	height: 490px;
	background: url(images/cnt_top_bg.gif) top left no-repeat;
}
.content .cnt
{
	background: url(images/cnt_bot_bg.gif) bottom left no-repeat;
	padding: 0 50px 130px 50px;
	}
/*========//content==========*/
/*=========footer===========*/
.footer
{
	background: #131516;
	height: 49px;
	text-align: center;
	color: #5E6468;
	padding-left: 23px;
}
.footer a
{
	color: #5E6468;
	text-decoration: underline;
}
.footer a:hover
{
	text-decoration: none;
}
/*========//footer==========*/

