body {
	padding: 35px 0px;
	background: url(/images/top-bg.png) repeat-x;
	background-position:0px 7px;
	background-color: #e2e2e2;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
}
body, table, div, p, h1, h2, h3, h4, h5, h6 {
	line-height:140%;
}
#nav {
	padding-left:22px;
	height:273px;
	background-color:#9baabf;
	width:256px;
}
#photoArea {
	background-color:#9baabf;
	text-align:center;
}
#header {
	background-color:#ffffff;
	background-image:url(/images/header-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	height:109px;
}
#content {
 	background: url(/images/content-top-grad.png) top repeat-x;
	background-color:#ffffff;
}
#footer {
	padding:0px;
}
.leftSideGray {
 	background: url(/images/gray-left-grad.png) right repeat-y;
	width:5px;
}
.rightSideGray {
 	background: url(/images/gray-right-grad.png) left repeat-y;
	width:5px;
}
.topSideGray {
 	background: url(/images/gray-top-grad.png) bottom repeat-x;
	height:5px;
}
.bottomSideGray {
 	background: url(/images/gray-bttm-grad.png) top repeat-x;
	height:5px;
}
.leftSideBlue {
 	background: url(/images/blue-left-grad.png) right repeat-y;
	width:5px;
}
.rightSideBlue {
 	background: url(/images/blue-right-grad.png) left repeat-y;
	width:5px;
} 
