
body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffffff;
	background-attachment: fixed;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fefefe;
}

h1 {
	text-transform: lowercase;
	font-family: Impact, Verdana;
	font-weight: normal;
	font-style: italic;
	color: #fead00;
}

h2 {
	font-family: arial, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #F3B700;
	line-height: 6px;
}

h3  {
	font-family: arial, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #b5b5b5;
	line-height: 6px;
}

h2 { font-size: 20px; }
h3 { font-size: 10px; }

p {
	line-height: 2px;
	color: #434343;
}
ol, ul, blockquote {
	line-height: 22px;
	color: #434343;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #434343;
}
.disabled.link {
	color: lightgrey;
}

.gallery a {
	// margin-right: 3px;
}

.gallery p,
.gallery div.line{
	clear: left;
}
.gallery img {
	border: none;
//	padding: 2px;
}
.gallery div.image{
	height: 45px;
	width: 45px;
	float: left;
}
.gallery span{
	line-height: 45px;
}
.gallery .active{
//	border: solid 2px #434343;
	margin: 0px;
}
.gallery td.image{
	padding: 2px 0px;
	width: 49px;  /*due to IE6 bug*/
	height: 56px; /*47+11-2*/
	text-align: center;
	vertical-align: top;
	border: 0px none;
	border-collapse: collapse;
}

.gallery td.image img{
	margin: 2px 0px;
}
.gallery td.image.active img,
.gallery td.image.active.broken img{
	border: 2px solid #F3B700;
	margin: 0px;
}
.gallery td.image.broken img{
	border: 2px solid red;
	margin: 0px;
}

a:hover {
	border: none;
}

strong {
	color: #F3B700;
}

/* Posts */

.post {
	/*margin-bottom: 9px;*/
	padding: 20px 40px 20px 60px;
}

.post h2, .post h3 {
	margin-left: -40px;
}

.post a {
	// border: none;
}

.pagination{
	text-align: right;
	margin-right: 148px; /* = 542-6*49-60-40  old:// = 542-6*45-60-40-5*3*/
}

.pagination img{
	border: 0px;
}

.pagination a:before{
	// content: " ";
}

.news p{
	line-height: 100%;
	color: #434343;
}
/* Header */

#header {
	width: 742px;
	height: 485px;
	margin: 0 auto;
	// background:  url(images/header.jpg);
}

#header h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 70px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 12px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #FFFF52;
}

/* Content */
#colOne { float: left; width: 180px; }

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo { float: right; width: 542px; 
}

#content {
	margin: 12px auto;
	width: 742px;
	padding: 5px;
	
}

/* Footer */

#footer {
	clear: both;
	width: 742px;
	margin: 0 auto;
	padding-top: 5px;

}

#footer p {
	margin: 0;
	text-align: right;
	font-size: 9px;
	
}

#footer * {
	color: #202020;
}