/* Layout ******************/
html {
	height:100%;
}
* html body {
	height:100%;
}

body {
	padding:0; margin:0 auto;
	width:/*760px*/784px;
	position:relative;
	min-height:100%;
}

#main {
	float:left; 
	width:60%;
	margin-left:20%;
}

* html #main {
	margin-left:10%;
}

#sections {
	float:left; width:20%; margin-left:-80%;
}

#banners {
	float:right; 
	width:20%;
}

#content {
	overflow:hidden; width:100%;
	margin-top: -5px;
	padding-bottom:64px;
}

#languages {
	position:absolute;
	top:0; right:20px;
	margin:20px;
}

#footer {
	position:absolute; bottom:0;
	height:40px; width:100%;
	padding:1px 0;
/*	margin-top: -5px;*/
}

#title {
	width: 784px;
	height: 82px;
}

#headerlogo{
	width:50%;
	height: 78px;
	position:absolute;
	margin-top: 4px;
	margin-left: 200px;
}

#headerlogotext{
	position:relative;
	margin:0;
	padding: 0 0 70px 0;
}

#signature{
	width: 100%;
	height: 60px;
	padding-bottom: 20px;
}

#signature_who{
	width: 200px;
	float: left;
}

#signature_img{
	margin-left: 100px;
	float: left;
}

#status_line
{
	width: 784px;
	position: relative;
	height: 34px;
	padding-top: 5px;
	padding-left: 30px;
	padding:1px 0;
}

#status_line2 {
	height: 34px;
	padding-top: 5px;
	padding-left: 33px;
	position:absolute; bottom:40px;
	width:100%;
	padding:1px 0;
}

/* Fonts *******************/

body {
	font:10pt Tahoma, Sans-Serif;
}

h1 {
	font-size:180%;
	letter-spacing:-1px;
}

#main h2 {
	font-size:130%;
}

#sections,
#banners {
	font-size:80%;
}

#sections h2,
#banners h2 {
	font-size:125%; font-weight:bold;
	text-transform:uppercase;
}

#sections
{
	font-weight:bold;
}

#banners h3 {
	font-size:100%; font-weight:bold;
}

#footer {
	font-size:70%;
	text-align: center;
}

#banners {
	
	text-align: center;
}

#headerlogotext{
	font-family: Georgia, Sans-Serif;
	text-align: center;
}

#signature_who{
	text-align: left;
}

#signature_man{
	text-align:right;
}

/* Colors ******************/

body {
	background:url(img/stuff/content.png) left top repeat-y;
	color:black;
}

#title {
	background-image: url(img/stuff/header.png);
	background-repeat: no-repeat;
}

#content {
	background:#EFE;
}

#footer {
	background:#EEF;
}

#languages {
	background:#FFF;
}

#status_line
{
	background-image: url(img/stuff/status.png);
	color: #ffffff;
	background-repeat: no-repeat;
}

#sections li a {
	background:#f8c300;
	color:black;
	border-color:white;
}

#sections li a:hover {
	background:#ffdb4c;
}

#banners a {
	color:#D00;
}

#main h2 {
	color:black;
}

#main .picture {
	border-color:#45F;
}

#main table tr {
	vertical-align:top;
	text-align:left;
}

#footer{
	background-image: url(img/stuff/content.png);
	background-repeat: repeat-y;
}

html {
	background:#f8c300;
}

#headerlogo{
	background:url(img/logo.png) left top no-repeat;
}

#content{
	background-image: url(img/stuff/content.png);
	background-repeat: repeat-y;
}

#status_line2 {
	background-image: url(img/stuff/status.png);
	color: #ffffff;
	background-repeat: no-repeat;
}

/* Misc ********************/

h1 {
	padding-left:60px;
	margin-left:10px;
}

#languages p {
	margin:0;
}

* html h1 {
	height:1%;
}

#footer p {
	margin:5px;
	margin-left:10px;
}

#sections h2 {
	margin-left:30px;
}

#sections h2 {
	/*  display:none;*/
	padding-top: 10px;
}

#sections ul {
	list-style:none;
	margin:20px 0; padding:0;
	padding-left: 30px;
}

#sections li a {
	display:block;
	margin:5px 0; padding:2px 5px;
	border-style:solid; border-width:1px 0;
	text-decoration:none;
	width: 80%;
}

#main li {
	margin:5px 0; padding:2px 5px;
	width: 90%;
}

#banners h2 {
	margin:0;
	padding:10px;
}

#banners h3 {
	float:left; 
	margin:0 5px;
}

#banners img{
	border:0px;
}

#banners p {
	margin:20px 5px;
}

* html #banners h3 {
	margin-left:2.5px;
}

#banners h2 {
	margin:0 0 20px 0;
	padding:10px;
}

#banners a {
	padding-right:13px;
}

* html #banners a {
	padding-left:1px;
}

#main h2,
#main p {
	margin-left:15px;
	margin-right:15px;
}

#main p{
	width: 90%;
	text-align: justify;
	text-indent: 30px;
}

#main h2 {
	margin-top:20px; margin-bottom:10px;
}

#main .picture {
	/*  float:left;  */
	padding:5px; 
	/*  border-style:solid; border-width:1px;*/
	border: 0px;
	margin:0 15px 15px 0;
}

#main .picture2{
	float:left;
	padding:5px; 
	/*  border-style:solid; border-width:1px;*/
	border: 0px;
	/*margin: 15px;*/
}

#main .forpict {
	padding-bottom: 15px;
}

#main .picture_link{
	padding:0px; 
	border: 0px;
	margin:0 0 0px 0;
}

#main .picture_in{
	float:right; 
	padding:5px; 
	border:0px;
	margin:0 15px 15px 0;
}

#languages .picture {
	padding:5px; 
	border:0px;
}

#main .cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;
	border-top: 1px dashed gray;
	height: 1%;
	text-align: left;
	text-indent: 5px;
}

#main .cssform label{
	font-size:80%;
	font-weight: bold;
	float: left;
	margin-left: -155px;
	width: 150px;
}

#main .cssform input[type="text"]{
	width: 180px;
}

#main .cssform textarea{
	width: 180px;
	height: 100px;
}

#main .cssform input[type="submit"]{
	margin-left: 150px;
}

#footer  h1 {
	text-align:center;
}

h1 {
	margin:0; padding:20px;
	height:100px;
}
