/* CSS Document */

#container {
	margin: auto;
	text-align: center;
	width: 800px;
}

body {
	background-color: none;
	margin: 0;
	text-align: center;
	background-repeat:  repeat;
	background-image:url(images/background.png);
	background-position: center top;
}

img {border: 0px;}

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


i {
color:#d8cf37; 
}

b {
color:#f03d93; 
}

#header {
	margin: 0 auto;
}
#main {
	background-image: url(images/background.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;
}
#bottom {
	clear: both;
	width: 800px;
	margin-top: 0;
	background-image: url(images/footer.png);
	height: 220px;
	background-repeat: no-repeat;
}
a {
	font-family: Arial;
	color: #2cd7fc;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Arial;
	color: #2cd7fc;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	text-align: left;
	background: ();
	font-weight: normal;
	line-height: 25px;
	font-size: 35px;
	text-indent: 25px;
	color: #FFFFFF;
	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: #2cd7fc;
}

blockquote {
	text-align: left;
	margin: 30px 190px;
	border: 2px solid #000000;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
	bottom: 0px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 50px;
	background-color: #000000;
	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: #000000;
	font: 11px Arial;
	color: #FFFFFF;
	letter-spacing: 0px;
	border: 1px solid #000000;
	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: #ed492a;
	border: 2px solid #ed492a;
	padding: 3px;
}
.footer {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-align: justify;
	width: 500px;
	padding-right: 30px;
	padding-left: 240px;
	padding-top: 90px;
	line-height: 16px;
}

