
html
{
	min-width: 980px;
	height: 100%;
	background-image: url("/images/background_green.png");
	/*background-image: url("file:///C:/Users/Dragan/Desktop/WebSite/images/background_green.png");*/
	background-attachment: fixed;
	background-size: cover;
}

body
{
	margin:0;
	font-family: Verdana,Arial;
    font-size: 11px;
	height: 100%;
}
#whole_site 
{
	position: relative;
	overflow: auto;
}

#site
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#home_picture
{
    height: 150px;
	background-image: url("/images/home_picture_green.png");
	background-repeat: no-repeat;
}

#home_picture a 
{
    display: block;
    height: 152px;
    text-indent: -5000em;
    width: 350px;
}

#search
{
    background-color: #71C671;
    height: 34px;
	box-shadow: 0 0 3px #DAF0D2;
}

#search_button
{
	float:right;
	height: 34px;
	margin-right:6px;
}

#search_text
{
	float:right;
	height: 28px;
	margin-top: 6px;
	margin-right: 5px;
}

#search_value
{
	float:right;
	text-align: right;
    vertical-align: bottom;
	height: 27px;
	margin-right:5px;
	margin-top: 7px;
}
	
#menu 
{
    background-color: #006400;
    height: 40px;
	box-shadow: 0 0 10px #DAF0D2;
}

#nav 
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav li 
{
    background: none repeat scroll 0 0 #006400;
    display: block;
    float: left;
    position: relative;
    width: 98px;
}
#nav li a 
{
    background: none repeat scroll 0 0 #006400;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    padding-top: 10px;
	padding-bottom: 6px;
    text-align: center;
    text-decoration: none;
}

#nav li a:hover, #nav li.hover a 
{
    background: none repeat scroll 0 0 #E1E7F5;
    color: #000000;
}
#nav ul 
{
    display: none;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
}
#nav ul li 
{
    float: left;
    width: 105px;
}
#nav ul a 
{
    background: none repeat scroll 0 0 #E1E7F5;
    color: #000000;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 15px;
    padding: 8px 5px;
}
#nav ul a:hover 
{
    background: none repeat scroll 0 0 #CDBE70;
    color: #FFFFFF;
    text-decoration: none;
}

#nav li.width 
{
    width: 98px;
}

.header1
{
	border-color: #BEBEBE;
	border-style: solid;
	border-width: 0 0 1px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 24px;
}

.borderClass 
{
    border-color: #EBEBEB;
    border-style: solid;
    border-width: 0 0 1px;
    padding: 2px;
}

.spaceit 
{
    margin: 5px 0 0 0;
    padding: 3px 0 0 0;
}

a.link_gold 
{
	font-size: 11px;
	font-weight: bold;
	color: #006400;
	text-decoration:none;
}

a.link_gold:hover
{
	border-bottom-color: #006400;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#content 
{
	float: left;
	width: 979px;
	background-color: #FFFFFF;
    border-color: #EBEBEB;
    border-style: solid;
    border-width: 0 1px 1px;
    position: relative;
}

#content_left
{
	float: left;
	position: relative;
	width: 640px;
	background-color:#FFFFFF;
	padding-left: 11px;
	padding-right: 12px;
	text-align: justify;
	word-wrap: break-word;
	border-right-color: #E0E0E0;
    border-right-style: solid;
    border-right-width: 1px;
}

#content_left p
{
	padding-right: 12px;
}

#content_right
{
	float: right;
	width: 287px;
	margin-right: 1px;
	text-align: justify;
	background-color: FFFFFF;
    position: relative;
	padding-left: 12px;
	padding-right: 12px;
	word-wrap: break-word;
}

#content_right p
{
	padding-right: 12px;
}

#content_right_pictureBig
{
	position: relative;
	width: 210px;
	height: 300px;
	margin: 30px auto 12px auto;
	overflow-y:hidden;
	overflow-x:hidden;
}

#content_right_pictureBig a 
{
    display: block;
    height: 300px;
    width: 210px;
}

#content_right_pictureSmallContainer
{
	height: 115px;
	width: 280px;
	margin: 10px 4px 5px 1px;
	background-color: #FFFFFF;
}

#content_right_pictureSmall
{
	position: relative;
	float: left;
	width: 80px;
	height: 115px;
	margin: 0px 0px 5px 5px;
	overflow-y:hidden;
	overflow-x:hidden;
}

#content_right_pictureSmall a
{
	display: block;
	width: 80px;
	height: 115px;
}

#content_right_pictureArrowLeft
{
	background-image: url("/images/arrow_left_green.png");
	background-size: 10px 115px;
	position: relative;
	float: left;
	width: 10px;
	height: 115px;
	margin: 0px 0px 5px 0px;
}

#content_right_pictureArrowLeft a
{
    display: block;
    height: 115px;
    width: 10px;
}

#content_right_pictureArrowRight
{
	background-image: url("/images/arrow_right_green.png");
	background-size: 10px 115px;
	position: relative;
	float: left;
	width: 10px;
	height: 115px;
	margin: 0px 0px 5px 5px;
}

#content_right_pictureArrowRight a
{
    display: block;
    height: 115px;
    width: 10px;
}