BODY {
	background: url(../img/actix_web.gif) no-repeat top center;
	padding: 80px 0 20px 0;
	margin: 0px;
	margin-top: 5px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 14px;
}
P{
	margin-top: 0;
}
H3{
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
A {
	color: #3a84b6;
}
A:hover {
	color: #000;
}
A IMG {
	border: 0;
}
/* header */
DIV#header P {
	width: 550px;
	margin: 0 auto;
	font-size: 21px;
	color: #858484;
	font-weight: normal;
	line-height: 1.3;
}
DIV#header {
	padding-bottom: 15px;
}
/* menu */
DIV#menu {
	background: url(../img/menubar.gif) repeat-x;
	margin-bottom: 15px;
}
DIV#menu UL {
	width: 33em;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
DIV#menu LI {
	border-right: 1px solid #fff;
	float: left;
	height: 40px;
	margin: 0;
	padding: 16px 15px 0 15px;
	font-weight: bold;
}
DIV#menu LI.start {
	border-left: 0px solid #fff;
}
DIV#menu A {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
DIV#menu LI.end {
        border-right: 0px solid #fff;
}

/* content */
DIV#content {
	background: url(../img/dashes.gif) repeat-x top left;
	width: 770px;
	margin: 0 auto;
	padding-top: 2px;
}
/* footer */
DIV#footer {
	text-align: center;
	padding: 10px 0; 
}
DIV#footer DIV{
	background: url(../img/dashes.gif) repeat-x top left;
	width: 770px;
	margin: auto;
	padding: 12px 0 0 0;
}
A#ptsLogotype{
	margin: 0 25px;
}

.clear {
	clear: both;
}

ul.tabs {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.tabs li {
	float: left;
	height: 33px;
	margin-left: 5px;
}

ul.tabs li a {
	display: block;
	height: 33px;
	text-indent: -5000px;
}

#result {
	padding: 0 15px;
}

#graph {
	border: 3px solid #999;
	padding: 20px;
}

#graph h3 {
	float:left;
	color: #666;
	text-align: left;
	margin: 0;
	padding: 0;
}

#setgraph {
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
}

#setgraph img {
	float: left;
	margin-left: 4px;
}

table {
	border-collapse:collapse;
	width: 100%;
}

.gallery {
	text-align: center;
}

.gallery img {
	margin: 4px;
	border: 1px solid #c0c0c0;
}
