@charset "utf-8";

#wrap {

	width: 981px;

	text-align: left; /* this overrides the text-align: center on the body element. */

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	border: 1px solid #E3E1E2;

}

#header {

	width: 981px;

	background-image: url(../images/interface/header.jpg);

	background-repeat: no-repeat;

	height: 51px;

}

#nav {

	width: 981px;

	background-image: url(../images/interface/navBG.jpg);

	background-repeat: no-repeat;

	height: 47px;

}

#photo {

	background-image: url(../images/interface/photoArea.jpg);

	height: 227px;

	background-repeat: no-repeat;

}

.photoTxt{

	width: 400px;

	font-family: "Times New Roman", Times, serif;

	font-size: 14px;

	padding-left: 235px;

	padding-top: 138px;

	color: #464646;

}

#content {

	background-image: url(../images/interface/boxes.gif);

	background-repeat: no-repeat;

	height: 204px;

}

#content a {

	color: #050569;

	text-decoration: underline;

}

#content a:hover {

	color: #AFAFAF;

	text-decoration: none;

}



#box1 {

	padding-left: 45px;

	padding-top: 22px;

	font-size: 12px;

	width: 275px;

	float: left;

	padding-right: 5px;

}

#box2 {

	padding-left: 25px;

	padding-top: 22px;

	font-size: 14px;

	width: 275px;

	float: left;

}

#calendar .tbl {



}

h2 {

	padding-bottom: 0px;

	color: #F90;

	font-size: 16px;

}

.tblCalHdr {

	font-size: 11px;

	background-color: #EEEEEC;

}



#calendar {

	overflow: auto;

	height: 115px;

}



#box3 {

	padding-left: 42px;

	padding-top: 22px;

	font-size: 14px;

	width: 265px;

	float: left;

	height: 165px;

}

#btm {

	background-image: url(../images/interface/footer.gif);

	background-repeat: no-repeat;

	height: 36px;

}


