body {
	margin: 10;
	padding: 0;
	color: #8C8C8C;
}

body, th, td, input, textarea, select, option {

	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-size: 12px;
}

p, ul, ol {
	line-height: 200%;
}

a {
	color: #666666;
}

a img { 
	border:0;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

/* from index-tpl */
.style1 {color: #666666}
.style2 {color: #666666; font-size: 12px; }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #A4DD5C;
}
a:active {
	text-decoration: none;
}
/* */


#wrapper {
}
/* Header */

#header {
	width: 1170px;  /*970*/
	height: 150px; /*150*/
	background: url(img/header.jpg) no-repeat right top; /* 1160x140 */
	margin-top: 0;      /*0*/
	margin-right: auto; /*auto*/
	margin-bottom: 0;   /*0*/
	margin-left: auto;  /*auto*/
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; /*16*/
	text-decoration: none;
}
/*
#header table {
	border: 1px red solid;
}
#header td {
	border: 1px red dotted;
}
#header td a {
	background: yellow;
}
#header td a img {
	border: 1px green solid;
}
*/
#header ul#topmenu {
	margin: 0;
	padding-top: 70px;
	padding-left: 25px; /*350px*/
}
#header li {
	float: left;
	list-style-type: none;
	padding-right: 24px;
}
#header li.overlogo {
	margin-top: -24px;

}
#header li.overlogo img{
	width: 325px;
	height: 48px;
}

/* Page */

#page {
	width: 1170px; /* 970 */
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 955px; /* 755 */
	height: 693px; /* 550 */
	background: url(img/contentbck.jpg) no-repeat right top;
	margin: 0 auto 0 auto;
}

#content.paul {
	background: url(img/contentbck_page_paul.jpg) no-repeat right top;
}


.contenttxt {
	margin-top: 70px;  /*40*/
	margin-left: 140px;  /*120*/
	margin-right: 150px; /*120*/
	text-align: justify;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	overflow: auto;
	height: 430px;  /*350*/
	padding-right: 7px;  /*7*/
}

#content.paul .contenttxt {
	margin-right: 400px;
}
#content.project .contenttxt {
	text-align:center;
}
#content.project .contenttxt img.project-img {
	max-width: 400px;
	max-height: 390px;
}

#content div.fullcontent {
	margin: 0;
	padding: 0;
	text-align: center;
}
#content img.fullcontent {
	max-width: 955px;
	max-height: 424px;
	margin: 0;
	padding: 0;
}

#content p.quote {
	text-align: center;
}
#content p.quote q {
	color: #B8B8B8;
	font-style: italic;
}


ul.imagerow {
	margin-top: 60px;   /*20*/
	margin-left: 150px; /*60*/
	margin-right: 60px; /*60*/
    /*padding-left: 80px;*/
	width: 490px;
	height: 100px;
	overflow: auto;
}
ul.imagerow li {
	display: inline;
	margin: 10px;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #980505;
}

address.contact {
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

#contactform {
	float: right;
	width: 240px;
	border-left: 1px dashed #8C8;
	padding: 7px;
}
#contactform div.buttons {
	text-align: right;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin: 120px 0 0 0;
	font-size: 14px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 30px;
}

#sidebar li li {
	padding-left: 0px;
	padding-bottom: 15px;
	text-align: left;
	line-height: 1.4em;
}

#sidebar h2 {
	margin: 0; /* 160 */;
	padding: 10px 0 0 15px;
	font-size: 16px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 970px;
	height: 40px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 10px;
	color: #999999;
}