

/************************* setup **************************/

*{
border: 0 solid;
margin: 0;
outline: 0;
padding: 0;
}

body{
color: #000;
background-color: #fff;
text-align: center;
}

#wrapper{
border: 0px solid;
position: relative;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 950px;
background: transparent url(../images/footer.jpg) no-repeat center bottom;}


/************************* header *************************/

#logo{
position: absolute;
top: 15px;
left: 25px;
}

#photo{
position: absolute;
top: 90px;
z-index: 1;
}



/*********************** navigation ***********************/

/************* One *************/

#navOne{
position: absolute;
right: 75px;
top: 56px;
z-index: 2;
}

#navOne ul{
float: right;
position: relative;
}

#navOne a{
font-weight: bold;
line-height: 35px;
padding: 10px 10px 0 10px;
}


#level1{
background: transparent url(../images/topright.jpg) no-repeat right top;
height: 50px;
}

#level1 a{
background: transparent url(../images/topleft.jpg) no-repeat left top;
padding: 10px 25px 0 20px;
min-height: 50px;
}


/************* Two *************/

#navTwo{
height: 50px;
right: 50px;
top: 372px;
position: absolute;
z-index: 2;
}

#navTwo-l1{
background: transparent url(../images/nav2right.jpg) no-repeat right top;
float: right;
}

#navTwo-l2{
background: transparent url(../images/nav2left.jpg) no-repeat left top;
float: left;
padding: 0 7px;
}

#navTwo ul{
float: left;
padding: 0 20px;
height: 50px;
}

#navTwo p{
float: left;
font-size: 1em;
font-weight: bold;
height: 50px;
line-height: 35px;
margin: 0;
padding: 1px 10px 0 10px;
border: 0px solid;
}

#navTwo a{
float: left;
font-size: 0.8em;
font-weight: bold;
height: 50px;
line-height: 35px;
padding: 1px 7px 0 7px;
}



#level2{
background: transparent url(../images/bottomright.jpg) no-repeat right top;
list-style: none outside;
margin-right: -12px;
margin-left: -7px;
}

#level2 a{
background: transparent url(../images/bottomleft.jpg) no-repeat left top;
padding-left: 20px;
padding-right: 25px;

}


/************* Both ************/

.navigation li{
float: left;
height: 50px;
list-style: none outside;
}

.navigation a{
color: #000;
display: block;
font-family: "bitstream charter", serif;
text-decoration: none;
}

.navigation a:visited{
color:#000;
text-decoration: none;
}

.navigation a:hover{
color:#000;
text-decoration:underline;
}







/************************ content *************************/

#content{
font-family: "Lucida Grande", Arial, sans-serif;
font-size: 90%;
line-height: 1.5em;
padding: 400px 20px 30px 0;
margin-left: auto;
margin-right: auto;
width: 850px;
}

#content ol{
margin: 0 0 15px 0;
}

#content ul{
margin: 0 0 15px 0;
list-style-type: circle;
}

#content li{
margin: 0 0 5px 0;
margin-left: 2em;
}

#schedule{
margin: -10px 0 0 20px;
}

.right{
text-align:right;
}

#grades td.letter{
text-align:left;
padding-left:2em;
}


#grades td{
text-align:center;
padding-left:1em;
}

table.contact td{
padding: 5px 10px;
}

p.home{
width:550px;
}

/************************ footer **************************/



/************************** tags **************************/




h2{
color: #369;
margin: 0 0 20px 0;
}

h3{
color: #69c;
margin: 0 0 10px 0;
}

h4{
color: #69c;
margin: 0 0 10px 0;
}

p, table{
margin: 0 0 15px 0;
}


pre{
line-height: 1.25em;
margin: 0 0 15px 0;
}

a{
color: #369;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}


/************************** handy **************************/

.float-left{
float: left;
}

.float-right{
float: right;
}

.clear{
clear: both;
}

.clear-left{
clear: left;
}

.clear-right{
clear: right;
}




