html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	background-color: #fff;
	height:100%;
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	color:#2F1F0F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a{
	color: #27D;
	text-decoration: none;
}
#box1 {
width:958px;
background-image:url(../img/bg_box1.jpg);
background-position:top left;
background-repeat:repeat-x;
}
#box5 a, #box1 a {
color:#2F1F0F;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-style:oblique;
font-weight:bold;
letter-spacing:1pt;
}
#box1 ul {
margin:0 auto;}
#box1 li {
list-style:none;
list-style-image:url(../img/list.gif);
vertical-align:bottom;
}
#box1 li a {
color:#2F1F0F;
font-size:10px;
font-weight:bold;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
/*	line-height: 1.8em;*/
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding: 0px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 958px;
	margin: 0 auto;
	text-align: left;
/*	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;*/
}
div#container {
	padding:0 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;
}
