body {
	margin: 0px;
	padding: 0px;
	background: url('bg.jpg') repeat-x #C8E3F6;
	font-family: Century Gothic;
	font-size: 10px;
	color: #5C73D3;
	text-align: justify;
}

#content {
	position: absolute;
	left: 105px;
	top: 425px;
	width: 516px;
}

a {
	color: #2C3D8F;
	text-decoration: none;
	border-top: 1px dotted white;
}

a:hover, visited {
	color: #ffffff;
	background: url('inputbg.jpg');
	border: 0px;
	text-decoration: none;
}

b, strong {
	background: url('inbg.jpg');
	color: #41529D;
}

h1 { 
	padding-left: 35px; 
	padding-top: 7px;
	margin-bottom: 20px;
	margin-left: -20px;
	color: #566CD1; 
	font-size:30px; 
	line-height: 10px; 
	font-family: century gothic; 
	text-align: left; 
	text-decoration: none;
	letter-spacing: 5px; 
	background: url('h1.jpg') no-repeat;
	height: 30px;
}

blockquote {
	width: 200px;
	background: url('quote.jpg') no-repeat bottom right;
	border: 2px dotted #415080;
	font-family: arial, serif;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 80px;
	padding-bottom: 50px;
}

input {
	font-family: Arial, sans-serif; font-size: 10px;
	color: #1CADAF;
	background: url('inputbg.jpg') repeat;
}

input:hover, input:focus {
	font-family: Arial, sans-serif; font-size: 10px;
	color: #415080;
	background: url('inbg.jpg') repeat;
}

textarea {
	font-family: Arial, sans-serif; font-size: 10px;
	color: #1CADAF;
	background: url('inputbg.jpg') repeat;
}

textarea:hover, textarea:focus {
	font-family: Arial, sans-serif; font-size: 10px;
	color: #415080;
	background: url('inbg.jpg') repeat;
}

button {
	font-family: Arial, sans-serif; font-size: 10px;
	color: #1CADAF;
	background: url('inputbg.jpg') repeat;
}

button:hover, button:focus {
	font-family: Arial, sans-serif; font-size: 10px;
	color: #415080;
	background: url('inbg.jpg') repeat;
}

select {
	font-family: Arial, sans-serif; font-size: 10px;
	color: #1CADAF;
	background: url('inputbg.jpg') repeat;
}

select:hover, select:focus {
	font-family: Arial, sans-serif; font-size: 10px;
	color: #415080;
	background: url('inbg.jpg') repeat;
}