body {
	font-family: georgia, "times new roman", times;
	padding: 0;
	margin: 0 0 30px 0;
	background: #111111 url('img/bg.jpg') repeat-x top left;
}

h1, h2, h3, h4 {
	color: #FF6F00;
}

h1 {
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
}
h2 {
	font-size: 13px;
	text-align: center;
	margin: 0;
	padding: 0;
}
h3 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ffffff;
}
h4 {
	text-align: center;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
a {
	color: #FF7200;
}

#wrapper {
	width: 760px;
	/*height: 100%;*/
	margin: 0 auto;
	margin-top: 75px;
	/*overflow: auto;*/
}
#pictures {
	width: 260px;
	float: left;
	margin-right: 25px;
	font-family: helvetica, verdana, arial, sans-serif;
}
#videos {
	width: 260px;
	float: left;
	margin-right: 25px;
	font-family: helvetica, verdana, arial, sans-serif;
	}
#links {
	width: 190px;
	float: left;
	font-size: 13px;
	font-family: helvetica, verdana, arial, sans-serif;
}

#pictures p, #videos p {
	color: #ffffff;
	font-size: 12px;
	padding-top: 8px;
}


#links h3 {
	margin-bottom: 40px;
}
#links a {
	padding: 10px 0;
	margin: 5px 0;
	display: block;
	text-align: center;
	background: #312B2A;
}
#links a:hover {
	background: #343434;
}

#links a.highlight {
	background: #ED6852;
	color: #ffffff;
}





.gallery {
	clear: both;
	padding: 10px 0;
}

.hardpic {
	position: relative;
	top: -98px;
	/*left: -98px;*/
	background: #312B2A;
}

.thumbs {
	width: 98px;
	height: 98px;
	float: left;
	margin-right: 12px;
	background: #312B2A;
	overflow: hidden;
}
.thumbs img {
	border: 5px solid #312B2A;
}

.description {
	width: 130px;
	height: 76px;
	float: left;
	font-size: 13px;
	background: #312B2A;
	padding-top: 22px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.description a:visited {
	text-decoration: line-through;
}


.gallery-joinnow {
	clear: both;
	padding: 10px 0;
}
.gallery-joinnow .description {
	background: #FF7200;
	height: 80px;
	padding-top: 18px; /* !!!!!! */
	padding-left: 10px;
	padding-right: 10px;
}
.gallery-joinnow .description a {
	font-size: 15px;
	color: #ffffff;
	text-decoration: underline;
}
.gallery-joinnow .description a:hover {
	text-decoration: none;
}
.gallery-joinnow .description a:visited {
	text-decoration: underline;
}



#footer {
	width: 760px;
	margin: 0 auto 0 auto;
	padding-top: 30px;
	clear: both;
}
#footer #copyright {
	height: 86px;
	background: #312B2A;
	padding: 13px 40px 0 40px;	
	color: #FF6F00;
}
#footer #copyright p {
	text-align: left;
	font-size: 10px;
	margin: 2px;
	padding: 0;
}



div#intro {
	/* margin-bottom: 50px; */
}
p#intro {
	color: #F6A145;
	font-size: 15px;
	text-align: justify;
}
p#intro span {
	font-size: 30px;
}
h2#intro {
	border-bottom: 1px dotted #F6A145;
	color: #F6A145;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
}



#pager  {
	font-size: 30px;
	color: #F6A145;
	text-align: center;
	margin: 50px 0;
}
#pager a {
	padding: 5px;
	margin-left: 12px;
}
#pager a:hover {
	/*font-size: 50px;*/
	/*background: #ffffff;*/
	border-bottom: 3px dotted #cccccc;
	text-decoration: none;
}
#pager #categories {
	font-size: 15px;
	margin-top: 10px;
}
#pager p#inf {
	font-size: 9px;
}