body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(images/teide-back.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#top-pic {
	float: left;
	width: 980px;
	margin-bottom: 5px;
}

#headwrapper {
	float: left;
	width: 980px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	display: inline;
}
h2 {
	font-size: 14px;
	display: inline;
}
h3 {
	font-size: 12px;
	display: inline;
}
#header {
	width: 980px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	float: left;
	background-color: #FFFFFF;
}
#navigation {
	float: left;
	width: 980px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 5px;
}
#footer {
	float: left;
	width: 980px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
}

#navlinks {
	padding-left: 5px;
}

#logo {
	background-color: #FFFFFF;
	float: left;
	height: 30px;
	width: 980px;
	margin-bottom: 5px;
}
#logoleft {
	float: left;
	padding: 5px;
	width: 300px;
}
#logoright {
	float: right;
	padding: 5px;
	width: 100px;
}

#leftcol {
	float: left;
	width: 200px;
	margin-top: 5px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#midtext {
	float: left;
	width: 570px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	min-height: 620px;
}
#rightcol {
	float: left;
	width: 200px;
	margin-top: 5px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#textbox {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.img-right {
	padding: 2px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
