body {
	background-color: #f6f6f6;
	text-align: center;
}

* {
	font-family: verdana, tahoma, sans-terif;
	font-size: 12px;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
}

a {
	color: #000000;
}

img {
	border: 0;
}

th {
	text-align: left;
}

li {
	margin-bottom: 10px;	
}

div#menu div.tab {
	height: 35px; 
	margin-left: 3px;
	float: left; 
	cursor: pointer;
	font-size: 11px; 
	
}

div#menu div.tab a {
	display: block;
	line-height: 35px;
	text-decoration: none;
}

div#menu div.tab a span {
	padding-left: 8px;
	padding-right: 8px;
	
}

div#menu div.focus {
	background: url('../gfx/tab_focus.gif');
	font-weight: bold;
}

div#menu div.blur {
	background: url('../gfx/tab_blur.gif');
}

div#menu div.over {
	background: url('../gfx/tab_over.gif');
	color: #a5a5a5;
}

div#page {
	width: 984px; 
	border: 1px solid #c0c0c0; 
	margin: auto; text-align: 
	left; background: #ffffff;
}

div#header {
}

div#logo {
	margin-left: 4px; 
	margin-right: 4px; 
	position: relative;
}

div#name {
	position: absolute; 
	top: 34px; 
	right: 13px; 
	text-align: right;
}

div#content {
	width: 976px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	background: #eeeeee;
	padding-bottom: 25px;
}

div#menu {
	padding-left: 40px;
}

div#main_outer {
	padding: 25px; 
	padding-top: 0; 
	padding-bottom: 0;
	clear: both;
}

div#main_inner {
	background: #dddddd; 
	height: 306px; 
	padding: 25px;
}

div#clear {
	clear: both;
}

div#left_column {
	float: left; 
	width: 444px; 
	margin-right: 26px; 
	height: 306px; 
	overflow: auto;
}

div#right_column {
	float: left; width: 406px;
}

div#single_column {
	width: 876px; 
	height: 306px; 
	overflow: auto;
}

img.border {
	border: 3px solid #eeeeee;
}

table.list {
	
}

table.list td, table.list th {
	padding: 5px;
	vertical-align: top;
	background: #c6c6c6;
}

table.list td.icon {
	padding: 3px;
}

table.pictures {
	border-collapse: collapse;
}

table.pictures td {
	padding: 0; 
	padding-right: 5px; 
	padding-bottom: 5px;
}
