html, body {
	width:100%;
	height: 100%;
}
body {
	background:url(../gfx/body-background.png) no-repeat white;
	margin: 0;
	padding: 0;
}
div#header {
	height: 114px;
}
#content{
	width:90%;
	/* padding-top:40px; */
	padding-left:45px;
}
body.iframed {
	padding: 0;
	margin: 0;
	/* background-color:#DEFFC5; */
	background-color: white;
	background-image:none;
	height: auto;
	width: 300px;
	overflow: hidden;
}
div.list, div.box {
	float: left;
	width: 300px;
}
form.login label {
	width: 100px;
	display: block;
	float:left;
	clear: both;
}
form.login input {
	float: left;
	margin-bottom: 4px;
}
form.login .submit {
	clear: both;
}
div.col, #col1, #col2, div.list, form.login, div.option {
	width: 300px;
	float: left;
	margin-right: 10px;	
	background: white;
}
div.box {
	background:#DEFFC5;
}
div.show_article {
	border: 1px solid #ffffff;
	-moz-border-radius: 4px;
	background: white;
	margin: 10px 10px 10px 10px;
	padding: 10px;
}
p.comment {
	-moz-border-radius: 4px;
	background: white;
	margin: 10px;
	margin-bottom:0px;
	padding: 10px;
}
p.add_comment {
	margin-left:10px;}
p.author {
	background: url(../gfx/comment.png) no-repeat;
	background-position: -25px -10px;
	font-size:0.85em;
	margin-left: 40px;
	margin-top:0px;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	clear: both;
}
div.show_article p.author {
	margin:0px;
	padding:0px;
	padding-top: 10px;
	color:#6E6E6E;
}
.date {
	color:#6E6E6E;
}
a#home {
	position: absolute;
	left: 86px;
	top: 0px;
	width: 88px;
	height: 88px;
	display: block;
}
.fix_floats {
	width: 1px;
	height: 1px;
	clear: both;
}
#footer{
	background:url(../gfx/footer-background.png) repeat-x;
	width:100%;
	height:90px;
	margin-top:50px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#footer p.first {
	float: left; 
	padding-left:60px;
	width: 350px;
	}
#footer p.second {
	float: right;
	padding-right:100px;
	width: 300px;
}
#spacer{
	width:400px;
	padding-left:20px;
	height:20px;
	float: right;
}