body {
	margin: 0px;
	padding: 0px;
	background-color: #BFC4CB;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000; 
}

h1, h2 { 
	margin-top: -2px;
	margin-bottom: -10px;
	font-size: 18px;
	position: relative;
}

h2 { font-size: 12px; }

a { 
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

/* ID's - Entries that will only get used once per page */

#header {
	height: 52px;
	background: url('/media/images/logo_bg.jpg');
}

#logo {
	background-position: left top;
	height: 52px;
	width: 142px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu, #ads {
	position: absolute;
	top: 55px;
}

#menu { 
	padding-left: 5px;
	left: 1px;
	width: 110px;
}

#ads { 
	text-align: center; 
	right: 1px;
	width: 130px;
	padding-right: 5px;
}

#body {
	margin-top: 3px;
	margin-left: 125px;
	margin-right: 145px;
}

/* Classes - Potentially used several times per page */

div.content {
	padding: 3px;
	margin-bottom: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #E7EBF0;
	position: relative;
}

.content_meta {
	color: #111166;
}

.centertop {
	text-align: center;
	padding-top: 5px;
}

.small {
	font-size: 11px;
}

.addon_package {
	margin-bottom: 15px;
}

.addon_lu {
	list-style-type: square;
}

.addon_expand {
	display: inline;
}

.addon_contract {
	display: none;
}

/* Pseudo-Classes */

.content > p { padding-left: 10px; }

h2 > a { font-size: 15px; }