/* CSS Document */

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

}

body {
	background-color: #e1dddb;
	margin: 0;
	text-align: center;
	background-repeat: ;
	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:#576278; 
}

b, strong {
color:#b63e59; 
}

a {
	font-family: verdana, sans-serif, arial;
	color: #da207c;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: verdana, sans-serif, arial;
	color: #db6aa9;
	text-decoration: none;
	font-weight: none;
}

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

#content {
	text-align: left;
	width: 650px;
	align: center;
	margin-left: 21px;
	margin-top: 30px;
	background-image: url();
	background-repeat: ;

}
#bottom {
	clear: both;
	width: 550px;
	margin-top: 20px;
	background-image: url(images/footer.png);
	height: 171px;
	background-repeat: no-repeat;
	background-position: right;
	margin-left:auto;
	margin-right:auto;
}


h1 {
	text-align: right;
	background: url();
	color: #5278ac;
	font-family: Century Gothic;
	font-weight: lighter;
	line-height: 21px;
	font-size: 25px;
	letter-spacing: 1px;
	text-indent: 25px;
}


blockquote {
	text-align: left;
	color: #333;
	font-weight: normal;
	bottom: 10px;
	padding-top: 10px;
	padding-left: 35px;
	background-color: transparent;
	background-image: url();
	background-repeat: no-repeat;
	height: ;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	border: 1px dashed #d24493;
} 

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

input, textarea, option, select {
	background-color: transparent;
	font: 11px Tahoma;
	color: #737373;
	letter-spacing: 0px;
	border: 1px dotted #db6aa9;
	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: #333;
	font-size: 14px;
} 

.imageback {
	background-color: #db6aa9;
	border: 3px solid #db6aa9;
	padding: 3px;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #534e48;
	text-align: justify;
	width: 300px;
	padding-left: 190px;
	padding-top: 30px;
	line-height: 16px;
}

