@charset "utf-8";
/* CSS Document */

* { /* below used for turning off all default styles */
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

body {
    text-align: center;
    background-image: url(../images/background-top_02.jpg);	
	background-color: #dadada;
	background-repeat: repeat-x;
    background-position: top;
	font-family: "Arial";
} 

h1 {
	font-size:24px;
	margin-bottom: 3px;
	font-weight: bold;
}

h2 {
	font-size:22px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #333333;
	font-weight:bold;
}

h3 {
	font-size:18px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #333333;
}

a:link, a:visited {
	color: #009;
}

a:hover {
	color: #F00;
}

address {
	margin-bottom: 15px;
}

#wrapper {
    width: 850px;
    margin: 0 auto; /* needed to center everything on the page */
} 

#head {
	height: 97px;
}

#logo {
	float:left;
	padding-top: 25px;
	padding-left: 20px;
}

#navigation {
	float: right;
	width: 560px;
	padding-top: 19px;
	text-align: right;
}

ul.navigation {
	list-style-type: none;
	padding-top: 25px;
}

ul.navigation li {
	display:inline;
	margin-right:20px;
	}
	
#photo {
	height: 200px;
	width: 850px;
}

#container {
	width: 830px;
	background-color:#FFF;
	margin-bottom: 0;
	text-align: left;
	padding: 10px;

}

#content {
	width: 830px;
	/* Consider using a right-margin for the content to be able to show the right column - see page 284 and on */
}

#content p {
	margin-bottom: 5px;
}

#content ul {
	margin-top: 4px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#content li {
	margin-left: 20px;
}

#special {
	float: right;
	width: 274px;
	margin-top: 0px;
	margin-right: 35px;
	margin-left: 10px;
	padding: 10pt;
	background-color: #FFF;
	color:#000;
	border: 1px solid #333;
	
}
#content img {
	padding: 13px;
	margin-right: 25px;
}


#special table {
	color:#000;
	background-color:#dadada;
	border:dotted #F00;
}

#special td {
	font-size: 14px;
	font-weight:bold;
	padding: 2px;
}

#special h3 {
	color:#F00;
	margin-top: 0;
}
#special p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* footer is placed outside the wrapper so I can give it the full width background colour 


THIS DOESN'T WORK PROPERLY YET - FIND OTHER SOLUTION

*/
#footer-wrapper {
	background-color: #292d30;
}
#footer {
	width: 850px;
	margin: 0 auto; /* needed to center everything on the page */
	padding-bottom: 25px;
	padding-top: 15px;
	color: #dddbdb;
	text-align: left;
}

#footer table {
	margin-left: 20px;}
	
#footer td {
	vertical-align: text-top;
}

#footer ul {
	margin-top: 5px;
}

#footer li {
	list-style:none;
	font-size:12px;
	margin-bottom: 3px;
}


#footer a:link, #footer a:visited, #navigation a:link, #navigation a:visited {
	color: #dddbdb;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #navigation a:hover, #navigation a:active {
	color: #eb0000;
	text-decoration: none;
}


	

.red {
	color: #F00;
}

.small {
	font-size: 10px;
}

.italic {
	font-style:italic;
}