/* BODY
--------------------------------------------------*/

body {margin: 0px;
	  text-align: center;
	  padding: 0;
      background-color: #201e1d;}

#container {width: 601px;
			background: #201e1d;
			margin: 0 auto;
			text-align: justify;}
			
#header {background-image:url(layout-23.jpg);
		 background-repeat:no-repeat;
		 height: 397px;
		 width: 100%;}

#main {width: 100%;
       float: left;
	   margin-top: 10px;
	   background-image:url(backgrnd-23.gif);
	   background-repeat:repeat-y;}
	   
#footer {background-color: #252421;
		 width: 574px;
		 float: left;
		 height: 52px;
		 border-top: #616161 1px solid;
		 margin-left: 13px;
		 margin-top: 10px;}

.clearfloat {clear:both;
			 height:0;
			 font-size: 1px;
			 line-height: 0px;}
			 
a {color: #616161;
   font-size: 10px;
   font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
   text-align: justify;
   line-height: 16px;
   text-decoration: none;
   cursor: crosshair;}
   
a:hover {color: #afa5a4;
         font-size: 10px;
         font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
         text-decoration: none;
         cursor: crosshair;}
         
/* MAIN
--------------------------------------------------*/
#left {width: 371px;
	   margin-left: 13px;
	   padding-left: 5px;
	   padding-top: 10px;
	   padding-right: 5px;}


.content {width: 371px;
		  color: #afa5a4;
		  font-size: 10px;
		  font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
		  text-align: justify;
		  line-height: 16px;}

.contentcen {color: #afa5a4;
			 font-size: 10px;
			 font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
			 text-align: center;
			 line-height: 16px;}

#sidebar {float: right;
		  width: 177px;
		  margin-right: 12px;
		  color: #afa5a4;
          font-size: 10px;
          font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
          text-align: justify;
          line-height: 16px;
          padding-top: 10px;
          padding-left: 5px;
          padding-right: 5px;}

.title {color: #10100e; 
        font-size: 16px;
        font-family: Sylfaen, 'Lucida Sans Unicode', arial, 'trebuchet ms';
		font-weight: bold;
        letter-spacing: 2px;
        border-bottom: #616161 1px solid;
		padding-bottom: 4px;}
 
.blogtitle {color: #7e6964;
 			font-size: 16px;
			font-family: Sylfaen, 'Lucida Sans Unicode', arial, 'trebuchet ms';
			font-weight: bold;
			letter-spacing: 2px;
			border-bottom: #616161 1px solid;
			padding-bottom: 5px;} 

.line {border-bottom: #616161 1px solid;
	   padding-top: 3px;}
	   

/* NAV LINKS
--------------------------------------------------*/
#nav {float: right;
	  margin-top: 369px;
	  margin-left: 298px;
	  width: 150px;}
	  
ul.nav a, 
ul.nav ul a {color: #7e6964;
			 font-family: Sylfaen, 'Lucida Sans Unicode', arial, 'trebuchet ms';
			 font-size: 16px;
			 font-weight: bold;
			 text-decoration: none;
			 background-color: #252421;
			 padding-bottom: 2px;
			 padding-left: 3px;
			 display: block;
			 width: 100%}

ul.nav a:hover {color: #7e6964;
                text-decoration: none;
				background-color: #363531;
				padding-bottom: 2px;
				padding-left: 3px;
				display: block;
				width: 100%}	  

/* SIDE LINKS
--------------------------------------------------*/
ul {margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 3px;
	padding-bottom: 0px;
	padding-top: 3px;
    list-style-type: none;}

ul.block a, 
ul.block ul a {color: #afa5a4;
			   font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
			   font-size: 10px;
			   text-decoration: none;
			   background-color: #393836;
			   padding-bottom: 1px;
			   padding-left: 3px;
			   display: block;
			   width: 100%}

ul.block a:hover {color: #afa5a4;
                  text-decoration: none;
                  background-color: #616161;
                  padding-bottom: 1px;
                  padding-left: 3px;
			      display: block;
			      width: 100%}
			        

/* MISC
--------------------------------------------------*/
.copyline {border-top: #201e1d 3px solid;
	   	   padding-bottom: 0px;}
        
b, strong {color: #10100e;}

.pastimg {width: 141px;
		  height: 67px;
		  padding: 2px;
		  border: 0;}

textarea, input, option, button
	{color: #afa5a4;
	font-size: 10px;
	font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
	text-align: justify;
	line-height: 16px;
	border: 1px #616161 solid;
	background-color: #201e1d;}

