* {
	margin: 0;
	padding: 0;
	}


/* Site */

#title {
	margin: 0 auto;
	width: 500px;
	position: justify;
	padding: 0px;
}

#container {
	margin: 0 auto;
	width: 875px;
	position: justify;
	margin-top: -60px;
	padding: 0px;
}

#content {
	margin: 0 auto;
 	width: 700px;
 	text-align: justify;
	padding: 0px;
}

#navi {
	margin: 0 auto;
 	width: 300px;
 	text-align: justify;
	margin-top: -5px;
}



body {
	background-color: #f4fcf7;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

p {
	background-color: #f4fcf7;
	font-family: "century gothic";
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
	color: #629768;
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
	border-left: 8px double #9ad5a0;
	border-right: 8px double #9ad5a0;
	border-bottom: 1px dashed #9ad5a0;
	border-top: 1px dashed #9ad5a0;
}

/*center {
	font-family: "century gothic";
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #b1bdc9;
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
	border-left: 8px double #9ad5a0;
	border-right: 8px double #9ad5a0;
	border-bottom: 1px dashed #9ad5a0;
	border-top: 1px dashed #9ad5a0;
}*/

h1 {
	background-color: #f4fcf7;
	height: 18px;
	font-family: "century gothic";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	color: #29ae36;
	border-left: 8px double #9ad5a0;
	border-right: 8px double #9ad5a0;
	border-bottom: 1px dashed #9ad5a0;
	border-top: 1px dashed #9ad5a0;
}

h1:first-letter {
	color: #f95e7d;
	font-size: 20px;
	font-weight: bold;
	font-family: georgia;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}


a:link, a:visited, a:active {
	color:#f28787;
	font-size: 11px;
	text-transform: lowercase;
	font-family: georgia; 
	cursor: crosshair;
	text-decoration: none;
}

a:hover {
	color: #2a7c7d;
	cursor: crosshair;
	text-decoration: overline underline;
}

b  {
	font-family: georgia;
	color: #f95e7d;
}

i {
	color: #b3813f;
	font-family: georgia;
}

u {
	color: #79c9fa;
	font-family: verdana;

}

.image {
	background: #bfebc3;
	border: 4px solid #bfebc3;
}
