*{
	margin:0;
	padding:0;
}
body{
	background:#5e4c2a url(http://pythagoras-sbc.org/images/texturedBackground.jpg);
}
p{
	margin:0 0 12pt 0;
}
h1,h2,h3{
	margin:0 0 12pt 0;
}
h1,h2,h3,h4,h5{
	font-weight:bold;
	color:#3F547F;
	font-variant:small-caps;
}
h3{
	font-size:18pt;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#middle{
	margin:30px auto;
	height:100%;
	width: 800px;
}
.menu{
	padding:8px 0 0 0;
	float:right;
}
.menu li{
	float:left;
	list-style:none;
	text-align:center;
	background-color:#e2d4b9;
	background:transparent url(http://pythagoras-sbc.org/images/tab-med.png) no-repeat top left;
	width:74px;
	height:33px;
	margin:0 0 0 2px;
	line-height:33px;
	font-weight:bold;
	font-variant:small-caps;
}
.menu li#large{
	background:transparent url(http://pythagoras-sbc.org/images/tab-large.png) no-repeat top left;
	width:79px;
}

.menu a{
	color:#000000;
	text-decoration:none;
}
.menu a:hover{
	color:red; 
}
.menu a:hover{
	cursor:pointer;
}
#logo{
	background:transparent url(http://pythagoras-sbc.org/images/pythagoraslogo.png) no-repeat top left;
	float:left;
	width:331px;
	height:41px;
}
#body-top{
	clear:both;
	width: 800px;
	height:100%;
	background:#e2d4b9 url(http://pythagoras-sbc.org/images/back-top.png) no-repeat top left;
}
#body-bot{
	height:100%;
	width:800px;
	/*background:transparent url(http://pythagoras-sbc.org/images/back-bottom.png) no-repeat bottom;*/
}
#content{
	padding:15px 15px 15px 15px;
	height:100%;
	width:770px;
}
#left-top{
	background:#baa378 url(http://pythagoras-sbc.org/images/left-back-top.png) no-repeat top;
	text-align:center;
	float:left;
	width:230px;
	height:520px;
}
#left-bottom{
	background:transparent url(http://pythagoras-sbc.org/images/left-back-bottom.png) no-repeat bottom;
	width:230px;
	height:100%;
}
.right-top{
	margin:0 0 15px 15px;
	height:280px;
	background:#ede3d1 url(http://pythagoras-sbc.org/images/right-top-back-top.png) no-repeat top;
}
.right-top #bottom{
	background:transparent url(http://pythagoras-sbc.org/images/right-top-back-bottom.png) no-repeat bottom;
	height:100%;
}
.right-bot{
	height:225px;
	margin:0 0 0 15px;
	background:#baa378 url(http://pythagoras-sbc.org/images/right-back-top.png) no-repeat top;
}
.right-bot #bottom{
	background:transparent url(http://pythagoras-sbc.org/images/right-back-bottom.png) no-repeat bottom;
	height:100%;
}
#caption{
	text-align:center;
	font-variant:small-caps;
}
#innercontent{
	background:#ede3d1 url(http://pythagoras-sbc.org/images/innercontent-top.jpg) no-repeat top;
	padding:10px;
	width:750px;
	height:100%;
}
#rightBar{

}
.person{
	clear:both;
	margin:30px 0;
}
.person #img{
	float:left; 
	text-align:center; 
	margin:0 20px 0;
	width:150px;
}
#footText{
	color:#ede3d1;
	font-variant:small-caps;
	font-size:10pt;
}