
body {
	font: Galliard, Times New Roman, Times, serif;
	color: #000000;
	background: #000000 url(./images/celinasymbol.gif) repeat;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	}
p {
	font: Galliard, Times New Roman, Times, serif;
	text-align: left;
	color: #000000;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #000000;
	}
	
  #box {
    position:relative;
    background: #FFFFFF;
    margin: 10px auto;
    border: 10px solid #999999;
    padding: 0px;
    width:760px;
  }

  #pageimage {
     float:left;
     margin-left:10px;
  }
  
  #sitenav {
    float:right;
    margin-right:10px;
    margin-top:10px;
    font-size:large;
  }
  
#sidetext {
    float:left;
    width:30%;
    margin-left:10px;
    font:small tahoma, sans-serif;
    margin-bottom:20px;
    text-align:left;
    
}

#sidetext ul {
	margin-left: 20px;
	padding: 0px;
  text-align:left;
	}
#sidetext li {
	line-height: 2.5ex;
	list-style-type: none;
	padding-top: 0px;
	margin-bottom: 5px;
	}

#sidetext p {
    font:bold small Georgia, Times New Roman, Times, serif;
    text-align:left;
}

#body {
    background:#F1F2EF;
    border: 1px solid #b2b9c4;
    width:60%;
    float:right;
    margin-right:20px;
    text-align:left;
    padding:5px;
}

#body li {
    margin-bottom:10px;
}

#footer {
    margin-left:10px;
}
