@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	font-family: "Bitstream Vera Sans", "Helvetica", "Arial", sans-serif;
}

h1 {
	margin-left: 170px;
	font-family: sans-serif;
}

h2 {
	font-family: sans-serif;
}

#main {
	max-width: 900px;
	margin: auto;

//	border-color: #000;
//	border-width: 1px;
//	border-style: solid;
}

#tabs {
	float: left;
	background-color: #f0f0f0;
}

a.tabl:link {
	color: #000000;
	text-decoration: none;
}
a.tabl:hover {
	text-decoration: underline;
}
a.tabl:visited {
	color: #000000;
}
a.tabl:active {
	color: #808080;
}

div.tab {
	width: 130px;
	padding-left: 20px;
	height: 30px;
	padding-top: 10px;
}

div.tab:hover {
	background: #e8e8e8;
}

#page {
	margin-left: 150px;
	max-width: 750px;
	background-color: #e0e0e0;
	padding: 10px;
}

#content {
	padding: 10px;
	background-color: #ffffff;
}