/* CSS Document - bkg_tile.gif */

body {
margin: 10px 0;
padding: 0;
text-align: left;
font: 12px Verdana, Arial, sans-serif;
color: #333;
background: #003366;
background-image:url( bkg_tile2.png );
background-position: top left;
background-repeat: repeat;
}
a {
color: #003366;
border-bottom: 1px dotted #ccc;
text-decoration: none;
}
a:visited {
color: #003366;
}
a:hover {
color: #9F2145;
border-bottom: 1px solid #973B55;
}

img {
border: none;
}

h1, h2, h3, h4 {
margin: 0;
padding: 2px 0;
}

h1 {
font-size: 15px;
padding-top: 10px;
padding-bottom: 0px;
}

#wrapper {
width: 730px;
margin: 0 auto;
padding: 10px;
background: #fff;
text-align: left;
border-bottom: 1px solid #0033ff;
border-right: 1px solid #ff9900;
}

a.permalink, a.permalink:hover, a.permalink:visited {
color: #ccc;
font-size: 10px;
border: none;
text-decoration: none;
}

#footer {
margin: 20px 0;
padding: 0;
font-size: 10px;
text-align: center;
}