/*MAIN*/
body{
	font-family:Arial,Helvetica,sans-serif;
	background-color:#33C;
	background-image:url(graphics/paw.gif);
	text-align:center;
	font-size:14px;
}
#container{
	margin:0 auto;
	width:762px;
	background-color:#FFF;
	border:thin outset #000;
	border-top-color:#FFF;
}
.pic{
	float:left;
	width:80px;
	height:80px;
	border:thin outset #30F;
	cursor:pointer;
	background-image:url(graphics/load.gif);
}
/*BANNER*/
#banner{
	background-image:url(graphics/banner.gif);
	width:762px;
	height:125px;
}
.bpic{
	position:relative;
	float:left;
}
.bpic img{
	bottom:3px;
	position:absolute;
}
#b0{left:3px}
#b1{left:90px}
#b2{left:589px}
#b3{left:676px}
#logo img{
	border:none;
	height:123px;
	width:410px;
}
/*NAVS*/
#tnav{
	height:25px;
	width:762px;
}
.nav{
	position:relative;
	float:left;
	background:url(graphics/over.gif) no-repeat;
	display:block;
}
.nav a{
	color:#000;
	text-decoration:none;
}
.nav img{
	width:127px;
	height:25px;
	border:0;
}
.nav span{
	position:absolute;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	left:40px;
	bottom:2px;
	font-style:italic;
}
* html a:hover{visibility:visible;
}
.nav a:hover img{visibility:hidden;
}
#contact, #updates{
	left:33px;
}
/*TITLE*/
.sbar{
	position:relative;
	font-family:Courier New,Courier,monospace;
	top:12px;
	height:30px;
}
.sbar a{text-decoration:none;
}
#nos{
	color:#F00;
}
h2{
	padding-top:20px;
}
#content{
	text-align:left;
}
/*BOTTOM BANNER*/
#bb{
	width:762px;
	height:40px;
	background-image:url(graphics/bb.gif);
}
#bb a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.bnav{
	position:relative;
	top:3px;
	padding:0px 20px;
}
#footer{
	width:762px;
	height:20px;
	background-color:#000;
	color:#FFF;
}
#footer span{
	position:relative;
	top:2px;
}
