html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #b4b4b4;
	background-image: url(../images/BackGround.jpg);
}


a:link {
	text-decoration: none;
	font-weight: normal;
	color: #FDB913;
	font-style: normal;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FDB913;
	font-style: normal;
}

a:hover, a:hover:visited, a:visited:hover, a:active {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
}

h1 {
	color: black;
	font-size: 28px;
}

h2 {
	font-size: 16px;
	color: #FFFFFF;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #FDB913;
}

#title {
    font-size: 24px;
    font-weight:bold;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
    	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
}

div#header {
    text-align: center;
    color: black;
	padding:0;
	height:150px;
	background:url(../images/hed_pozadina.jpg) top repeat-x;
}

div#content {
    text-align: center;
    padding-top: 10px;
	padding-bottom: 90px; /* bottom padding for footer */
}

div#footer {
    text-align: center;
    color:#BB6A54;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:url(../images/CakeIcon.gif) top repeat-x;
	height:80px;
}

div#content_text_as {
    margin-left: auto; 
    margin-right: auto;
    width:700px;
}

/*** Nav bar styles ***/

#topnav {
    margin-left: auto; 
    margin-right: auto;
    width:400px;
    padding-top:50px;
}

.navg, .navg:link, .navg:visited {
    display:inline;
    font-size: 18px;
    text-decoration: none;
	font-weight: normal;
	color: black;
	font-style: normal;
	margin-left: 10px;   
}

.navg:hover, .navg:hover:visited {
    display:inline;
    font-size: 18px;
    text-decoration: none;
	font-weight: normal;
	color: white;
	font-style: normal;
	margin-left: 10px;      
}