body {
	text-align: center;
	background-color: white;
	margin:auto; 
}

#outermost {
	align: center;
	text-align:left;
	position:relative;
	width: 730px;
	left: 0px;
	top:10px;
	margin-left:auto;
	margin-right:auto;
}

#topbar{
    height: 108px;
}

#chapel{
    width: 145px;
    height: 108px;
    background: url('pics/princetonchapel.jpg');
    float:left;
    clear:left;
}

#title{
    width: 575px;
    height: 108px;
    background: url('pics/title.jpg');
    float:left;
    margin: 0px 0px 0px 10px;
}

#bottom{
    clear:left;
    background: url('pics/menubg.jpg') repeat-y;    
}

#menu{
    float:right;
    width: 145px;
    color:white;
    padding: 10px 0px 10px 0px;
}

.menuitem{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 22px 30px;
    font-size: 15pt;
    background: url('pics/bullet.jpg') no-repeat;
}

.menucomment{
    margin:0px 5px 0px 5px;
    padding: 15px 0px 0px 0px;
    font-size:10pt;
    border-top: 1px white dashed;
}

#menu a:link div{color:white; text-decoration:none;}
#menu a:visited div{color:white; text-decoration:none;}
#menu a:hover div{background: url('pics/bullethover.jpg') no-repeat; color:#e5c307; text-decoration:none;}

#menu a:link {text-decoration:none;}
#menu a:visited {text-decoration:none;}
#menu a:hover {text-decoration:underline;}

.menucomment a:link {color:#e5c307;}
.menucomment a:visited {color:#e5c307;} 
.menucomment a:hover {text-decoration:underline;}

#content{
    float:right;
    font-family: Century Gothic, Times New Roman, verdana, sans;
    font-size: 12pt;
    width: 535px;
    margin: 0px 0px 0px 10px;
    padding: 10px 20px;
    background: url('pics/background.jpg') no-repeat;
}

.pagetitle{
    float:right;
    font-size: 20pt;
    font-family: serif;
}

td.left{
    vertical-align:center;
    text-align: right;
    width: 100px;
    padding: 5px 3px 0px 3px;
    background: #aaaaaa;
}

td.right{
    vertical-align:top;
    width: 423px;
    padding: 5px 3px 0px 3px;
    background: #dddddd;
}

#footer{
    width: 730px;
    border-top: 1px solid black;
    margin-top: 10px;
    height: 10px;
}