@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
font-family: Verdana, helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #FFF;
text-align: left;
}
table {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
}

A:link {
	color: #000033;
	text-decoration: none;
}

A:visited {
	color: #000033;
	text-decoration: none;
}

A:active {
	color: #000033;
	text-decoration: none;
}

A:hover {
	color: #CC0000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #3399CC;
}


/*=============================*/

html,body {
	width:100%;
	height:100%
}

#wrapper {
	width:980px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
.content {
	float:left;
	margin-top: 20px;
	width: 810px;
	height:511px;
	text-align:center;
	background-image:url(images/kayak.jpg);
	background-repeat:no-repeat;
}
.copy {
	position:relative;
	top: 80px;
	left: 0px;
	height: 370px;
	width: 350px;
	list-style:none;
	text-align:left;
	font-family: 'Telex', sans-serif;
	font-size:12px;
	color:#333;
	line-height: 1.5em;
}
.footer {
	position:absolute;
	top:500px;
	left: 0px;
	width: 100%;
	height: 150px;
	text-align:center;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;

}
.h2 {
	font-weight:bold;
	color:#e92327;
}
.address {
	position:relative;
	top:70px;
	list-style:none;
	color:#FFF;
	font-family: 'Telex', sans-serif;
	font-size:12px;
	}
a:link  {
	color: #900;
	text-decoration:none;	
		}
a:visited {
	color: #900;
	text-decoration:none;
}
	