/* Start of CMSMS style sheet 'Ali' */
/*
	..............................................................
	Global settings applied to all elements
	- Sets all margins and padding to help consistency in browsers
	- Global font setting
	..............................................................
*/

* {
	margin: 0;
	padding: 0;

	
}
body {
	background-color:#663399;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	  
}
/*
	.......................................
	Global settings for text based elements
	Ordered hierarchy <h1> down to <p>
	.......................................
*/

p {
	padding-bottom: 15px;
	text-align: left;
}
h1 {
font-size:22px;
padding: 15px 0px 10px 0px;
}

h2 {
font-size: 18px;
padding: 15px 0px 6px 0px;
}
h3 {
font-size: 14px;
padding: 15px 0px 12px 0px;
font-weight: bold;

}

a:link, a:visited {
	color: #FFFF00;
}

a:hover, a:active {
	color: #FFFFFF;
}

.strong { /* In place of the <strong> tag - use <p class="strong"> or <span class="strong"> instead of <strong> */
	font-weight: bold;
	line-height: 14px;
}
ul {
	list-style:circle; 
	line-height:1.5em;

}

li {
	margin-top: 5px;
	margin-left: 10px;
	}

/*
	.....................................
	Global layout settings for the header
	.....................................
*/

#wrapper {  /* The most outter wrapping div */
	width: 800px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	border: 1px solid white;
	font-size: 1.2em;
	margin-top: 10px;
	min-height: 600px;
	margin-bottom: 10px;
}
#menu {
	font-size: 1.0em;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 800px;
	color: #FF66CC;
	margin-top: 20px;
	line-height: 3em;
	border: 1px solid #ff66cc;
}
#menu ul {
	list-style: none;
	text-align:center;
	margin-top:10px;
	margin-bottom: 10px;

}
#menu ul li {
display: inline;
padding: 20px 10px 20px 10px;
line-height: 2em;
}
#menu ul li a:link, #menu ul li a:visited {
color: #FF00CC;
}
#menu ul li a:hover, #menu ul li a:active {
color: #FFFF00;

}
#photo {
	width: 310px;
	float: left;
	}
#photo img {
	margin: 50px 0px 0px 0px;
	overflow:hidden;
	max-width: 300px;
	border: 1px solid #FF00CC;
	float: right;

}
#leftText {
	width: 290px;
	margin-left: 15px;
	margin-top: 30px;
	float: right;
	text-align: left;

}
#leftText h2, #leftText h3 {
	margin: 0 0 0 0;
	line-height: 1.5em;
}
#text img {
	margin: 7px;
	border: 1px solid #FF00CC;
	float: left;
	
}
#text {
	float:right;
	padding:35px 10px;
	font-size:1.1em;
	text-align: left;
	line-height: 1.4em;
	width: 410px;
}
#gallery {
	float:left;
	padding:35px 10px;
	font-size:1.1em;
	text-align: left;
	line-height: 1.4em;
	width: 100%;

}
#inMemory {
clear: both;
margin: 30px 125px 30px 0px;
display: block;
width: 290px;
float: right;


}

#footer {
	margin-top: 60px;
	width: 100%;
	height: 98px;
	clear: both;
	font-size: 0.9em;
}
#footer a  {
margin: 0px 10px;
line-height: 2em;
}
#footer a:link, #footer a:visited  {
color: #FFFFFF;

}
#footer a:hover, #footer a:active  {
	color: #FFFF00;

}
/* HACKS */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* End of 'Ali' */

