/***************************************************************/
/* Designed and Coded by hand in Emacs by Steven Ness (sness!) */
/*       email: sness@sness.net  website: www.sness.net        */
/*                                                             */
/*       I designed it with Inkscape and implemented it        */ 
/*          with Emacs, yay for freedom in software!           */
/***************************************************************/

/* Global styles */

body {
	margin: 0px 0px 0px 0px;
 font: normal small "trebuchet ms", verdana, sans-serif;
 color: #000;
 background: #393528;
 background-image: url(http://jendertondesigns.com/images/elements/background.png);
}

body.index { 
	background: #fff;
}

img {
	margin: 0px;
 padding: 0px;
 position: relative;
 border: none;
}

a { 
	text-decoration: none;
}

#enter {
	width: 812px;
 margin: 30px auto auto auto;
 padding: 0px;
}

#enter #top {
	width: 812px;
 height: 470px;
}

#enter #bottom {
	width: 812px;
 height: 206px;
 position: relative;
 top: -4px;
}

.right {
	float: right;
}

.left { 
	float: right;
}

.right img { 
	margin: 0px;
 padding: 0px;
 border: 0px;
}

.clear { 
	clear: both;
 background: black;
}


.clearleft { 
	clear: left;
 background: black;
}


#sec1 {
	margin: 100px 0px 0px 0px;
 height: 104px;
 background-color: #393528;
 background-image: url(http://jendertondesigns.com/images/elements/background.png);
}

#sec2 {
	height: 25px;
 background: #d0daca;
 background-image: url(http://jendertondesigns.com/images/elements/background-secnav.png);
}

#sec3 {
	height: 288px;
 background: #efebe2;
}

#sec4a {
	height: 25px;
 background: #d0daca;
}

#sec4b {
	height: 25px;
 background: url('../images/elements/bottom-border.png') #bbbbbb repeat-x;
}

#sec5 {
	height: 101px;
 background: #393528;
 background-image: url(http://jendertondesigns.com/images/elements/background.png);
}

#topleft-logo { 
	height: 104px;
 margin: 0px 0px 0px 0px;
 float: left;
}

#topnav { 
	margin: 65px 0px 0px 20px;
 padding: 0px;
	height: 39px;
 float: left;
}


#topnav img { 
	margin: 0px 0px 0px 0px;
}

#secnav { 
	margin: 0px 0px 0px 420px;
}

#secnav img { 
	margin: 0px;
 padding: 0px 10px 0px 0px;
 float: left;
}

#content { 
	margin: 0px 0px 0px 155px;
 background: #fff;
 width: 700px;
 height: 288px;
}

#main-left { 
	margin: 0px;
 padding: 0px;
 float: left;
 width: 190px;
 height: 236px;
}

#main-left img { 
	margin: 0px;
 padding: 0px;
 float: left;
 position: absolute;
}

#main-right { 
	margin: 0px;
 padding: 0px;
 width: 460px;
 height: 236px;
 float: right;
}

#main-right img { 
	width: 460px;
 margin: 0px;
 padding: 0px;
 float: right;
}

#content-leftnav { 
	margin: 0px;
 width: 216px;
 height: 288px;
 background: #6c5735; 
 background-image: url(http://jendertondesigns.com/images/elements/background-leftnav.png);
 float: left;
}

#content-leftnav img { 
	margin: 2px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 float: left;
 background: #423408;
}

#content-right { 
	width: 486px;
 height: 288px; 
 float: left;
}

#content-image { 
	margin: 0px;
 padding: 0px;
/* width: 486px;
 height: 288px; */
 float: left;
}

#content-image img { 
	margin: 0px;
 padding: 0px;
/* width: 460px;
 height: 236px; */
 position: absolute;
}


/*********************/
/* bottom navigation */
/*********************/

#bottom-nav { 
	margin: 0px 0px 0px 400px;
 padding: 3px 0px 0px 0px;
 width: 348px;
}

#prev-arrow { 
	float: left;
}

#next-arrow { 
	float: right;
}