/*NOTES: #818181 gray #8b0305 red*/

body{ 
font-size: 14px;
font-family: Georgia1, Georgia, serif; /* choose overall font*/
font-weight: normal;
letter-spacing: 0px;
line-height: 120%;
color: #818181; /* sets the color of all type*/
text-align: center;
width: 100%;
background-color: #eeeeee; /* sets the overall background color */
margin:0;
padding:0px;
}

div#header{
	margin:0px auto 0px auto;
	padding-top:10px;
	background-color:#ffffff;
	width:1024px;
	height:110px;
}

div#address{
	margin:0px; /*single number will applies to all 4 sides*/
	margin-top: 20px;
	background-color:#ffffff;
	font-size: 11px;
	text-align: right;
	line-height: 8px;
	width:200px;
	height:80px;
	float: right;
	padding:0px 10px 0px 10px;
}

span#pipe{
font-size: 16px;
position: relative;
top: 2px;
}

span.miniarrow{
font-size: 16px;
font-weight: bold;
color:#8b0305;
position: relative;
bottom: 1px;
}

div#navbar{
	padding:0px 10px 0px 10px;
	margin:0px auto 0px auto;
	background-color:#8b0305;
	border-top-color: #818181;
	border-top-style: solid;
	border-top-width: 5px;
	width:1004px;
	height:30px;
	font-size: 14px;
	line-height: 30px;
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	text-align: right;
}

div#navbar ul {
margin:0;
padding:0 0 0 0;
}

div#navbar ul li {
display:inline; /* horizontal list type - inline */
list-style-type:none;
margin:0 27px 0 28px

}

div#navbar ul li a { /* navbar links */
	text-decoration: none; /* none = no underline, other options include line-through or overline */
	color: #ffffff;
	
	
	/* sets the properties for links when mouse rolls over 
	a:hover { 
 	text-decoration: none;
	color: #000000;
	}*/

	/* any img that is a link 
	a img { 
	border: none; 
	}*/
}

div#contentbody{
	margin:0px auto 0px auto;
	background-color:#ffffff;
	width:1024px;
	height:800px;
	line-height:120%;
	text-align: left;
	background-image:url('http://webspace.newschool.edu/~nolac434/bg_arrow.jpg');
	background-position: center;
	background-repeat:no-repeat;
	border-bottom:5px solid #818181;
}

p{
margin:5px 0 0 0;
}


div#colright, div#colleft {
	width:45%;
	padding:0px 10px 0px 10px;
}

div#colright {float:right;}
div#colleft {float:left;}

div#image_kelvin{ 
float:left;
margin-top: 30px;
margin-left: 80px;
}

div#image_kelvin img{
border:7px solid #818181;
margin-bottom:5px;

} 

div#image_books{
padding-top: 10px;

}

div#image_books img{/* talking to each book directly */
padding:0px 6px 0px 6px;
}


div#footer { height:300px;
	background-color:#eeeeee;}

/* body links links links links links links links links links links */
a:link { 
	text-decoration: none; /* none = no underline, other options include line-through or overline */
	color: #8b0305; 
	}
	
	a:active { 
	text-decoration: none;
	color:#000000;
	}
	
	/* highlights links that you have already clicked.*/
	a:visited { 
	text-decoration: none; 
	color: #8b0305; /* the color can also be changed */
	background: none; /* this changes the background of a visited link */ 
	}
	
	/* sets the properties for links when mouse rolls over */
	a:hover { 
 	text-decoration: underline;
	color: #8b0305;
	}

	/* any img that is a link */
	a img { 
	border: none; 
	}

/* links links links links links links links links links links */


ul.NoBullet { /* sets the lists witout bullets */
  list-style-type: none}
  
ul.NoBulletNoIndent {/* grey list texts */
	list-style-type: none;
	margin-left: 0px;
	margin-top: -2px;
 	padding-left: 0px
}

ul.NoBulletNoIndent li ul.NoBulletNoIndent{ /*space between list title and list*/
margin-top:3px;
}

ul.NoBulletNoIndent li {/* list items */
	margin-top: 5px;
	
}

ul.NoBulletNoIndent li ul.NoBulletNoIndent li {
	margin-top: 0px;	
}


h1{
	display:block;
	height:0px;
	width:500px;
	padding:95px 0px 0px 0px;
	background-image:url('http://webspace.newschool.edu/~nolac434/cross_rhodes_logo.png');
	margin:0px 10px 0px 10px;
	background-repeat:no-repeat;
	overflow:hidden;
	line-height:normal;
}

h2{ /* red header text */
	font-family: Georgia1, Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	line-height:120%;
	color: #8b0305; /* This color overides the color set in "body" */
	padding-top: 10px;
	padding-bottom: 5px; /* sets the spacing between the heading and paragraph below */
	margin: 0px 0 0px 0;
	
	}
	
h3{ /* black section text */
	font-family: Georgia1, Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000; /* This color overrides the color set in "body" */
	line-height: 120%;
	padding-top: 8px;
	padding-bottom: 2px; /* sets the spacing between the heading and paragraph below */
	margin: 0px;
	}	
	
h4{ /* red text */
	font-family: Georgia1, Georgia, serif;
	font-size: 16px;
	color: #8b0305;
	line-height: 130%;
	padding-top: 5px;
	padding-bottom: 0px; /* sets the spacing between the heading and paragraph below */
	margin: 0px;
	}	
		
h5{ /* black text */
	font-family: Georgia1, Georgia, serif;
	font-size: 16px;
	color: #000000;
	line-height: 130%;
	padding-top: 3px;
	padding-bottom: 2px; /* sets the spacing between the heading and paragraph below */
	margin: 0px;
	}	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	