body {
margin : 0;
padding : 0;
text-align : left;
color : #000000;
background : #858563 url(img/bgd.png) repeat-y top center;
font : 100% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
}
#container {
width : 1000px;
margin : 0 auto;
padding : 0;
color :#000000; 
background :#ffffff;
}
			/*BANNER*/
#banner {
float : left;
width : 800px;
height : 180px;
padding : 0;
margin-bottom : 0;
margin-left : 200px;
background : #eee url(img/banner.jpg);
}
#banner h1 {
width : 500px;
margin : 150px 0px 0px 60px;
font : bold 1.4em arial;
text-transform : none;
letter-spacing : 3px;
color :   #942643;
background : transparent;
text-align : center;
}
			/*MAIN CONTENT*/
#content {
padding : 0 10px 0 10px;
margin-left : 200px;
margin-right : 200px;
margin-top : 0px;
line-height : 1.8em;
}
#content h1 {
padding : 60px 0px 0px 0px;
font : normal 1.2em  arial; 
color :  #942643;
background : inherit;
text-align : left;
}
#content h2 {
padding : 20px 0 0 0;
font : normal 1.2em  arial; 
color :  #976971;
background : inherit;
text-align : left;
}
#content h3 {
padding : 10px 0 0 0;
font : normal 1.2em  arial; 
color :  #ffffff;
background : inherit;
text-align : left;
}
			/*LEFT SIDEBAR*/
#sidebar {
float : left;
width : 150px;
margin : 0 0 0 0;
padding : 0px;
}
			/*NAVIGATION*/
.menu {
margin-bottom :20px;
width : 110px;
padding : 10px 0 0 0;
}
.menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.menu li {
margin : 0 0 0.2em 0;
}
.menu a {
display : block;
font-size : 15px;
color : #ffffff;
background :#942643;
width : 150px;
padding : 0.5em 0.8em;
text-decoration : none;
border-left : 10px solid ;#D6B6B8
}
.menu a:hover {
border-left : 30px solid #942643;
background : #ffffff url(img/gomb.jpg) repeat-y top center;
color : #942643;
}
.links {
font-size : 1.1em;
text-transform : none;
letter-spacing : 3px;
}
			/*RIGHT SIDEBAR*/
#sidebar-b {
float : right;
width : 150px;
margin : 0 0 0 0;
padding : 45px;
}
			/*FOOTER*/
#footer {
background :  #ffffff url(img/footer.gif) repeat-x top;
text-align:center;
}
#footer p{

padding : 20px;
margin-top : 5px;
height : 40px;
font-size : 1em;
border-top : 1px solid #ddb4c8;
color :#000000;
}
#footer a:link, #footer a:visited {
color : #942643;
text-decoration : none;
}
#footer a:hover {
color : #ddb4c8;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0 0 10px 0;
font : normal 1.2em  arial, 
text-transform : uppercase;
color :  #942643;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #942643;
}
			/*LINKS*/
a {
color : #EE43BA
font-weight : bold;
text-decoration : none;
background : #inherit;
}
a:hover {
text-decoration : none;
color : #369;
background : inherit;
}
a img {
border: 0;
}
			/*CLASS*/
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
.post {
background-color : #404040;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
}
.post .date {
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .comments {
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .readmore {
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
