body {
	background-color: #183203;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #d3ec5e;
	font-weight: normal;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #d3ec5e;
}
.link1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C2E421;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #112402;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #d3ec5e;
}
.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}
.link2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ECF7B9;
	text-decoration: underline;
}

.textfield1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #112402;
	text-decoration: none;
	border: 1px solid #d7f45f;
	background-color: #d7f45f;
	height: 20px;
}
.textfield2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #112402;
	text-decoration: none;
	border: 1px solid #d7f45f;
	background-color: #d7f45f;
}
.bordesall {
	border: 1px solid #d7f45f;
}


.photo{
    float: left;
    width: 210px;
    height: 180px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.photo img{
    border: 3px solid #d9eb3d;
}
a.photo-link{
    text-decoration:none;
    color: #fff;
}
a.photo-link:hover {
    color: #ECF7B9;
    text-decoration: underline;
}

.gallery{
    width: 850px;
    height: 350px;
    margin: auto;
}
#content-gallery{
    height:360px;
    margin:auto;
    width:850px;
}
#content-gallery ul{
    list-style: none;
    margin:0;
    padding:0;
}
#content-gallery li{

}

.pointer{
    cursor: pointer;
}

#prev, #next{
    display: none;
    font-weight: bold;
}

.infoBlock{
    margin-left: 50px;
    padding-bottom: 20px;
    color: #fff;
    font-weight: bold;
}
