* {
	margin: 0;
	padding: 0;
}

html {
	background: #000;
	color: #fff;
	font: 11px/1.4 Verdana, sans_serif;
}

p {
	margin: 10px 0 10px;
}

ul,ol {
	margin: 15px 0 15px 20px;
}

td,tr {
	vertical-align: top;
}

a:link,a:visited {
	color: #bf0f2a;
	text-decoration: none;
}

a:hover {
	color: #bf0f2a;
	text-decoration: underline;
}

div.spacer {
	margin: 10px 0 10px 0;
}

ul.ulp {
	padding: 6px 0 6px 16px;
	margin: 0;
}

ul.ulp li {
	margin: 0;
	padding: 0 0 1px 0;
	line-height: 1.2;
}

img {
	border: 0;
}

.tbrd,.tbrd td {
	border: 0;
	border-collapse: collapse;
}

input,textarea,option,select {
	background: #eee;
    border: 1px solid #eee;
	color: #000;
	font: 11px/1.2 Verdana, sans_serif;
	padding: 0 0 0 2px;
}

option {
	border: 0;
}

.nb {
	background: 0;
	border: 0;
}

input.sb {
	background: none;
	border: none;
	color: #bf0f2a;
	font: 12px/15px Verdana, sans_serif;
	clear: both;
	cursor: pointer;
	padding: 0;
	font-weight: bold;
}

input.sb:hover, input.sb.over {
	color: #bf0f2a;
	text-decoration: none;
}

.cleaner {
	display: block;
	clear: both;
	height: 0;
	line-height: 0px;
	margin: 0;
	padding: 0;
}

textarea {
	width: 99%;
}

.greska {
	color: #bf0f2a;
}

:focus {
	outline: 0;
}

.frm_name {
	display: none;
}

#pc {
    width: 950px;
    margin: 0 auto;
    padding-top: 99px;
	background: center top url(../images/header.gif) no-repeat;
}

#intro {
	position: absolute;
	width: 600px;
	height: 522px;
	top: 50%;
	left: 50%;
	margin: -261px 0 0 -300px;
	background: url(../images/intro.gif);
	padding: 0;
}

#introh {
    width: 600px;
    height: 450px;
    display: block;
    position: absolute;
    top: 29px;
    left: 0;
}

#visits {
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 10px;
    color: #999; 
}

a#skip:link, a#skip:visited {
    width: 70px;
    height: 11px;
    text-indent: -999em;
    display: block;
    background: url(../images/skip.gif);
    position: absolute;
    bottom: 0;
    left: 265px;
    
}

a#skip:hover {
    background-position: 0 -11px;
}

h1 {
    font-size: 13px;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}

h2 {
    font-size: 12px;
    margin: 15px 0 3px 0;
    padding: 0;
    text-align: left;
}

#am {
    list-style: none;
}

#am li {
    display: inline;
    padding-right: 10px;
}

#gal .th {
    width: 66px;
    float: left;
    margin: 0 10px 10px 10px;
    text-align: center;
}

.cbpr {
  text-align: center;
  height: 20px;
}

.cbpr a:link, .cbpr a:visited {
   text-decoration: none;
   padding: 0 6px 0 6px;
}

.cbpr a:hover,
.cbpr a.c:link, .cbpr a.c:visited {
   color: #fff;
   text-decoration: none;
}

