body {
background-color:#000000; /* Surronding Background Color 000000 = Black */
margin-top: 25px;
padding: 0px;font-family: monospace;
text-decoration: none;}

#wrapper {

	width: 800px;
    background-color: #a7cceb; /* Thick Gray Border = d3d3d3 */
    margin: 0 auto;
    padding: 20px;
    border-top: 3px #bfbfbf outset; /* Outside Border Thin Line */
    border-left: 3px #bfbfbf outset;
    border-right: 3px #bfbfbf inset;
    border-bottom: 3px #a5a5a5 inset;
    }

#header {
	border: 1px #a5a5a5 solid;
	background-color: #ffffff;
        height: 100px;
	width: 800px;
    
    background-repeat: no-repeat;
            background-position: right;
}

#main {
	border-bottom: 1px #a5a5a5 solid; /* Inside Border Thin Line */
	border-left: 1px #a5a5a5 solid;
	border-right: 1px #a5a5a5 solid;
	background-color: #ffffff; /* Inside Body Color */
        padding: 10px;
	width: 780px;
text-align: justify;}	

#footer{border-bottom: 1px #a5a5a5 solid;
	border-left: 1px #a5a5a5 solid;
	border-right: 1px #a5a5a5 solid;
	background-color: #ffffff;
        padding-top: 5px;
        padding-bottom: 5px;
	width: 800px;}

#footer p {
    font-size: 10px;
text-align: center;}#jezici{
text-align: center;}

.ad_title {
	font-size: 20px;
  	font-weight: 800;
  	font-family: Times;
  	border-color: #999999;
  	background-color: #a7cceb;
  	}

.ad_text {
  	font-size: 12px;
  	font color: #A9501B;
  	font-family: Arial;
  	}

/*  Navigation Menu */
.hovermenu ul{
font: bold 13px arial;
text color: #0033ff;
padding-left: 0;
margin-left: 0;
height: 10px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 1px 0.5em;
text-decoration: none;
float: left;
color: #0033ff;
background-color: #FFFFFF;
border: 1px solid #FFFFFF;
}

.hovermenu ul li a:hover{
background-color: #a7cceb;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

/*  End Navigation Menu */

/*  Clock CSS  */
DIV.clock
{
    float: left;
    position: relative;
    background-color: #a7cceb;
    width: 700px;
    height: 15px;
    margin-bottom:10px;
    padding-bottom: 5px; 
    padding-top: 7px; 
	padding-left: 25px;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    z-index: 9;
    
} 

SPAN#GMTclock, SPAN#NYclock,
SPAN#LONclock, SPAN#TOKclock, SPAN#SYDclock

{
    padding-right: 35px;
    font-weight: normal;
}

/* end style for the world clock */


