/* top elements */
body {
	margin: 0;
	padding: 0;
	color: #333;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	background-attachment: fixed;
	background-image: url(../images/silhoettes.gif);
	background-repeat: no-repeat;
	background-position: 40px 0px;
}

/***********************
HEADER CONTENT
************************/
#header {
	top: 81px;
	left: 41px;
	position: absolute;	
}
#header img {
	margin: 0;
	padding: 0;
	border: 0;
}

/***********************
PAGE TITLE
************************/
#pagetitle {
	top: 135px;
	left: 40px;
	position: absolute;
	border-bottom: thin solid #999999;
	width: 865px;
}

#pagetitle h1 {
	font-size: 16px;
	font:Helvetica, Arial;
	font-weight:lighter;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

#pagetitle h1 img{
	margin: 0px 2px 0px 0px;
	padding: 0px;
}

/***************************
MAIN NAVIGATION
***************************/

#navigation {
	position: absolute;
	top: 175px;
	left: 40px;
	width: 110px;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#navigation ul li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#navigation ul li img {
	padding: 0px;
	margin: 0px 2px 0px 0px;
}

#navigation ul li a {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #0099FF;
	text-decoration: none;
}

#navigationsml {
	position: absolute;
	top: 315px;
	left: 40px;
	width: 110px;
}

#navigationsml ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#navigationsml ul li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#navigationsml ul li img {
	padding: 0px;
	margin: 0px 2px 0px 0px;
}

#navigationsml ul li a {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#navigationsml ul li a:hover {
	color: #0099FF;
	text-decoration: none;
}

/***************************
CONTENT
***************************/

#content {
	position: absolute;
	top: 175px;
	left: 165px;
	width: 285px;
}

#content h1 {
	font-size: 20px;
	font:Helvetica, Arial;
	font-weight:lighter;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: justify;
}

#content p a {
	color: #666666;
	text-decoration: none;
}

#content p a:hover {
	color: #0099FF;
	text-decoration: none;
}

/***************************
IMAGE CONTENT
***************************/

#imageholder {
	position: absolute;
	top: 175px;
	left: 465px;
	width: 440px;
}

/***********************
CONTACTS
************************/
#contacts {
	top: 480px;
	left: 40px;
	position: absolute;
	border-bottom: thin solid #999999;
	width: 865px;
}

#contacts h3 {
	font-size: 16px;
	font:Helvetica, Arial;
	font-weight:lighter;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

#contacts h3 img{
	margin: 0px 2px 0px 0px;
	padding: 0px;
}

#contactdetails {
	top: 490px;
	left: 40px;
	position: absolute;
	width: 865px;
}

#contactdetails p {
	font-size: 11px;
	color: #666666;
}

#contactdetails p a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#contactdetails p a:hover {
	font-size: 10px;
	color: #0099FF;
	text-decoration: none;
}

#contactdetails p img{
	margin: 0px 2px 0px 5px;
	padding: 0px;
}

#contactdetails p img.first{
	margin: 0px 2px 0px 0px;
	padding: 0px;
}

#balancedetails {
	top: 520px;
	left: 40px;
	position: absolute;
	width: 865px;
}

#balancedetails p {
	font-size: 11px;
	color: #666666;
}

#balancedetails p a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#balancedetails p a:hover {
	font-size: 10px;
	color: #0099FF;
	text-decoration: none;
}
