﻿body 		{ 	font-family: Arial, sans-serif, __sans;
				font-weight: light;
				font-size: 10pt;
				letter-spacing : 1px;
				margin: 0px;
				background: #fff;
				
				height: 100%;
				width: 100%;
}

h1 			{	font-size: 14pt; 
				font-family: Times New Roman,Times,serif; 
			}
			
a			{	color: #5555555;
			}
			
p			{	padding-bottom: 50px; }				

#logo {
			position: absolute;
			top: 50px;
			left: 50px;
}

#navigation {
			position: absolute;
			top: 210px;
			left: 40px;
			font-size: 12px;
		}			
		
#navigation ul	{
			list-style-type: none;
			margin: 0;
			padding-left: 10px;
		}
		
#navigation li	{
			list-style-type:none;
			margin-left:10px;
		}
		
#navigation a {
			font-family: Times New Roman,Times,serif;
			font-size: 12px;
			color: #87888A;
			text-decoration: none;
			text-transform: uppercase;
		}		
		
#head	{
			text-transform: uppercase;
			position: absolute;
			top: 57px;
			left: 212px;
			width: 400px;
			color : #87888A;
		}
		
#copy	{
			position: absolute;
			top: 91px;
			left: 213px;
			width: 400px;
			
			font-size: 12px;
			line-height: 16px;
			color : #000;
		}
		
#image	{	
			position: absolute;
			top: 51px;
			left: 635px; 
		}		

#slideshowmain	{	
			position: absolute;
			top: 51px;
			left: 212px;
			padding-bottom: 50px;
		}

#slideshow	{	
			position: absolute;
			top: 51px;
			left: 635px;
			padding-bottom: 50px;
		}
		

