body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/black_denim.png);
	margin: 0;
	padding: 0;
	color: #000;
}

h1 {
	font-family: 'Cookie', cursive;
	font-size: 200px;
	text-align: center;
	margin-top: -40px;
	margin-bottom: -40px;
	color: #222;
	text-shadow: 1px 1px 0 #fff; 
	z-index: 99;
	
}

h2 {
	text-align: center;
	color: #222;
	text-shadow: 1px 1px 0 #ccc; 
}

h3 {
	text-align: center;
	color: #222;
	text-shadow: 1px 1px 0 #ccc;
}

.line_l {
	width:320px; 
	line-height: 8;
	color:#800F25;
	background-color:#800F25;
	height:3px;
	border:none; 
	position: relative;
	left: 423px;
	z-index: auto;
	
	
	 -moz-box-shadow: 1px 1px 0px #fff;  
    -webkit-box-shadow: 1px 1px 0px #fff;  
       box-shadow: 1px 1px 0px #fff; 

}

.line_r {
	width:215px; 
	line-height: 8;
	color:#800F25;
	background-color:#800F25;
	height:3px;
	border:none; 
	position: relative;
	right: 420px;
	z-index: auto;
	
	
	 -moz-box-shadow: 1px 1px 0px #fff;  
    -webkit-box-shadow: 1px 1px 0px #fff;  
       box-shadow: 1px 1px 0px #fff; 

}
.line_hr {
	width:500px; 
	line-height: 8;
	color:#800F25;
	background-color:#800F25;
	height:3px;
	border:none; 
	text-align: center;
	position: relative;
	
	
	 -moz-box-shadow: 1px 1px 0px #fff;  
    -webkit-box-shadow: 1px 1px 0px #fff;  
       box-shadow: 1px 1px 0px #fff;
}

.imagebox {
	background-color: #666;
	float: right;
	padding: 10px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline;
	-moz-transform: rotate(7deg);
  	-webkit-transform: rotate(7deg);
	-0-transform: rotate(7deg);
	0ms-transform: rotate(7deg);
	transform: rotate(7deg);
	font-size: 16px;
	color: #
	
	-moz-box-shadow: 1px 1px 0px #fff;  
    -webkit-box-shadow: 1px 1px 0px #fff;  
       box-shadow: 1px 1px 0px #fff; 
		
}

.imagebox_lf {
	background-color: #666;
	float: left;
	padding: 10px;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	display: inline;
	-moz-transform: rotate(-7deg);
  	-webkit-transform: rotate(-7deg);
	-0-transform: rotate(-7deg);
	0ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
	font-size: 16px;
	color: #
	
	-moz-box-shadow: 1px 1px 0px #fff;  
    -webkit-box-shadow: 1px 1px 0px #fff;  
       box-shadow: 1px 1px 0px #fff; 
		
}

ul {
	list-style-type: none;
}





/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */



.container {
	width: 840px;
	background: #BFB398;
	margin: 0 auto;
	margin-bottom: 0px;
	
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;

}

.flourish {
	width: 840px;
	background-image: url(images/flourish.png);
	height: 231px;
	margin: 0 auto;
	margin-top: -20px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	margin-left: 60px;
	margin-right: 60px;
	padding: 10px;
	line-height: 20px; 
	
}


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.header {
	font-size: 80px;
	background-color:#999999;
}

.footer {
}


/* ribbon style */

