body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 700px;
	margin: 5px auto 0 auto;
}

.main
{
	position: absolute;
	width: 750px;
	margin: 5px auto 0 auto;
}

#header
{
	vertical-align: top;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 135px;
	padding: 0px 0px 0px 0px;
}

	#header .header_logo
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 750px;
		height: 120px;
	}
	
	#header .header_nav
	{
		position: relative;
		top: 5px;
		left: 0px;
		width: 750px;
		height: 15px;
		
		text-align: center;
		font-size: 14px;
		font-family: Helvetica, Arial, sans-serif;
	}

#container
{
	position: absolute;
	top: 160px;
	left: 0px;
	width: 750px;
	height: 560px;
	padding: 0px 0px 0px 0px;
}
	
#left
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 560px;
	padding: 0px 0px 0px 0px;
	
	background-image: url('../images/left_back.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

	#left a
	{
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	#left .navHead
	{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
		position: relative;
		top: 10px;
		left: 10px;
		line-height: 2;
		text-align: left;	
	}
	
	#left .navItem
	{
		position: relative;
		top: 10px;
		left: -10px;
		line-height: 2;
		text-align: right;	
	}

#content
{
	position: absolute;
	top: 0px;
	left: 140px;
	width: 440px;
	height: 545px;
	padding: 10px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	
	border-top: #000000 thin solid;
	border-bottom: #000000 thin solid;
}

#right
{
	position: absolute;
	top: 0px;
	left: 620px;
	width: 130px;
	height: 560px;
	padding: 0px 0px 0px 0px;
}

#footer
{
	position: absolute;
	top: 565px;
	left: 140px;
	width: 440px;
	height: 20px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;

	text-align: center;
	font-size: 9px;
	font-style: italic;
}
				
p
{
	text-align: justify;
	line-height: 1.5;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

img
{
	border-style: none;
}

a
{
	/*text-decoration: none;*/
	color: #000000;
}

a.noUnderline
{
	text-decoration: none;
}

hr
{
	color: #000000;
}

.centered
{
	text-align: center;
}

.right
{
	text-align: right;
}

.small
{
	font-size: 9px;
}

#contactDetails
{
	text-align: center;
	line-height: 1.5;
}

#pictureField
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 440px;
	height: 90px;
}

	#pictureField .picture1
	{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#pictureField .picture2
	{
		position: absolute;
		top: 0px;
		left: 115px;
	}
	
	#pictureField .picture3
	{
		position: absolute;
		top: 0px;
		left: 230px;
	}
	
	#pictureField .picture4
	{
		position: absolute;
		top: 0px;
		left: 345px;
	}