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

* {
	margin: 0;
	padding: 0;
}

body {
	
background-image:url(kiteboard/images/background.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top-left; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}


#banner
	{
display: block;
	margin: 0 auto;
	width:800px;
	text-align: center;
	}
	

#link {
	width: 91px;
	position: absolute;
	top: 195px;
	left: 959px;
}
	
#navigation {
	background-color:#014689;
	display: block;
	margin: 0 auto;
	width:786px;
	text-align: right;
	color: white;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left: 2px;
	border-right:2px;
	border-bottom:0px;
	border-top:0px;
	border-color:#000000;
	border-style:solid;	
}

#divider {
	background-image:url(kiteboard/images/divider.gif);
	display: block;
	margin: 0 auto;
	width:796px;
	height:52px;
	border-left: 2px;
	border-right:2px;
	border-bottom:0px;
	border-top:0px;
	border-color:#000000;
	border-style:solid;	
}

#content
	{
	display: block;
	width:786px;
	height:250px;
	list-style: none;
	background-color: #43a6e1;
	background-image:url(kiteboard/images/bgcontent.gif);
	background-repeat:no-repeat;
	overflow: auto;
	padding: 5px; 
	margin: 0 auto;
	border-left: 2px;
	border-right:2px;
	border-bottom:0px;
	border-top:0px;
	border-color:#000000; 
	border-style:solid;
	
	}
	
#footer
	{
	display: block;
	width: 800px;
	margin: 0 auto;
	height: 452px;
	width:796px;
	border-left: 2px;
	border-right:2px;
	border-bottom:2px;
	border-top:0px;
	border-color:#000000;
	border-style:solid;
	
	}
	
	
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
	
a:link
	{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
a:visited
	{
	color: #ffffff;
	text-decoration: none;

	}
	
a:hover
	{
	color: #014689;
	text-decoration: none;
	
	}
	
a:active
	{
	color: #ffffff;
	text-decoration: none;
	}

ul {
	color: #000000;
	list-style-position: inside;
	list-style-type: disc;
}



#sale
	{
	display:block;
	position: absolute;
	top: 293px;
	width:100%;
	text-align:center;
	height: 97px;
	list-style: none;
	overflow: auto;
	padding: 5px;
	margin: 0 auto;
	border-left: 0px;
	border-right:0px;
	border-bottom:0px;
	border-top:0px;
	border-color:#000000;
	border-style:solid;
	}	

