html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	color: #444;
	font-size: 75%;
}
a{
	color: #666666;
	text-decoration: none;
}
a:focus, a:hover, a:active {
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
}
div#container {
	padding: 20px;
}
div#nav {
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size:11px;
	color: #CCCCCC;
	padding-top:30px;
	text-align:left;
	border-bottom: 1pt dotted #CCCCCC;
	width: 130px;
	margin-top: 385px;
}

div#nav span{
	font-size:11px;
	color: #CCCCCC;
	font-weight: bold;
}

div#navcontact {
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size:11px;
	color: #CCCCCC;
	padding-top:30px;
	text-align:left;
	border-bottom: 1pt dotted #CCCCCC;
	width: 130px;
	margin-top: 385px;
}

div#navcontact span{
	font-size:11px;
	color: #CCCCCC;
	font-weight: bold;
}

div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

ul#grid li {
  list-style: none outside;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 150px;
  height: 100px;
  line-height: 100px;

}
ul#grid li img {
vertical-align: middle;
text-align: center;
}
.divider {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 200px;
	margin-left: 200px;
	border-bottom-color: #b2b2b2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.divider02 {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 60px;
	border-bottom-color: #b2b2b2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

table{
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	color: #444;
	font-size: 100%;
}



