html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:1px;
}
h1 {
	padding: 0;
	font-size: 1.2em;
	color:#48C4E8;

}
h1 .bold {
	font-weight:800;

}
h2 {
	padding-top: 10px;
	font-size:1.5em;
	color:#666;
}
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;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
	border: #333 1px solid;
}
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;
}

#maincontainer{
	margin: 0px auto 0px auto;
	position: relative;
	width: 1000px;
	height: 680px;
	background-color: #fff ;
	z-index:0;
	/*border: #33FFCC thin solid; */
	}

#picture {
	position:absolute;
	left:74px;
	top:152px;
	width:209px;
	height:160px;
	z-index:1;
}

#maincontent {
	position:absolute;
	width:362px;
	height:380px;
	z-index:3;
	left: 432px;
	top: 147px;
	background-color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
}
#mainheader {
	position:absolute;
	left:0px;
	top:74px;
	width:999px;
	height:67px;
	text-align:center;
	z-index:4;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}