@charset "utf-8";
/* CSS Document */

html, body {
	margin:30 0 0 0;
	padding:0;
	background-color: #666666;
	background-image:url(../bgpattern.gif);
	background-repeat:repeat; */
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 75%;
}
a{
	color: #333333;
	/* background: #EEEEEE; */
	text-decoration: none;
	outline:none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
	background-color: #CCCCCC;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 15 0 0 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 2em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:1.2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 842px;
	background-color: #FCFCFC;
	/* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); */
	margin: 0 auto;
	text-align: left;
	border-color: #505050;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	/* background-image:url(bgtrans.png);
	background-repeat:repeat; */
	/* opacity:0.5;  
	filter:alpha(opacity=50);  
 	-moz-opacity:0.5; */
}
div#container {
	padding: 20px 20px 10px 20px;
}
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;
}

#footer a {
	color: #505050;
	background: #666666;
	text-decoration: none;
	outline:none;
}
#footer a:hover {
	color: #000000;
	background: #cccccc;
	text-decoration: none;
	outline:none;
}

#about a {
	color: #333333;
	background: #EBEBEB;
	text-decoration: none;
	outline:none;
}

table {
	color:#FFFFFF;
	font-size:1.2em;
}
