a {
	COLOR: #c49b1d;
	TEXT-DECORATION: underline;
	font-weight: normal;
}
a:hover {
	COLOR: #808948;
	TEXT-DECORATION: none
}

img {border: 0px;}

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

p {
	margin-left: 20px;
	margin-right: 20px;
	color: #898a8a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 24px;
	font-weight: normal;
}
b, strong {
	color: #3cb3f1;
	
}
i, em {
	color:#d63f78;

}
	


#container {
	width: 800px;
	margin-top: 0px;
	float: right;
	text-align: justify;
}



#content {
	margin-top: -15px;
	width: 750px;
	float: right;
	
}


#header {
	height: 480px;
	margin: 0;
}


#footer {
	margin-right: 30px;
	height: 90px;
	text-align: justify;
	clear: both;
	margin-top: 40px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #898a8a;

}



h1 {
	text-align: left;
	line-height: 45px;
	font-size: 24px;
	color: #a9aaab;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	font-weight: normal;
	background-image: url(images/header.jpg);
	height: 45px;
	background-repeat: no-repeat;
	padding-left: 45px;
	text-transform: uppercase;
     
}


h1:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6ac1ef;
	font-size: 50px;
}

input, textarea, option, select {
	background-color: #ffffff;
	font: 10px Times New Roman;
	color: #2289C3;
	letter-spacing: 0px;
	border: 1px solid #6ac1ef;
	padding:2px;
}

blockquote {margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
color: #898a8a;
font-size: 12px;}
