body 
{
	font-family: 'Trebuchet MS', Arial;
	margin: 0; padding: 0;
	background: url('/img/inside_bg.gif') repeat-y center 454px;
}

div.head
{
	height: 454px;	width: 100%;
	padding-top: 40px;
	background: url('/img/inside_head.gif') no-repeat center top;
	position: relative;
}
div.head img#logo, div#footer div.copyright
{
	position: absolute;
	right: 50%;
	padding-right: 250px;
	width: 200px;
	border: 0;
}
div.head div.tel, div#footer div.tel
{
	position: absolute;
	width: 160px;
	right: 50%;
	font-size: 13px;
	padding-right: 40px;
	font-weight: bolder;
}
div.head div.tel, div#footer div.tel
{	white-space: nowrap; font-family: Arial}
div.head img#regions
{
	position: absolute;
	left: 50%;
	margin-left: 100px;
}
div.head img#iso
{
	position: absolute;
	left: 50%;
	margin-left: 280px;
}

div.content
{
	position: absolute;
	width: 900px;
	top: 200px;
	left: 50%;
	margin-left: -450px;
}

div.menu
{
	top: 200px;
	width: 210px;
	float: left;
	clear: both;
}
div.workarea
{
	margin-left: 250px;
}

div#footer
{
	background: url('/img/footer_line.gif') no-repeat center top;
	font-size: 12px;
	height: 50px;
	padding-top: 40px;
	margin-top: 80px;
	clear: both;
}
div#footer div.developer
{
	position: absolute;
	left: 50%;
	padding-left: 300px;
	font-weight: bolder;
	width: 100px;
	text-align: right;
}
div#footer div.developer a
{	color: black;}