*{margin:0; padding:0;}

body {
	background-image: url(./bg.jpg);
	background-repeat: repeat;
	background-color: #0895DD;
	color: #000000;
	font-family: Arial, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
}
a:link, a:visited, a:active {
	color: #144E56;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
} 
a:hover {
	color: #B79A9A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#header {
	text-align: left;
	width: 950px;
	height: 248px;
	background-color: #fff;
	background-image: url(header.jpg);
	margin: 0 auto;
	border-left: 1px #77C3E7 solid;
	border-right: 1px #77C3E7 solid;
	background-repeat: no-repeat;
}
#searchbar {
	margin: 120px 10px 22px 10px;
}

#container {
min-height:450px;
	margin: 0 auto;
	width: 950px;
  border-left: 1px #77C3E7 solid;
	border-right: 1px #77C3E7 solid;
	background: #ffffff url(leftbg.gif) repeat-y;
}
#left {
min-height:450px;
  text-align: left;
	width: 201px;
	padding-top: 22px;
	margin: 0 auto;
	float: left;
}
#arrow {
	text-align: left;
	font-size: 24px;
	color:#FFF;
	background-image: url(corner.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 0px 0px;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 10px;
}
#menu, #menu a, #menu a:visited ,#menu a:link {
	color: #000000;
	font-size: 12px;
}
#menu a:hover, a:activ {
  color: #ffffff;
}

#menu ul {
	list-style-type: none;
	padding: 0 0 0 8px;
	margin: 0px;
}
#menu li {
font-weight:bold;
height:20px;
text-decoration:none;
color:#505050;
display:block;
padding:9px 22px;
background:#fff url(button.gif) top left no-repeat;
}

#right {
  float:left;
  background-color: #FFF;
	background-image: url(corner.jpg);
	background-repeat: no-repeat;
  min-height:450px;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 30px;
}
#content {
float:left;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	padding: 20px 20px 20px 10px;
}
#footer {
  background-image: url(footer.gif);
	background-repeat:repeat-y;
	clear: both;
	width: 950px;
	height: 19px;

}
