body {
	background:#333;
	color:#eee;
	width:100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;	
}

a {
	color:#fff;
	text-decoration:none;
}

footer {
	width:94%;
	padding:3%;
	margin:0 auto;
}

header {
	width:94%;
	padding:0 3%;
	margin:0 auto;
	border-bottom:solid 1px #fff;
}

.editableContent {
	width:98%;
	padding:1%;
	min-height:715px;
	float:left;
	background:#fff;
	color:#333;
}

.tier1 {
	list-style:none;
}

#addDialog {
	width:200px;
	display:none;
	float:left;
}

#addSectionBtn {
	margin:0;
	float:left;
	width:100px;
	
}

#container {
	margin:0 auto;
	width:100%;
}

#default_text {
	color:#d0d0d0;
	font-style:italic;	
}

#display-content {
	width:74%;
	float:left;
	min-height:750px;
}

#greeting {
	float:left;
}

#login-box {
	margin:0 auto;
	width:400px;
	height:600px;
}

#logo-box {
	margin:0 auto;
	width:250px;
	background:url('../images/juxtaposeweb_logo_small.png') no-repeat;
	height:106px;
}

#logout {
	float:right;
}

#main {
	width:100%;
}

#navigation {
	width:25%;
	border-right: ridge;
	float:left;
	min-height:750px;
	background:#666 url('../images/right_gradient.jpg')repeat-y right;
}

#wysiwyg {
	width:100%;
	
}

#wysiwyg-functions
{
	width:100%;
	margin:0px;
	height:35px;
	float:left;
	background:#666 url('../images/wysywig_function_bg.jpg') repeat-x;
}

#wysiwyg-functions ul {
	margin:6px;
	padding:0px;
	list-style:none;
}

#wysiwyg-functions li {
	float:left;
	padding:0px 7px;
}