*
	{
		margin:0em;
		padding:0em;
		font-family:Geneva, Arial, Helvetica, sans-serif;
	}
body
	{
		background-image: url(../img/background.jpg);
		background-repeat: repeat-x;
	}
p
	{
		font-size: 80%;
		margin-left: 20px;
	}
#container
	{
		width: 958px;
		position:absolute;
		left:50%;
		margin-top:1em;
		margin-left:-480px;
		background-color:#fff;
		border-left: 1px solid blue;
		border-right: 1px solid blue;
		border-top: 1px solid blue;
		float: left;
	}
#header
	{
		background-image: url(../img/logo.gif);
		background-repeat: no-repeat;
		float: left;
		width: 600px;
		height: 118px;
	}
#header h1
	{
		color: #0047b9;
		font-size: 30px;
		margin-top: 30px;
		margin-left: 100px;
	}
#header h2
	{
		color: #008489;
		font-size: 16px;
		margin-left: 100px;
	}
#quality
	{
		width: 348px;
		height: 118px;
		float: right;
	}
#quality img
	{
		margin-top: 35px;
		margin-right: 30px;
		float: right;
	}
#navbar
	{
		background-image: url(../img/nav_bg.gif);
		background-repeat: repeat-x;
		height: 36px;
		width: 958px;
		float: left;
	}
#navbar ul
	{
		margin-top: 7px;
	}
#navbar li
	{
		display: inline;		
	}
#navbar a
	{
		color: #fff;
		text-decoration: none;
		font-size: 13px;
		border-right: 1px solid #fff;
		padding-left: 20px;
		padding-right: 20px;
	}
#navbar a:hover
	{
		text-decoration: underline;
	}
	
#images
	{
		width: 960px;
		height: 284px;
		background-image:url(../img/images_top.jpg);
		background-repeat: no-repeat;
		float: left;
	}
#images h1
	{
		font-weight: lighter;
		color: #008489;
		font-size: 23px;
		margin-left: 20px;
		margin-top: 225px;
	}
#images h1 strong
	{
		color: #0047b9;
	}
#images h3
	{
		color: #008489;
		font-size: 14px;
		margin-left: 20px;
	}
#left
	{
		width: 490px;
		float: left;
		min-height: 271px;
	}
#right
	{
		width: 460px;
		min-height: 271px;
		background-image: url(../img/right.jpg);
		background-repeat: no-repeat;
		float: right;
		color: #fff;
	}
#right h2
	{
		margin-top: 8px;
		margin-left: 35px;
		font-size: 18px;
	}
#right h4
	{
		margin-left: 35px;
		margin-top: 10px;
		font-size: 14px;
		font-weight: lighter;
	}
#right img
	{
		margin-top: 30px;
		margin-left: 22px;
		border: none;
	}
#footer
	{
		width: 958px;
		height: 14px;
		background-image: url(../img/footer.jpg);
		background-repeat: repeat-x;
		float: left;
	}
#foottext
	{
		color: #000;
		float: left;
		margin-top: 10px;
	}

