body
{
	background-color: #fff;
	background-image:url(web-design-tenerife-images/bg.gif);
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;
}

#nav
{
	width: 680px;
	height: 25px;
	border-bottom: 1px solid white;
	color: white;
	background-color: #ffffff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	
	position: fixed;
	top: 0px;
	margin-left: -340px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}

#nav li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover
{
	background-color: #eee;
}

#main
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#header
{
	margin: 30px 0px 10px 0px;
	width: 680px;
	height: 233px;
	background-image:  url("../images-web-design-tenerife/header.jpg");
	background-repeat: no-repeat;
}

#body
{
	padding-top: 1px;
	background-color: white;
	position: relative;
	border-right: 200px solid #F2FFF7;
}

#sidebar
{
	
	width: 180px;
	position: absolute;
	right: -200px;
	_right: 0px;
	top: 0px;
	padding: 10px;
	margin-top: 1px;
}

#sidebar h3
{
	font-size: 13px;
	color: #81aa64;
	border-bottom: 1px solid #81aa64;
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
}

#sidebar ul
{
	margin-left: 1em;
	padding-left: 0px;
}

#sidebar p
{
	margin-bottom: 8px;
	color: #666666;
}

#content
{
	padding: 20px;
	color: #333333;
}

#content h2
{
	font-size: 18px;
	color: #56d000;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 1px solid #56d000;	
}

#content p
{
	text-align: justify;
	text-indent: 3em;
	line-height: 1.3em;
}

a
{
	color: #429f00;
}

a:hover
{
	color: #347e00;
}

img
{
	border-width: 1px;
	border-style: dashed;
	border-color: #999999;
	padding: 3px;
	margin-top: 20px;
	margin-left: 6px;
	margin-bottom: 5px;
}

#footer
{
	width: 678px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #e4f0de;
	color: #b0b0b0;

}

.left
{
	float: left;
}

.right
{
	float: right;
}

.csskeyword
{
	color: blue;
}

.cssvalue
{
	color: red;
}

p.caption
{
	text-align: center;
}

small.super
{
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.3em;
}

.nodisplay
{
	display: none;
}

#thanks {
	background-color: #FFFFFF;
	text-align: center;
	padding: 25px;
	height: auto;
	width: 500px;
	border: 1px solid #999999;
	font-size: small;
	color: #333333;
	font-weight: bold;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#seolinks {
	color: #FFFFFF;
	font-size: 1px;
}

#seolinks a {
	color: #FFFFFF;
	font-size: 1px;
}

#seolinks a:hover {
	color: #FFFFFF;
	font-size: 1px;
}

#seolinks a:active {
	color: #FFFFFF;
	font-size: 1px;
}
