html{
	background: #0F4B91 url(../images/bg-tile.png) repeat-y top left;
	margin: 0;
	padding: 0;
	
}

body{
	background: transparent;
	text-align: left;
}

#doc{
	min-width: 760px;
	width: 760px;
	*width: 760px; /* ie only */
	background: #FFF url(../images/body-bg.png) repeat-y top left;
}

#hd
{
	height: 161px;
	background: #FFF url(../images/head-bg.png);
}

#hd #title
{
	top: 5px;
	position: relative;
margin-left: 115px;
}


#bd
{
	margin-left: 115px;
	background: #FFF;
}

#doc
{
	margin: 0;
}

#head-menu
{
	margin-top: 30px;
	float:right;
}

#head-menu a
{
	color: #FFF;
	text-decoration: none;
}

