/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 background-color: #100600;
 height: 100%;
 /*width: 100%;*/
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 height: 100%;

}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding-top: 0px;
 border: 0px solid #ccc;
 height: 80px;
 margin: 10px 0px 0px 0px;
 background-color: #100600;
}

p.headerHomeTitle {
	margin: 0;
	left: 183px;
	top: 10px;
    position: relative;
}

#leftcolumn { 
 color: black;
 border: 0px solid #ccc;
 background: #220e02;
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 10px 0;
 height: 350px;
 width: 172px;
 float: left;
 text-decoration: none;
 background-color: #100600;
}

#leftname {
 position: relative;
 top: -15px;
 left: -20px;
}

#navMenu ul{
 list-style: none;

}

#navMenu {
 position: relative;
 left: -0px;
 top: -15px;
}

#thumbs {
 height: 250px;
 position: relative;
 top: -2px;
 left: -0px;
 padding: 5px 0 5px 0;
}

#thumbsStory {
 height: 90px;
 position: relative;
 top: 5px;
 left: -0px;
 padding: 5px 0 0px 0;
}
#thumbnails {
 height: 180px;
 overflow: hidden;
}

#thumbnailsStory {

}

#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 100%;
 width: 740px;
 display: inline;
 position: relative;
 background-color: #100600;
 overflow: auto;
}

/*p.homePic {
 position: relative;
 left: -12px;
 top: -12px;
 width: 100%;
}*/

a {
 text-decoration: none;
}

a img {
 border: 0;
}

#pics {
 background: #8c7a48;
 font-family: courier;
 letter-spacing: 0.3em;
 font-size: 8pt;

 border: none;
}