@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;margin: 15px 0px 0px 0px;
	text-align: center;
	background-image: url(ims/background.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
#outer
{
	/* The width needs clarification - from the image, the only rule seems to be
		'less than 1024'... */
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	/*
      text-align: center; doesn't work on Firefox, hence the work-around 
	  below.
	*/

}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: justify;
	margin-left: 30px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0E3276;
	margin-left: 30px;
}
.homestyle {
	background-image: url(ims/main-image-home.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.servicesstyle {
	background-image: url(ims/main-image-services.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contactstyle {
	background-image: url(ims/main-image-contact.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contactpanel {
	background-image: url(ims/contact-panels.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight:bold;
	color: #ffff99;
	font-size:0.8em;
}
.mailpanel {
	background-image: url(ims/mail-panels.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight:bold;
	color: #ffff99;
	font-size:12px;
}
A.contact:link 	{
	color:#ffff99;
	text-decoration:none;
	font-size:1em;
}
A.contact:visited 	{
	color:#ffff99;
}
A.contact:hover 	{
	color: #FFFFFF;
}
.nav	{
	font-size:0.8em;
	color: #FFFF99;
	font-weight:bold;
	text-decoration:none;	
}
A.nav:link 	{
	color: #FFFF99;
}
A.nav:visited 	{
	color: #FFFF99;
}
A.nav:hover 	{
	color: #FFFFFF;
}
.copyright	{
	font-size: 0.7em;
	color:#000000;