body{
 background-color:#fff; 
background-image: url('../media/rough_paper.png');
margin: 0;
padding: 0;
font-family: bitstream vera sans,sans-serif;
font-size: .9em;
}

img {
	border: 0px;
	}	
#header{
	background-color: #fff;
	
    height: 60px;
    width: 100%;
}
#header-logo{

	position: absolute;
	left: 5px;
	top: 8px;
	z-index: 3;
}	


#message-bar{
	margin: 0px;
	padding: 0px;	
	background-color: #999;
	font-size: small;
	height: px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#message-bar p{
	text-align:center;
	font-size: .9em;
	margin: 2px;
	color: red;
}
#message-bar a{
	color: blue;
	
}
#message-bar a:hover{
	text-decoration: none;
}

#side-left{
	position: absolute;
	z-index: 2;
	width: 200px;	
	left: 0px;
	top: 82px;
	
}	

#side-left-nav{
	font-size: 1.0em;
	margin: 0px;
	padding: .01em;	
	background-color: #fff;
background-image: url('../media/rough_paper.png');
	
}
#side-left-sub-nav{
	font-size: 1.0em;
	margin: 0px;
	padding: .01em;
}
#side-left-nav a{
	background-color: #fff;
	margin: 1px;
	color: #333;
	display: block;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #ddd;	
}
#side-left-sub-nav a{
	background-color: #000;
	margin: 1px;
	color: #333;
	display: block;
	text-decoration: none;
	padding: 5px;
	
	
}
#side-left-nav a:hover{
	color: blue;
	background-color: #ddd;
	border: 1px solid #5976b2;
	
}



#side-left-nav ul{
	/*this seems to have to be here, even though I am not using it..? */
	
}
#side-left-nav li {	
	
	list-style-type:none;
	
}

#content, #blog, #footer, #related-article, #related-category, #editor-form,#navTrail,#message{
	position: relative;
	margin-left: 205px;
	margin-right:8px;
	margin-top:2px;
	z-index: 3;
	padding: 15px;	
	width: auto;
	border: 1px dotted #999;
	background-color: #fff;

}
#content, #blog h1{
	font-size:.9em;
	
}
#content, #blog, #footer p{
	text-align: justify;
}
#message p{
 color: red;
}
#footer {
	font-size: .6em;

}
#related-article, #related-category{
	font-size: 1em;
}



#copyright{
	z-index: 3;
	width: auto;	
	margin-top: 10px;
	margin-left: 13em;
	padding-left: 24px;
	margin-right: 13em;
	padding-right: 24px;	
	padding: 20px;
	border: 0em dotted #999;
}
#copyright p{
text-align: center;
font-size: .6em;
color:#666;
}
#copyright a{
	color:#666;
}
#copyright a:hover{
	text-decoration: none;
}	
#footerLinks{
	font-size:.7em;
}
#links{
	position: absolute;
	margin-top: 1px;	
	padding-left: 22px;	
	padding-right: 22px;	
	padding: 12px;
	border: 0px solid #aaa;	
	right:5px;
	top:78px;
	font-size: .7em;
}
#links ul{
 list-style-position: inside
}
#links li{
	
	font-size: 1.0em;
	list-style: square ;	
	border-width: 1px 0;
	padding: 0;
	color:#aaa

}
#links a{
	color: #aa0d1d;
}
#links a:hover{
	color:red;
	}
#links a:visited{
	color:gray;
	text-decoration: none;
	}

	
}
	
 

