body {
    font-family: Arial, Helvetica, sans-serif;
	margin: 1em;
	padding: 0;
    background-color: #666666; 
	color: black;
}
/** Contents **/
#content{
	width: 935px;
	margin: 0 auto;
    background: white url(images/background_body.jpg) repeat-x left top; 
	border: white outset 0.5em ;
    color: grey; 
} 
/** Logo **/
#logo {
	width: 920px;
	height: 120px;
	margin: 0 auto;
    background:	white url(images/background_body.jpg) repeat-x left top;
    color: black ;
    padding: 5px 0px 0px 10px;
}

#logo h1, #logo p{
	margin: 0.1em;   
	line-height: normal;
    text-decoration:none;
    display:inline;
    font-weight: normal;
}

#logo h1 {   
	font-size: 2.5em; 
}

#logo a
{
    font-size: 12px;
    text-decoration: none;
	color: none;
}

/** Header **/
#header {
	width: 935px;
	height: 36px;
	margin: 0 auto;
    background: black;   
}

/** Subheader **/
#subheader {
	width: 935px;
	height: 36px;
	margin: 0 auto;
    background: #4A4A4A;
    font-size:1em;   
}

/** Links **/
#subheader #links {
	float: left;
	width: 700px;
	height: 36px;  
}


/** Links **/
#links {
	float: left;
	width: 700px;
	height: 36px;
}

#links ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none; 
	line-height: normal;
}

#links li {
	display: block;
	float: left; 

}

#links a {
	display: block;
	float: left;	
	text-align: center;
	text-transform: capitalize;
	padding: 10px 30px 10px 30px;	
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
}

#links a:hover { 
	text-decoration: none; 
    background-color: inherit;
}


/** Content **/

#blanktop {
height: 40px;
margin:0 auto;
}

#blankbottom300 {
height: 300px;
margin:0 auto;
}

#contentbody {
float: right;
width: 700px;
padding: 40px 100px 40px 40px;
color:#0F0F0F;
font-style:bold;
font-style:justify;
}


#contentbody address {
font-size:1em;
font-weight:bold;
font-style:normal;
}

#contentbody #band{
padding:10px;
text-transform:capitalize;
background-color:black;
padding:0.2em; 
font-size:1.3em;
font-weight:bold;
height:1.4em;
color: white;
}

#contentbodyres {
position:relative;
top:0;
left:0;
width: 860px;
padding: 5px 40px 5px 40px;
color:#0F0F0F;
font-style:bold;
font-style:justify;
}

/** Research Content **/

#researchbody{
position:relative;
float:right;
width: 850px;
margin: 5px 5px 0px 5px;
border-bottom:black solid 3px;
}

#researchbody h2{
 font-weight:bold;
 font-style:italic;
 }
 
 #researchbody em{
 font-weight:bold;
 }

#researchbody #researchcontent {
position:relative;
float:left;
width:500px;
line-height:1.5em;
text-align:justify;
font-size:0.9em; 
}

#researchbody #researchpic {
	position:relative;
	float:right;
	width:320px;
	border-left: grey solid 2px;
	min-height:400px;
	text-align:center;
 }
 
 
#researchbody #researchpic #picbox{
ttext-align:center;
padding: 10px;
font-size:0.8em;
font-weight:bold;
 }
 
#researchbody h4 {
text-align:right; 
text-transform:capitalize;
font-style:italic;}


/** People box **/
#peoplebox {
padding:5px 10px 5px 10px;
width:750px;
height: 150px;
margin: 0 auto; 
color:#0F0F0F;}

#peoplebox #photos{
float:left;
width:100px; 
}

#peoplebox #info{
float:right;
text-align:left;
width:600px;
padding:5px;
} 

#peoplebox #band{
text-transform:capitalize;
background-color:black;
padding:0.2em; 
font-size:1em;
font-weight:bold;
height:1.2em;
color: white;
}



/** Footer **/
#footer {
	clear: both;
	width: 650px;
	height: 72px;
	margin: 0 auto;       
}

#footer ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none; 
	line-height: normal;
    text-align: center;
}

#footer li {
	display: block;
	float: left; 
    text-align: center;
}

#footer a {
	display: block;
	float: left;	
	text-align: center;
	text-transform: capitalize;
	padding: 10px 30px 10px 30px;	
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
	color: black;
}
#footer address {
clear:both;
text-align:center;
color:black;
}





#footer address a {
	display: inline;
	float: left;	
	text-align: center;	
	padding: 1px 1px 1px 1px;	
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
	color: black;
}

/** General **/
p, ul, ol{
text-align: justify;
line-height: 2em; }

img.floatleft {
float:left;
margin : 5px 20px 5px 5px;
 }
 
img.floatright {
float:left;
margin : 5px 5 5px 20px;
 }
 
