* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
   	height: 100.01%;
   	background-image: url(/img/bpm-bg.jpg);
	background-color: #000;
   	background-repeat: repeat-x;
   	line-height: 13pt;
   	background-position: center top;
   	color: #a3a3a3;
   	font-size: 10pt;
   	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#teaser {
  	margin-bottom: 20px;
  	width: 443px;
   	margin-top: 50px;
   	margin-right: auto;
   	margin-left: auto;
}

#menu {
      	width: 300px;
      	margin-right: auto;
      	margin-left: auto;
      }

#content {
  	padding-left: 30px;
  	padding-bottom: 0;
  	padding-right: 30px;
  	padding-top: 0px;
  	background-repeat: repeat;
/*   	background-image: url('/img/smoke.png'); */
  	margin-left: auto;
  	margin-bottom: 0px;
  	margin-right: auto;
  	margin-top: 0px;
  	height: auto !important;
  	min-height: 100%;
   	width: 250px;
   	
}

#content form, #content h1 {
	padding-top: 300px;
}

#content img {
	padding-top: 3em;
	margin-bottom: 3em;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}     #footer {
	margin-top: -50px;
	height: 50px;
}
a {
  	text-decoration: underline;
    color: #b3b3b3;
}

a:hover {
  	color: #c9c9c9;
   	text-decoration: none;
}

a:visited {
}

.newstitle {

}

.newsdate {
   	margin-top: 2px;
   	font-size: 9pt;
}

.newsbody {
   	text-align: justify;
   	margin-bottom: 20px;
}

.newslinks {
	margin-bottom: 5px;
	margin-top: 5px;
}

#footer {
   	clear: both;
   	text-align: center;
   	font-family: Helvetica, Verdana, Arial, sans-serif;
   	color: #989898;
   	font-size: 8pt;
}

ul {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style-type: square;
}

ul li {
	margin-left: 25px;
}

h1 a {
	text-decoration: none;
}

.altrow {

	background-color: #f1f1f1;

}
form {
	border-style: none;
}
input, textarea {
      	padding: 6px;
      	background-color: transparent;
      	background-repeat: repeat;
      	background-image: url('/img/smoke.png');
      	color: #b3b3b3;
      	border-style: solid;
      	margin-bottom: 15px;
      	margin-top: 10px;
      	border-color: #949494;
      	border-width: 1px;
      	font-size: 14pt;
      	width: 238px;
      	display: block;
      }

      .submit input {
	width: 250px;
}
input:focus, textarea:focus {
      	border-color: #cecece;
      }

label {
      	font-size: 14pt;
      }

      h1,h2,h3,h4,h5 {
      	margin-top: 20px;
      	margin-bottom: 15px;
      }

      img {
      	border-width: 0px;
      }

      .commentheader {
      	margin-bottom: 5px;
      	margin-top: 10px;
      }

      .commentbody {
      	margin-top: 5px;
      	margin-bottom: 10px;
      }

      ul.footermenu li {
      	border-color: #404040;
      	border-width: 1px;
      	border-style: solid;
      	margin: 5px;
      	float: left;
      	list-style-type: none;
      }

      ul.footermenu li a {
      	text-decoration: none;
      	color: #404040;
      	padding: 5px;
      	display: block;
      }

      ul.footermenu li a:hover {
      	text-decoration: none;
      	background-color: #e5e5e5;
      }

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
 
 /* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
.guestbookheader {
	margin-top: 10px;
}

