/**********************************************************************************
*
*	Autumn-Pictures.com
*
**********************************************************************************/

/*	Markup Tags Definitions	*/
body {
	margin: 0px;
	padding: 0px;
	background: url(background.jpg) repeat;
	text-align: center;
}

body, table, tr, td, p, div, h1, h2, h3, h4, h5, ul, ol, li {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}
body, table, tr, td, p, div, ul, ol, li {
  font-size        : 12px;
  color            : #3D260F;
}

h1, h2, h3, h4, h5, h6 {
	color:#000000;
}

a {
	color: #005511;
	text-decoration: none;	
}

a:link {
	color: #873E09;
	text-decoration: none;	
}

a:visited {
	color: #873E09;
	text-decoration: none;	
}

a:hover {
	color: #9E0F00;
	text-decoration: underline;	
}

a:active {
	color: #873E09;
	text-decoration: none;	
}

hr {
  background       : #999999;
  height           : 1px;
  width            : 55%;
}



/* 	Classes 	*/
.cwpHeader {
	text-align: center;
}

.cwpNav {
	color: #005511;
	background-color: #E2DCC4;
	vertical-align: top;

}

.cwpContent {
	vertical-align: center;
}

.cwpFeatures {
 	background: #eeeeee;
	vertical-align: top;
}

.cwpCopy {
	background-color: #DCE4DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.cwpHeadline {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-shadow: #999999;
}


