body {
	background-color: #d4d4d4;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #41454b;
}
a {
	color: #fa3530;
	text-decoration: none;
	border-bottom: 1px dotted #16a9cc;
	line-height: 17px;
}
a:hover {
	color: #41454b;
	border-bottom-color: #777;
	border-bottom-style: solid;
}
a:focus {
	outline: none;
}
p {
	margin: 5px 0px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #fc290c;
}

/* <container */
#container {
	position: relative;
	background-image: url(../images/book.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px auto;
	width: 910px;
	height: 570px;
}

a#logo {
	position: absolute;
	display: block;
	top: 50px;
	left: 71px;
	width: 202px;
	height: 85px;
	border-bottom: none;
}
#container h1 {
	position: absolute;
	top: 120px;
	left: 350px;
	width: 460px;
	height: 85px;
	font-size: 23px;
	margin-bottom: 20px;
}
	form {
		position: absolute;
		top: 230px;
		left: 350px;
		width: 300px;
		height: 300px;
	}
	form input {
		background: none;
		background-image: url(../images/field.jpg);
		background-repeat: no-repeat;
		width: 90px;
		height: 20px;
		margin: 10px 7px 0px 0px;
		border: none;
		padding: 0px 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 20px;
	}
	form input#button {
		background-image: url(../images/button.jpg);
		background-repeat: no-repeat;
		background-position: top;
		width: 230px;
		height: 50px;
		margin: 10px 0px 0px 0px;
		cursor: pointer;
	}
	form input#button:hover {
		background-position: bottom;
	}
	p#privacy {
		width: 230px;
		height: 70px;
		margin-top: 10px;
	}
	p#privacy span {
		float: left;
		display: block;
		background-image: url(../images/bullet.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		margin-right: 10px;
		width: 21px;
		height: 20px;
	}
	p#privacy a {
		line-height: 18px;
	}
/* container> */

/* <footer */
#footer {
	position: relative;
	margin: 10px auto;
	width: 910px;
	height: 230px;
	background: #fff;
}
#footer ul {
	position: absolute;
	list-style-type: none;
	top: 30px;
	left: 30px;
	width: 360px;
	line-height: 24px;
}
#footer ul li {
	background-image: url(../images/bullet-small.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 35px;
	height: 26px;
	font-weight: bold;
	border: 1px solid #fff;
}
#footer div {
	position: absolute;
	top: 30px;
	left: 420px;
	width: 460px;
}
#footer h2 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
}
#footer h2 span {
	font-weight: bold;
}
#footer #col1 {
	position: static;
	float: left;
	width: 240px;
	height: 150px;
}
#footer #col1 img {
	margin-left: 10px;
	padding: 1px;
	border: 1px solid #fa3530;
}
#footer #col2 {
	position: static;
	float: left;
	width: 220px;
	height: 150px;
}
#footer #col2 h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
p#more {
	background-image: url(../images/more-bullet.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 60px;
	height: 24px;
	padding: 0px;
}
p#more a {
	line-height: 22px;
}
/* footer> */

div#copyright {
	margin: 0px auto;
	width: 800px;
	padding-bottom: 10px;
	text-align: center;
}
