/* CSS Document
bertinartconservation.com 

colors: 

*/  bertinartconservation.com

/* ----------------------------------------   RESET  */
html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, em, font, img, strong, b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, table, caption, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
border:none;
}
body {
line-height: 1;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* ---------------------------------------- Typography */
h1, h2, h3, h4, h5, h6 {
font-family:Georgia, "Times New Roman", Times, serif;
color: #000;
line-height: 100%;
padding: 0;
margin:0 0 0 0;
font-weight:normal;
}
h1 {font-size: 25px;}
h2 {font-size: 23px;}
h3 {font-size: 21px;}
h4 {font-size: 19px;}
h5 {font-size: 17px;}
h6 {font-size: 14px;}

p {
color:#000;
font-size: 17px;
line-height: 23px;
padding:0 0 12px 0;
margin:0;
text-align:justify;
}

a, a:link { color: #f5d587; outline:none; border:none; text-decoration:none;}
a:hover  { color: #fa0; outline:none; border:none;}


.tuck {padding-top:0; margin-top:0}
.red {color:#771413}
.indent{margin:0 0 0 170px; font-size:14px;}

ul {margin:-5px 0 15px 0; padding:0 0 0 20px;}

/* ---------------------------------------- display framework */


body {
background: #bfbfc0 url(images/bertinartconservation_02.jpg) repeat-x top center;
}

#container { 
width: 900px;
height:650px;
background: url(images/bertinartconservation_03.jpg) no-repeat top center;
margin: 0 auto; 
border: none;
text-align: left; 
} 
#sidebar {
float: right; 
width: 285px; 
margin: 120px 0 0 0; 
padding: 0;
}
#content { 
padding: 120px 400px 0 10px; 
} 
#footer { 
padding: 0 10px 0 20px; 
} 
#footer p {
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

/* ----------------------------------------  navigation box*/
ul#navlist
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
margin: 0 0 15px 0;
padding:0 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 0px 10px 0 0; }

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color:#953c06;
text-decoration: none;
}
#current a:link, #current a:visited, #current a:hover {
color:#000;
}

