/* CSS Document */

body {
font-family: Ariel, Helvetica, sams-serif;
font-size:13px;
background-color: #FFFFFF;
margin: 0;
padding: 0;
}

#content {
margin: 10px auto;
border: 1px #cccccc solid;
width: 820px;
padding-left:10px;
}

#title {
width: 800px;
height: 125px;
padding-top: 20px;
background-image: url(http://nomadpostschool.org/images/title.jpg);
background-repeat: no-repeat;
background-position:center;
text-align: center;
}

#philosophy {
width: 800px;
height: 450px;
background-image: url(http://nomadpostschool.org/images/philosophy-background.jpg);
background-repeat: no-repeat;
background-position:center;
}

#bottom-link {
width: 800px;
margin-top: 15 px;
background-color: #cccccc;
}

p{
color: #000000;
}

a {
color: #003366;
}

a: hover{
color: #cc6600;
}

h1 {
font-weight: bold;
font-size: 16 px;
color: #003366;
}

h2 {
font-weight: bold;
font-size: 14 px;
color: #cc6600;
}

.red {
color: #cc6600;
}

.blue {
background-color: #66FFFF;
font-weight: bold;
}
