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


body {
margin:0;
font-family:Arial, Helvetica, sans-serif;
background: url(../images/bg-white-grey.jpg) repeat-x #666;
font-size:12px;
}

a, a:visited {
color:#3D70AD; /* apple color */
/*color:#2A4D7C;*/
text-decoration:none;
font-weight:bold;
}

a:hover {
text-decoration:underline;
}

ul {
padding:0;
margin:20px;
list-style:url(../images/bullet-tobacco.jpg);
}

li {
margin: 8px 0 6px 14px;
}


p, h1 {
margin:0;
}

#container {
width:940px;
margin:0 auto;
/*border:red 1px solid;*/
}


#header {
background:#666;
float:left;
}

#content {
float:left;
width:599px;
position:relative;
margin: 0px 0px 0px 0;
/*background: url(../images/footer-horse-carriage.jpg) bottom right no-repeat #fff;*/
background: url(../images/footer-dolphins.jpg) bottom right no-repeat #fff;
}

#nav {
float:left;
/*border: 1px solid grey;
background:#FF0000;
*/
margin: 40px 10px 20px 10px;
height:26px; /* This is the perfect height */
width:570px;
}


#sidebar {
float:right;
color:#666;
/*background:#333;*/
}

#sidebar h2 {
margin-left:8px;
}

#sidebar ul {
font-size:11px;
padding:0;
margin:8px;
list-style:none;
}

#sidebar li {
margin: 8px 0 6px 4px;
}

.sidebarSpacer {
width:180px;
/*border-left: 1px solid #999;
border-bottom: 1px solid #999;*/
margin: 20px 0px 20px 20px;
}

#contentSpacer {
width: 575px;
float:left;
margin: 0px 0px 20px 10px;
min-height:300px;
}


#contentSpacer p {
margin: 8px 0 12px 12px;
}

#contentSpacer h2 {
margin:18px 0 0 12px;
font-size:14px;
color:#666;
font-style:italic;
}

#contentSpacer-interior {
/* written in index file */
}

/* spacer between the main text and the "horse and carriage" */
#bottom-image-spacer { height:50px; width:20px;}

#footer {
background:#666;
font-size:10px;
color:#999;
text-align:center;
float:left;
margin-left:380px;
}

#file_not_writable
{
    color:#ff0000;
    background-color:#999;
}


/* Border patrol */


/*#content {
border:red 1px solid;
}

#contentSpacer {
border: 1px solid green;
}

#contentSpacer-interior {
border: 1px solid orange;
}

#bottom-image-spacer {border:1px solid blue;}*/