body {
	background: url(images/bg.gif); 
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
color: 
	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-size: 12px;
	color: #333;
	margin-left: 20px; 
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:24px;
	color: #295b5f;
	text-indent: 20px;
	margin-top: 0px;
	

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #295b5f;
}

h3{
	font-size: 18px;
	color: #cc00ff;
}

li {
	font-size: 12px;
	color: #333;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#fff;
	text-decoration: none;
}
a:visited {
	color:#fff;
	text-decoration: none;	
}
a:hover {
	color: #fff;
	text-decoration:underline;
}
a:active {
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


div#signs{
	width: 166px;
	height: 325px;
	background: url(images/signs.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top: 0px;
	left:669px;

}


div#container {
	width:770px;
	margin: 0px auto;
	background: url(images/contentbg.gif);
 	position: relative;
 }

div#top{
	background: url(images/top.gif);
	width: 770px;
	height: 47px;
}


div#header { 
	background: url(images/header.gif);
	width: 770px;
	height:112px;
 }

div#content {
 	width: 710px;
 	margin: 0px auto;	
 }

div#pagetext{
	float: left;	
	width: 480px;
}

div#left{
	float: left;
	width: 	140px;
	border-right: 0px solid #ccc;

}

div#examples{
margin-left: 20px;
}

div#examples img{
	border: 1px solid #000;
}

div#address{
	width: 480px;
	margin-left: 10px;
	border: 1px solid #0E577B;
	background: #ccc;
}

div#address a:link{
	color:#003300;
}

div#address a:visited{
	color: #003300;
}

div#audio{
	position: absolute;
	left: 446px;
	top: 169px;
	
}

div#footer {
	background: url(images/footer.gif);
	height:67px;
	width: 770px;
	clear: both;
}



 .copyright {
 	width: 770px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
 	font-size:9px;
	text-align: center;
	clear:both;
	margin: 0px auto;
 }
 
 div#links {
 	width: 770px;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
 }
  
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-right: 20px;
	border: 1px solid #000;
	padding: 5px;

}
img.right {
	float: right;
	margin: 20px;

}

.right{
	float: right;
	


}

.right img{
	border: 1px solid #000;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

 .copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	width: 770px;
	clear:both;
 }
 
 #login{
 	margin-top: -20px;
 	width: 770px;
	font-size: 11px;
 	text-align: right;
	
 }
 


 /* ----------------- NAVIGATION ----------------- */



div#navigation{
	background: url(images/mainnavbg.gif);
	width: 120px;
	height: 260px;
	margin-left: 10px;
	font-weight: bold;
	color: #fff;
	float: left;

}

#navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li{
	
	border-bottom: 0px solid #000;
	font-size: 10px;
	height: 25px;
	font-family: Tahoma;
	font-size:11px;
	text-align: left;
	

}

#navigation li a {
	width: 120px;
	display: block;
	padding: 5px 0px 5px 0px;
	color:#fff;
	text-decoration: none;
	border-left: 0px solid #fff;
	text-indent: 2px;
}


#navigation li a:hover{
	color: #fff;
	background:#295b5f;
}

#navigation .current {
	background: #7CA700;
	color: #fff;
	
} 

#netopia {
	margin-top: 20px;
}