body {
	margin : 0;
	padding : 0;
	font : 75% "Trebuchet MS", verdana, arial, sans-serif;
	color : #666;
	background-color:#FFC;
	background-image: url(img/blogback2.jpg);
}


#twitter-follow { border: 0;position: fixed;  top: 200px; right:0;}


#container {
	width : 900px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 20px;
	padding : 20px;
	line-height: 1.7em;
	color : #600;
	background-image: url(img/background.jpg);
	background-color: #EE9A49;
	border: medium solid #000;
}
			/*TOP BANNER*/
#banner {
	float : left;
	width : 900px;
	height : 231px;
	padding : 0;
	margin : 0 0 0 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
			/*TOP SCROLLBAR*/
div.scroll {
overflow : auto;
height : 7em;
width : 160px;
padding : 1em;
color : #333;
background : inherit;
border : 1px solid #aaa;
margin : 20px;
}
#bannerb {
	float : right;
	width : 210px;
	margin : 0 0 10px 0;
	padding : 0;
	background-color: #FF9;
	background-image: url(img/parchment.jpg);
}
			/*TOP NAVIGATION*/
#navcontainer {
clear:both;
width : 100%;
}
#navcontainer ul {
	padding-left: 0px;
	margin-left: 50px;
	background: #CD6839;
	color: #FFF;
	float: left;
	width: 85%;
	margin-right: 20px;
}
#navcontainer ul li {
display: inline;
}
#navcontainer ul li a {
	padding: 0.2em 1em;
	background: #F36207;
	color: #690;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
background: #036;
color: #fff;
}
#active a:link, #active a:visited, #active a:hover {
background: #036;
color: #fff;
}
			/*CENTRE CONTENT*/
#content {
	padding : 5px;
	margin-left : 205px;
	margin-right : 205px;
	margin-top : 0px;
	color : #000;
	border: thin solid #000;
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
	width: 400px;
	background-color: #ffffff;
	background-image: url(img/parchment.jpg);
}
			/*LEFT CONTENT*/
#sidebar {
	float : left;
	width : 170px;
	margin : 0 0 0 0;
	padding : 5px;
	color : #000;
	background-color: #FF9;
	background-image: url(img/apples2.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebarshell {
	float : left;
	width : 181px;
	margin : 0;
	padding : 0px;
	color : #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: auto;
	background-image: url(img/parchment.jpg);
}
			/*LEFT MENU*/
#menu {
	width : 180px;
	padding : 10px 0 0 0;
}
#menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu li {
margin : 0 0 0.1em 0;
}
#menu a {
	width : 160px;
	padding : 0.1em 0.8em;
	text-decoration : none;
	display : block;
	color : #000;
	background-repeat: repeat;
	font-weight: bolder;
}
#menu a:hover {
	background : #036;
	color : #FFC;
}
			/*RIGHT CONTENT*/
#sidebar-b {
	float : right;
	width : 260px;
	margin : 0 0 0 5px;
	padding : 5px;
	color : #000;
	position: relative;
	left: auto;
	background-color: #FFC;
	background-image: url(img/parchment.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
			/*FOOTER*/
#footer {
	clear : left;
	margin-top : 40px;
	color : #9FF;
	position: relative;
	background-color: #03F;
	background-image: url(img/kivawning.jpg);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 100px;
	padding-left: 20px;
}
#footer a:link, #footer a:visited {
	background : inherit;
	color : #9FF;
	text-decoration : none;
	width: 900px;
	font-weight: bolder;
}
#footer a:hover {
	border-bottom : 1px dashed #f2f2f5;
	background : inherit;
	color : #FFC;
}
			/*TYPOGRAPHY*/
p {
margin : 10px;
}
h1 {
	margin : 0 0 10px 10px;
	font : normal 1.3em verdana, arial, tahoma, sans-serif;
	letter-spacing: 3px;
	color : #000;
	background : inherit;
}
h2 {
	padding-left : 5px;
	font : bold 1em verdana, arial, tahoma, sans-serif;
	color : #000;
	background : inherit;
	padding-top: 10px;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
	text-decoration : none;
	color : #36C;
	background : inherit;
}
a:hover {
	color : #36F;
	background : inherit;
	font-weight: bold;
}
			/*CLASSES*/
.news {
	font-size : 1em;
	background : inherit;
	color : #000;
}
.orange {
	background : inherit;
	color : #D6D6D6;
}
.clear {
clear : both;
}
.centered {
	text-align: center;
}
