body{
background-color: #aaa;
text-align: center;
min-width: 700;
}
.jmapper{
position:relative;
background-image: url("img/icon3.jpg");
background-repeat: none;
width: 150px;
height: 100px;
float: left;
left: 1%;
margin-top: 5px;
//padding: 10px;
text-align: center;
border: 2px solid #444;
}
.jmapper h4{
text-align: center;
margin: 5;
}
.jmapper img{
text-align: center;
margin: 8;
}
.header{
background-image: url("img/paper3.jpg");
background-repeat: repeat;
background-position: center;
text-align: center;
margin: 0 auto;
width: 50%;
font-weight:bold;
padding-bottom: 10px;
border: 3px ridge #aaa;
}
.header h1{
color: #474b46;
}
.sf{
position:relative;
width:20%;
height:31px;
border: 2px solid #444;
float:right;
//top: -70px;
}
.nav{
position:relative;
width: 20%;
top: 10px;
text-align:left;
margin: 0;
padding: 10;
border: double #777;
max-width: 200px;
}
.leftNav{
background-color: #ebd5c3;
float:left;
}
.leftNav a:link{
color:green;
}
.leftNav a:visited{
color:green;
}
.leftNav a:hover{
color:white;
}
.leftNav a:active{
color:green;
}
.news{
background-color: #ebd5c3;
float:right;
}
.news a:link{
color:blue;
}
.news a:visited{
color:blue;
}
.news a:hover{
color:white;
}
.news h3{
text-align:center;
}
.main{
margin:10 auto;
width:45%;
text-align:left;
padding:10;
background-color: #fff3e9;
border: 1px solid #444;
}
.main h3{
text-align: center;
color: #474b46;
}
.main a{
color:blue;
}
.main a:hover{
color:green;
}
.main a[href^="http"]{
background-image: url("img/externalLink.gif");
background-repeat: no-repeat;
background-position: right;
padding-right: 12px;
}
.main li{
margin-left: 30px;
}
a:link, a:visited[href^="http://jmapper.sourceforge.net"]{
background-image: none;
padding-right: 0px;
}