/* CCS sheet - Joe Hammer - March 23 2014   */

* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 10px 0px;
/*	background-color: #656565;   */
	background-color: #D7DBD6;    
/*	color: #c2bebe;   */
	color: #000000;    /* text color  */
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #c2bebe;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #d26a36;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 14px 0px 5px;
	text-align: justify;
/*	line-height: 12px;  */
	line-height: 16px;
	clear : both;
	float : none;
}

#container {
	margin: 0px auto;
	width: 778px;
	background: url('images/container_background.gif') #0c070d repeat-y 0px 0px;
	color: inherit;
}

#container_000 {
	margin: 0px auto;
	width: 1000px;
/*	height: 800px;  */
	background: url('images/container_background.gif') #0c070d repeat-y 0px 0px;
	color: inherit;
}

#wrapper {
	margin: 50px auto;
	width: 800px;
	height: 600px;    	
	background: #907677 repeat-y 0px 0px;  
/*	color: inherit;  */
}



#container_001 {
/*	margin: 50px auto;  */
	width: 800px;
	height: 532px;  
	background: #860000 repeat-y 0px 0px;
/*	color: inherit;  */
}

#container_002 {
	margin: 2px auto;  
	width: 800px;
	height: 64px;  
	background: #000000 repeat-y 0px 0px;
/*	color: inherit;  */
}


/* Page Image */


#page_image_000 {
	width: 800px; 
	height: 532px; 
	background: url('http://www.joehammer.us/photos/DSC_0654 (800 x 532).jpg') #0c070d repeat-y 0px 0px;   
/*	color: inherit;   */
/*	overflow: hidden;  */
}


#page_image_000 h1 {
	padding-top: 25px;
/*	font-size: 25px; */
	float: right;
	padding-right: 35px;
}

#page_image_000 p.one {
/*	padding-bottom: 25px;  */
	font-size: 20px; 
	float: right;
	color: black;
	padding-right: 35px;
}

#container_002 p {
	padding-top:10px;    
/*	text-align: justify;   */
	font-size: 8px;
	float: right;  
/*	padding-right: 25px;  */
}


#padding_a {
	padding: 20px 25px;
}

#padding_b {
	padding-top: 20px;
}


/* Colors for weblinks at the bottom of the pages */
a.one:link { font-weight: bold; font-size: 13px; color: #c2bebe; text-decoration: none; line-height: 15px; font-family: Arial, Helvetica, sans-serif;}
/* a.one:visited { font-weight: bold; font-size: 13px; color: #F0E68C; text-decoration: none; line-height: 20px; font-family: Arial, Helvetica, sans-serif;} */
a.one:hover { font-weight: bold; font-size: 13px; color: #d26a36; text-decoration: none; line-height: 15px; font-family: Arial, Helvetica, sans-serif;}

p.margin_a {margin:1px 100px 1px 100px;}

p.margin_b {margin:1px 100px 1px 175px;}

/*                              */
/* margin:25px 50px 75px 100px; */
/*                              */
/*   top margin is 25px         */
/*   right margin is 50px       */
/*   bottom margin is 75px      */
/*   left margin is 100px       */
/*                              */

