body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
}
p {
	margin: 0;
	padding: 0;	
}
ul, li {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
li {
	display: inline;
}
a:link { 
	color: #FF8040;
	text-decoration: none;
}
a:visited {
	color: #FF8040;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
/* Portfolio */
#portfolioNav {
	position: absolute;
	text-align: left;
	margin: 10px 10px 0 10px;
	left: 0px;
	top: 0px;
}
#portfolioContainer {
	border: none;
}
#image img {
	border: 1px solid #000000;
	clear: both;
}
#controls {
	margin-top: 20px;
}
#nav {
	text-align: center;
	border-bottom: 1px solid #000000;
}
#portfolioContainer, #container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	/*clear: both;*/
	margin-top: 80px;
	border: 1px solid #000000;
	
}
#portfolioContainer {
	width: 675px;
	border: none;
}
/* other pages */
#content p {
	margin-bottom: 0;
}
#content {
	margin-top: 20px;
}
.indexcontent {
	background-image: url(../images/m.jpg);
	background-repeat: no-repeat;
	background-position: 475px 50%;
	padding: 120px 0px 0px;
}
.indexcontent img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	display: none;
}
.about {
	text-align: left;
	padding: 5px;
	text-indent: 20px;
	margin-right: 20px;
}
.pronunciation {
	margin-top: 30px;

}
.otherPagesImage {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin-right: 20px;	
}
.copyright {
	font-size: 80%;
	color: #999999;
	padding-top: 20px;
}
.clearer {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 1px;
}