@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
color:#A7A9AC;
background-color:#A7A9AC;
}

a{
color:#e88;
font-size:1em;
font-weight:bold;
}

a:hover{
color:#fff;
background-color:#A7A9AC;
font-size:1em;
}

#container{
position:relative;
background-image:url(../img/big_slice.jpg);
background-repeat:no-repeat;
margin:30px auto;
width:796px;
border:7px solid white;
background-color:white;
}

#innercontainer{
margin:204px 12px 0px 18px;
background-color:white;
}

#nonmap{
padding:0 0 0 20px;
float:left;
width:430px;
}

#map{
float:right;
width:300px;
}

h1{
font-size:17px;
font-weight:bold;
text-align:center;
}

h2{
font-size:16px;
font-weight:bold;
}

h3{
font-size:13px;
}

ul{
font-size:12px;
padding-left:0;
list-style:none;
}

li{
margin-bottom:10px;
list-style:none;
padding-left:15px;
background-image:url(../img/pointlessgt.png);
background-position:0px 3px;
background-repeat:no-repeat;
}

p{
font-size:11px;
}

img{
border:0;
}


