/* Main area */

HTML {	/*lifts sidebars off bottom of page*/	margin-bottom:1em;}
BODY {	margin:0;	padding:0;	background: #444444;	color:#333;
	font-size:81.25%;
	font-family: Georgia, "Lucida Bright", Lucidabright, "Bitstream Vera Serif", serif;
}
IMG{
    border:0;
    margin:0;
    padding:0;
}

a {	color: #66c;	text-decoration: none;}a:visited {	color: #66c;}a:hover {	color: #66c;	text-decoration: underline;	background: none;}a:active {	color: red;}

#logo {
    position:relative;
    margin:0% 2.5%;
    border-left:1px solid #000000;	border-right:1px solid #000000;	border-bottom:1px solid #000000;
	width:800px;
}

#menu {
    position:relative;
    margin:0% 2.5%;
    border-top:1px solid #000000;
    border-left:1px solid #000000;	border-right:1px solid #000000;	border-bottom:1px solid #000000;
	width:800px;
}

/*cool out-carved effect with different background*/
#smallnews, #content{
	background:#DBD9D9;
    padding:0em 0 1em 0;
    border-top:2px solid #333333;	border-left:2px solid #333333;	border-right:2px solid #000000;	border-bottom:2px solid #000000;
	margin:10px 0;
}

#smallnewsbar {	position:absolute;	margin:0 0 0 0;	top:0%;
	right:2.5%;
	width:17.5%;}
#smallnews{
    position:relative;
}

#smallcomment{
    font-weight:normal;
    padding-left:1em;
    padding-right:1em;
}

#container{
    position:relative;
    margin:2.5% 2.5%;
    margin-left:2.5%;
    margin-right:2.5%;
    width:800px;
}
#content {
	position:relative;
	margin:2.5% 2.5%;	margin-left:2.5%;	margin-right:2.5%;	width:75%;}

#title {
    font-weight:bold;
    margin:0 0 0 0;
    width:100%;
    background:#5D7786;
    color:#000000;
}

#comment {
    font-weight:normal;
    text-align:justify;
    padding-left:1em;
    padding-right:1em;
}

.usernameÊ{
    font-weight:900;
}
.postdate {	font-weight:normal;
	align:right;	color:#000000;	font-size:0.75em;	text-transform: uppercase;	letter-spacing: 0.1em;	padding-left:1em;}