/* CSS Document */

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
body{
	background:#ffffff url(../gui/bg_body.jpg) top repeat-x;
	margin:0;
	margin-bottom:1em;
	text-align:center;
}

.pelement{
	text-align:left;
	width:763px;
	margin:0 auto;
	}

h1.header{display:none;}

#page{
	padding-top:197px;
	background: #ffffff url(../gui/head.jpg) top center no-repeat;
	min-height:300px;
	}
#navcontainer{
	width:180px;
	float:left;
	padding-left:10px;
	}
#content_frame{
	width:500px;
	float:right;
	padding: 0 40px 3em 0;
	}

p, li{line-height:1.3em;}

th {vertical-align:text-top;}


#footer{background:#ffffff url(../gui/footer.jpg) bottom center no-repeat;height:149px;}
#claimer{font-size:0.8em;text-align:center;}

.small{font-size:0.8em;}
#hrclearer{clear:both;visibility:hidden;}/*display:none;}*/

.clickpic{
	padding:3px;
	padding-bottom:11px;
	border:1px solid #ccc;
	background:#fdfdfd url(../gui/bg_clickpic.jpg) top left no-repeat;
	margin:5px;
}