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

#banner {
	width:800px;
	height:155px;
	border-top-width: 20px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #f1a9c7;
	border-bottom-color: #f1a9c7;	
	background-color:#fff;
}


#bannerleft {
	height:100%;
	width:380px;
	float:left;
	background-image:url(../images/banner.png);
	background-position:center;
	background-repeat:no-repeat;
}

#bannerright {
	height:100%;
	width:420px;
	float:right;
	background-image: url(../images/rightnook.png);
	background-repeat: no-repeat;
	background-position: right;	
	position:relative;
}

#navbar {
	position:absolute;
	left:40px;
	top:70px;
	
}



ul.navstyle {
	list-style-type:none;
	padding-left:0px;
	padding-top:0px;
	margin-left:0px;
	margin-top:0px;
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 12px;
	font-weight:bold;
	color: #f1a9c7;
}

ul.navstyle li {
	display:inline;
	margin-right:10px;

}

ul.navstyle a {
	text-decoration:none;
	color:#f1a9c7;
}

ul.navstyle a:hover {	
	text-decoration:underline;
}


#imagebanner {
	width:100%;
	height:180px;
	border-bottom: solid 10px #f1a9c7;
  background-color:#f1a9c7;	
}



#footermain {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	color:#000;
	text-align:right;
	clear:both;
}

#footermain a {
	color:#000;
}


