body { 
	margin: 0; 
	padding: 0; 
	font-size: 76%;
	}

p, td, div, li {
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	}
	
#logo { 
	width: 292px; 
	height: 130px; 
	position: relative; 
	top: 0; 
	left: 0; 
	}
	
#contact { 
	position: absolute; 
	left: 293px; 
	top: 5px;
	}

#contact p {
	border-left: 1px solid #000;
	padding-left: 5px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	}

#contact table {
	margin-top: 0;
	margin-left: 30px;
	margin-bottom: 10px;
	}

#contact th, td {
	padding-right: 30px;
	}
	
#contact th {
	text-align: left;
	}

#navigation {  
	float: left; 
	width: 118px;
	}
	
#navigation ul { 
	list-style: none; 
	padding-left: 3px;
	margin-left: 0;
	margin-top: 5px;
	}

#navigation li { 
	padding-bottom:10px; 
	width: 100px;
	background-image: url('images/link_graphic.gif'); 
	background-repeat: no-repeat; 
	background-position:  -5px 10px; 
	}

#navigation a { 
	color: black; 
	text-decoration: none; 
	padding-left: 0; 
	padding-bottom: 20px;
	}

#navigation a:hover { 
	font-weight: bold;
	color: #000; 
	}

#content { 
	margin-left: 120px;
	}
	
#footer { 
	clear: both; 
	}

#footer p { 
	text-align: center; 
	font-size: 0.9em;
	}

.infolinklist { 
	list-style: none; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.infolinklist li {
	text-align: left;
	display: inline;
	padding: 2px;
	margin: 0 10px 0 10px;
	text-align: center;
	}
	
.infolinklist a { 
	text-decoration: none; 
	}
	
.infolinklist a:hover{ 
	text-decoration: underline;
	}
	
.section {
	background: url(images/section_background.jpg) repeat-y;
	clear: right;
	}
	
.sectiontitle {
	width: 147px;
	margin-right: 18px;
	text-align: right;
	float: left;
	}

.sectiontitle h2 {
	margin-top: 20px;
	font-size: 1.3em;
	}

.sectioncontent {
	margin-left: 175px;
	}
	
.sectioncontent h3 {
	font-size: 1.1em;
	}
	
.sectioncontent p {
	margin-bottom: 10px;
	}

.grabattention {
	color: #f00;
	font-weight: bold;
	font-size: 1.2em;
	}
	
#slogan {
	font-size: 1em; 
	}
	
h1 {
	font-size: 1.2em;
	font-family: arial, helvetica, sans-serif;
	}	