/* CSS Document */

html, body{
	background-color:#000000;
	font-family:"Times New Roman", Times, serif;
	color:#e4e4e4;
	font-size:16px;
}
		
#container{
	width:800px;
	margin:0 auto;
}
	
#content{
	width:800px;
}

#content img.right{
	/*width:200px;*/
	float:right;
	margin:10px 0px 7px 15px;
}

#content img.left{
	float:left;
	margin:10px 15px 7px 0px;
}

.rightcaptioned{
	width:195px;
	float:right;
	clear:right;
}

.rightcaptioned img.mcsill{
	padding-left:23px;
	margin-bottom:60px;
}

#rightmardeene{
	width:315px;
	float:right;
}

#rightshona{
	width:415px;
	float:right;
}

.rightcaptioned img, #rightmardeene img, #rightshona img{
	margin:0px 0px 15px 15px;
}

.rightcaptioned p, #rightmardeene p, p.captioned{
	font-size:.8em;
	font-style:italic;
	color:#ffffff;
	margin:0px 0px 7px;
	text-align:center;
}

#content p.right{
	width:150px;
	float:right;
	margin:5px 0px 15px 15px;
	text-align:center;
	padding:10px;
	border:1px solid yellow;
}	

#content img.bookcover{
	float:right;
	margin:10px 0px 10px 75px;
}

#content img.smbookcover{
	float:right;
	margin:10px 150px 30px 20px;
}

p{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:#f9f6c9;
	text-align:justify;
}

p.centered{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:##f9f6c9;
	text-align:center;
}
	
h1 {
	font-size:2em;
	font-weight:bold;
	margin:15px 0px;
	text-align:center;
}

h2 {
	font-size:1.3em;
	font-weight:bold;
	margin:5px 0px 0px;
}

h5{
	font-size:1em;
	margin:0px 0px 5px;
}
	
a{
	color:#ffffff;
	text-decoration:underline;
}

a img{
	border:0;
}
	
.bold{
	font-weight:bold;
}

.yellow {
	color:#FFFF33;
	font-weight:bold;
	text-align:center;
}

ul{
	margin-left:30px;
}

ul li{
	list-style-type:none;
	color:#ffffff;	
}

ul li.arrow{
	list-style-type:none;
	list-style-image:url(images/double_arrow.jpg);
	color:#ffffff;
		
}

blockquote {
	text-align:center;
	width:550px;
	color:#F9F6C9;
}

.marquee {
   padding-left:125px;
}
