body
{
background: url(../images/body_bg.jpg);
background-color: #F6F5F5;
margin: 0px;
}

#subtitle
{
position: absolute;
top: 137px;
left: 32px;
font-family: arial;
font-size: 11px;
color: #808080;
}

#subtitle a
{
font-family: arial;
font-size: 11px;
color: #808080;
text-decoration: none;
}

#subtitle a:hover
{
text-decoration: underline;
}

#outer
{
width: 100%;
height: 55px;
background: url(../images/page_bg.jpg) repeat-x;
}

#page
{
width: 100%;
height: 600px;
}

#home
{
	position: absolute;
	top: 22px;
	left: 27px;
	width: 110px;
	height: 105px;
	cursor: pointer;	
}

#content
{
	position: absolute;
	top: 131px;
	left: 298px;
	width: 383px;
	height: 335px;
	font-family: helvica,arial;
	font-size: 11px;
	color: #404040;
	text-align: justify;
	overflow-x: hidden;
	overflow-y: auto;
/**	overflow: auto;*/
	padding-right: 5px;
}

hr
{
	border: 1px #404040 dotted;
}

#links
{
	position: absolute;
	top: 570px;
	left: 17px;
	font-family: arial;
	font-size: 16px;
	color: #808080;
}

#links a
{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}

#links a:hover
{
	text-decoration: underline;
}

#wwa
{
	position: absolute;
	top: 241px;
	left: 0px;
	width: 210px;
	height: 197px;
	cursor: pointer;
}

#wwd
{
	position: absolute;
	top: 0px;
	left: 402px;
	width: 145px;
	height: 70px;
	cursor: pointer;
}

#ow
{
	position: absolute;
	top: 106px;
	left: 722px;
	width: 145px;
	height: 118px;
	cursor: pointer;
}

#contact
{
	position: absolute;
	top: 253px;
	left: 772px;
	width: 85px;
	height: 71px;
	cursor: pointer;
}
