html {
	overflow-y:scroll;
}

html, body {
	margin:0;
	padding:0;
}

body {
	background-image:url('../images/bg.png');
	background-position:0px 50%;
	background-attachment:fixed;
	font-family: Verdana, sans-serif;
}

a img {
	border:none;
}

a {
	color:#3188ce;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#surrounding {
	margin:auto;
	width:810px;
	margin-top:75px;
}

#page-header {
	background-image:url('../images/page-header.png');
	height:20px;
}

#page-body {
	background-image:url('../images/page-bg.png');
}

#page-footer {
	background-image:url('../images/page-footer.png');
	height:20px;
}

#content {
	float:left;
	width:580px;
	margin-left:15px;
}

table.category {
	width:100%;
}

td.list-hits {
	text-align:right;
}

h2 {
	float:left;
	margin-top:0px;
}

.contact h2 {
	float:none;
}

ul.actions {
	float:right;
	margin:0;
	padding:0;
}


ul.actions li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}


#sidebar {
	float:right;
	width:195px;
	margin-right:5px;
	margin-top:20px;
}
