html,body {
    padding:0;
    margin:0;
    height:100%;
    background-image:url(images/greekkey2.gif);
    background-position:center top;             /* this positioning has been modified */
 }
#mainPicture {
  height:250px;
  width:960px;
  background-image:url(images/GreekLogo.jpg);      
 }
#nav1 {
	background: transparent url(images/footer.png) repeat-x scroll left top;
        height:40px;
	margin:0 auto ;
	width:960px;	
	text-align:center;
}


#nav1 ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	position:relative;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	font-family:Arial,sans-serif;
}


#nav1 ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:transparent url("images/footer.png") repeat-x top left;

}


#nav1 ul li a {
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:0px 20px ;
	line-height:40px;
	font-weight:bold;
}


#nav1 ul li a:hover {
	color:#ffffff;
	background:transparent url("images/hmenu-sel.jpg") repeat-x top left;
}
#container {
    position:relative;
    width:960px;
    min-height:100%;
    margin:auto;
    font-family: sans-serif;color:navy;
    background-color:#fff;
 }
div.one {  
      padding: 15px;  
      min-height:100%;
} 
div.one a:link  { 
color :#00008B;
text-decoration:underline;
}
div.one a:visited {
color: #FF0000;
text-decoration : underline; 
}

div.one a:hover  {
color: #FFFFFF;
background-color: #8B0000;
text-decoration: underline;
}

div.one a:active  {
color : #FF0033; 
background-color: #FFFFFF;
text-decoration: underline;
}
h1 {
font-size: 22px;
font-weight: bold;
margin-top: 5px;
margin-bottom: 3px;
} 
h2 {
font-size: 18px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
}
h3 {
font-size: 14px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
}
table a {
    font-size:16px;
    color:#000066;
    text-decoration:underline;
 }
table a:hover {
    font-size:16px;
    color:#fff;
    background-color:#8B0000;
 }

#footer {
    position:absolute;
    width:100%;
    left:0;
    bottom:0;
    padding:5px 0;
    font-family:sans-serif;
    font-size:15px;
    color:#ed000b;
    text-align:center;
    background-image:url(images/footer.png);
 }
#footer a:link  { 
color : #FF0000;
text-decoration:underline;
}

#footer a:visited {
color: #FF0000;
text-decoration : underline; 
}

#footer a:hover  {
color: #FFFFFF;
background-color: #8B0000;
text-decoration: underline;
}

#footer a:active  {
color : #FF0033; 
background-color: #FFFFFF;
text-decoration: underline;
}
