body {
	 font: 12px 'Trebuchet MS';
	 line-height: 18px;
	 color: #666;
	 margin-top: 0;
}

a {
	text-decoration: none;
	color: #A62113;
}

#container {
	width: 980px;
	margin: 20px auto;
}

#header {
	height: 24px;
	line-height: 30px;
}

#main {
	clear: both;
}

#logo {
	font-size: 30px;
}

.studio {
	color: black;
}

.fruitkist {
	color: #0ca300;
}

.tagline {
	font-size: 12px;
}

.clearboth {
	clear: both;
}

#footer {
	clear: both;
	border-top: 2px solid black;
	margin-top: 10px;
	font-size: 11px;
	text-align: right;
}

#quotations {
	background-color: black;
	padding: 50px;
	font-family: 'Times New Roman';
	font-size: 24px;
	color: #ddd;
}

#quotations .author {
	margin-top: 30px;
	text-align: right;
}

h1 {
	margin: 0;
	line-height:20px;
}

h2 {
	font-size: 18px;
	margin: 0;
	margin-left: -20px;
}

.signature {
	display: block;
	text-align: right;
}

ul {
	list-style: square;
	padding-left: 10px;
}

ul li {
	margin-top: 5px;
}

dl {
	margin: 10px 0;
	height: 60px;
}

dt, dd {
	margin: 0;
	padding: 0;
}

dt {
	float: left;
	width: 50px;
}

dd {
	float: left;
	width: 140px;
	clear: right;
}

#columns {
	padding-left: 10px;
}

.col {
	float: left;
	margin: 0;
	padding: 25px;
}

.col-1 {
	width: 400px;
}

.col-2 {
	width: 200px;
}

.col-3 {
	width: 200px;
}
