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: #27D;
	text-decoration: none;
	
	border: none;
	outline: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	padding: 3px;
	line-height: 1.5em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 5 5 15;
}
h1 {
	padding: 3;
	font-size: 3em;
	color: #333;
}
h2 {
	padding: 0px;
	font-size:1.5em;
}
/*pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
} */
div#page {
	width: 950;
	background-color: #EBEBEB;
	margin: 0 auto;
	text-align: left;
	/* border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px; */
	
	min-height:100%;

}
div#container {
	background-color: #ebebeb;
	width:950;
	padding: 0px;
	float:left
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}


    [if lt IE 7]>
	<style media="screen" type="text/css">
	#container {
		height:100%;
	}
	</style>
	<![endif]
