body {
	margin: 0;
	background: #2B5C73 url(images/pagebg.gif);
}

/*text area*/

#content {
	padding: 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

#content table, #content tr, #content td {
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

#content a {
	border-bottom: #2262A9 dotted 1px;
	color: #2262A9;
	text-decoration: none;
}
#content a:hover { 
	border-bottom: #000000 solid 1px;
	color: #000000;
	text-decoration: none;
 }
 
#content ul {
	padding: 0 0 10px 0;
} 

/*text area*/

#examples { float: left; padding: 20px 10px 0 0; }

#container {
	width: 668px;
	height: 100%;
}

#left {
	width: 21px;
	background: url(images/leftbar.gif) repeat-y;
}

#right {
	width: 21px;
	background: url(images/rightbar.gif) repeat-y;
}

#main {
	width: 626px;
	background: #CCEAFD url(images/maingrad.gif) repeat-x top;
	vertical-align: top;
}

#title {
	height: 48px;
	background: url(images/titlebg.gif) repeat-x top;
	text-align: center;
	vertical-align: top;
}

#base {
	background: #D3EEFE url(images/basebg.gif) repeat-x;
	text-align: center;
}

/*nav*/

#nav {
	margin: 0;
	padding: 0;
	height: 61px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 61px 0 0 0;
	margin: 0 24px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:61px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -61px;
	}
	
#01 a  {
	width: 41px;
	background: url(images/nav/01.gif) top left no-repeat;
	}

#02 a  {
	width: 42px;
	background: url(images/nav/02.gif) top left no-repeat;
	}	

#03 a  {
	width: 41px;
	background: url(images/nav/03.gif) top left no-repeat;
	}
	
#04 a  {
	width: 40px;
	background: url(images/nav/04.gif) top left no-repeat;
	}
	
#05 a  {
	width: 41px;
	background: url(images/nav/05.gif) top left no-repeat;
	}
	
#06 a  {
	width: 42px;
	background: url(images/nav/06.gif) top left no-repeat;
	}
	
#07 a  {
	width: 41px;
	background: url(images/nav/07.gif) top left no-repeat;
	}

#content img:hover { border-left: 1px solid #2B5C73; border-right: 1px solid #2B5C73; }.caps {
	text-transform: uppercase;
}
