/* CSS Document */

#container {
	margin: auto;
	text-align: center;
	width: 800px;
		background-image: url(images/background2.png);
		background-repeat:repeat;

}

body {
	background-color: #e1e0e1;
	margin: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(images/background.png);
}

img {border: 0px;}

p {
	text-align: justify;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 25px;
	color: #6d6a6a;
	font-size: 12px;
	font-family: Arial;
	line-height: 24px;
}


i {
color:#e13f75; 
}

b, strong {
color:#8c4c61; 
}

#header {
	margin: 0 auto;
}
#main {
	background-image: url(images/background2.png);
	background-repeat: repeat;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background-position: top center;
}

#content {
	text-align: left;
	width: 800px;
	margin-left: 21px;
	margin-top: 50px;
		background-image: url(images/background2.png);
		background-repeat:repeat;

}
#bottom {
	clear: both;
	width: 800px;
	margin-top: 0;
	background-image: url(images/background2.png);
	height: 220px;
	background-repeat: no-repeat;
}
a {
	font-family: Arial;
	color: #525252;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Arial;
	color: #de2f34;
	text-decoration: none;
	font-weight: none;
}

h1 {
	text-align: left;
	background: ();
	font-weight: normal;
	line-height: 25px;
	font-size: 30px;
	text-indent: 25px;
	color: #adacac;
	font-family: Arial;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: 10px;
	padding-top: 0px;
}

h1:first-letter {
	font-family: Arial;
	font-weight: normal;
	font-size: 50px;
	color: #9d6c8c;
}

blockquote {
	text-align: left;
	margin: 30px 190px;
	border: 2px solid #fdd4d4;
	color: #333;
	font-weight: normal;
	font-variant: normal;
	bottom: 0px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 50px;
	background-color: #fdd4d4;
	background-image: url();
	background-repeat: ;
	height: 200px;
	font-size: 12px;
	font-family: Arial;
	line-height: 30px;
} 

#links {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
} 

input, textarea, option, select {
	background-color: #e4caca;
	font: 11px Arial;
	color: #382131;
	letter-spacing: 0px;
	border: 1px solid #e4caca;
	padding:2px;
	margin-left: 25px;
}

li {
	text-align: justify;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 25px;
	font-family: Arial;
	color: #ed492a;
	font-size: 14px;
} 

.imageback {
	background-color: #949494;
	border: 2px solid #949494;
	padding: 3px;
}
.footer {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #534e48;
	text-align: justify;
	width: 500px;
	padding-right: 200px;
	padding-left: 100px;
	padding-top: 60px;
	line-height: 16px;
}
