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

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, img { 
margin: 0; 
padding: 0; 
border: 0; 
}

body {
color: #000;
font: normal 100.01% Cochin, Georgia, "Times New Roman", Times, serif;
text-align: center;
background-color: #fff;
/*background-image: url(../images/bg2.jpg);
background-attachment: fixed;
background-position: right bottom;
background-repeat: no-repeat;*/
}

a:link {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
color: #036;
}

a:active {
text-decoration: none;
}

.current {
color: #036;
}

#content {
width: 660px;
margin-right: auto;
margin-left: auto;
text-align: left;
font-size: .9em;
}

#header {
position: relative;
width: 660px;
height: 2.8em;
margin-top: 1.5em;
margin-bottom: 20px;
border-bottom: 1px solid #000;
}

#header h1 a:link, #header h1 a:visited {
color: #000;
}

#header h1 a:hover {
color: #036;
}

.nav {
margin-top: .6em;
float: right;
height: 1.7em;
width: auto;
font-size: 1em;
}

.nav li {
list-style: none;
display: inline;
margin-left: 1em;
margin-top: .7em;
}

#header h1 {
float: left;
font-weight: normal;
font-size: 1.5em;
}

#body {
width: 660px;
}

#body p {
margin-bottom: 1em;
}

#body img {
align: left;
margin-bottom: 20px;
}

#footer {
border-top: 1px solid #000;
float: left;
width: 660px;
font-size: .7em;
color: #666;
text-align: right;
}

#footer p {
margin-top: .5em;
}

.column1 {
width: 320px;
float: left;
height: auto;
}

.column2 {
width: 320px;
float: right;
height: auto;
}