/* Copyright (c) 2006-2009, Apple Inc. All rights reserved. */
/**
* @title Layout
* @see General
*/
html, body{
	font-size:100%;
}
.body{
	font-size:0.76em; /* scalable fonts at decent size */
	margin:0;
	padding:0;
	text-align:center; /* centering trick for IE<6 */
}
.contentsheader, .main, .contentsfooter{
	text-align:left; /* end centering trick for IE<6 */
	width:900px;
	min-width:40em; /* accessible width relative to font-size */
	margin:0 auto;
	padding:0;
}
.pagecontent{
	margin:0;
	padding:15px 36px 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	word-wrap:break-word;
	border:solid 2px #a9a9a9;
	border-radius:10px;
	-o-border-radius:10px;
	-ie-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#333;
	background-color:#fff;
}
/* next rules for the firefox editor frame */
html.editorIframe, .editorIframe body{
	text-align:left;
	margin:0;
	padding:0;
}
.editorIframe body{
	font-size:0.76em;
}
.main{
	padding-bottom:1.2em;
}
.contentsmain{
	position:relative;
}
#editable_content, #editable_raw_html{
	margin:0;
	padding:0;
}
#editable_raw_html{
	display:block;
	width:100%;
	font-family:Monaco, monospace;
	font-size:1em;
}
.columnprimary a:link, .columnprimary a:visited{
	text-decoration:underline;
}