* {
	padding: 0;
	margin: 0;
}
html {
	
}
body {
	background: url(top.gif) #464646 repeat-x;
	background: #cacbc2;
	color: #4b4b4b;
	font: 16px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#container {
	width: 600px;
	height: 500px;
	margin: 60px auto 0 auto;
}

#header {

}
img {
	border: 0px;
}
#content {
	color: #000;
	padding: 20px;
	margin: 0 auto 0 auto;
	width: 600px;
	height: 400px;
	background-color: #fefefe;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;	
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;	
}
#content h1 {
	font-size: 36px;
}

h3 {
	margin-bottom: 20px;
}

#text {
	margin-top: 20px;
	width: 600px;
	height: 250px;


}

#left img {
	margin-left: -10px;
}
ul {
	padding: 20px;
}

#left {
	width: 270px;
	height: 250px;
	float: left;
}
#right {
	width: 270px;
	height: 250px;
	float: right;
}

#right input {
	width: 200px;
	border: 1px solid grey;
	font-size: 25px;
}

.buy {
	color: #fff;
	text-decoration: none;
	font: 24px "lucida grande";
	font-weight: normal;
	padding: 8px 12px 8px 12px;
	background-color: #0095f8;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}
.buy:hover {
	background-color: #0089e4;
}

.err {
	color: #ff0000;
}