/* CSS Document */

*
{
padding: 0px;
marging: 0px;
}
#wrapper #title img {
	left: 250px;
}
#wrapper #footer {
	
	
}
#amazon {
	height: 25px;
	width: 88px;
	background-position: bottom;
	float: right;
	right: 20px;
	bottom: 20px;
}
a:link {
	color: #505050;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFB100;
}
a:hover {
	text-decoration: underline;
	color: #FFB100;
}
a:active {
	text-decoration: none;
	color: #505050;
}

html, body {

	cursor: default;
	text-align: left;
	font-size: 0.83em;
	font-family: Quebec-Bold;
	color: #505050;
}
#wrapper #title p {
	float: right;
	bottom: 10px;
}
#wrapper #review p {
	font-size: 1.2em;
	font-weight: normal;
}
#wrapper #review .icon {
	float: left;
}
#wrapper #title .illustration {
	margin: 10px;
	padding: 10px;
	border: 1px solid #969696;
	float: right;
}


#wrapper {
	background-image: url(images/background/web_backgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	width: 640px;
	height: 480px;
}

#title {
	width: 330px;
	float: left;
	color: #505050;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 20px;
}
#wrapper #title h2, h4 {
	padding-left: 100px;
	padding-right: 5px;
}

#review {
	padding-top: 15px;
	padding-bottom: 20px;
	width: 302px;
	float: right;
	color: #969696;
}
#footer {
	clear: both;
}
