body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p, a {
	color:#4B4B53;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.6em;
	margin:0;
	padding:0;
}

body {
	/* background-color:#efeff1; */
	background-color:#e6e7e8;
	background-image:url(/_system/img/main-bg.gif);
	background-repeat:repeat-x;
}

#document {
	background-position:-2250px 0;
	background-repeat:repeat-y;
	margin:20px auto;
	position:relative;
	text-align:left;
	width:900px;
	/* border:1px solid yellow;  */
}

#logo {
	float:right;
}

#man {
	/* clear:both; */
	left:0px;
	background-image:url(/_system/img/man.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:646px;
	float:left;
	position:absolute; /* */
	top:90px; /* */
	margin-right:200px;
}

#nav {
	float:left;
	width:402px;
	margin-top:50px;
	margin-left:497px; /* */
}

#footer {
	position:absolute;
	top:662px;
	right:0px;
	color:#BBBBBB;
}

.content {
	position:absolute;
	left:0px;
	z-index:1;
	border:1px solid #BBBBBB;
	width:450px;
	margin-left:0px;
	background-color:#ffffff;
	background-image:url(/_system/img/content-bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding:10px;
	display:none;
	min-height:60px;
}

.content-arrow {
	position:absolute;
	width:20px;
	height:40px;
	background-image:url(/_system/img/content-arr.gif);
	right:-20px;
	display:none;
}

#content-load {
	position:absolute;
	width:354px;
	display:none;
}

.close-content {
	width:25px;
	height:25px;
	right:6px;
	margin-top:-3px;
	position:absolute;
	cursor:pointer;
	background-image:url(/_system/img/content-close.gif);
	background-repeat:no-repeat;
}

#spinner {
	background-image:url(/_system/img/spinner.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	position:absolute;
}

h1 {
	color:#A43500;
	font-size:1.7em;
	width:95%;
	line-height:1.1em;
	margin-bottom:0.4em;
}

li {
	margin-left:2em;
}

p,ul {
	margin-bottom:8px;
}

/* BEGIN contactform */
.contactform p {
	clear:both;
}

.contactform label {
	display:block;
	float:left;
	width:100px;
	margin-top:4px;
}

.contactform input {
	width:247px;
	padding:2px;
}

.contactform textarea {
	width:247px;
	height:100px;
	padding:2px;
}

.contact-ok {
	border:2px solid #008800;
	/* background-color:#aaffaa; */
	color:#008800;
	padding-top:80px;
	padding-bottom:80px;
	text-align:center;
}

#errormsg {
	display:none;
	border:2px solid #A43500;
	padding:6px;
	color:#A43500;
	font-weight:bold;
}

.error_msg {
	background-color:#A43500;
	color:#ffffff;
}
/* END contactform */

h1.ui-accordion-header a {
	color:#A43500;
	font-size:1em;
	text-decoration:none;
}

a {
	color:#9D1529;
}

a img {
	border:0;
}

a.emph {
	font-weight:bold;
}

#logo h1 {
	margin-top:60px;
}

#logo h1, #logo h2 {
	margin-left:45px;
	font-size:1em;
}