@charset "UTF-8";

* {
	padding:0;
	margin:0;
}

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/cranberry-background.jpg);
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9b1837;
	line-height:14px;
}

#container {
	width:828px;
	margin-right:auto;
	margin-left:auto;
}

#header {
	height:200px;
	width:828px;
	margin-bottom:15px;
}

#content {
	padding-top: 20px;
	padding-bottom: 10px;
	background: #F9E9E7 url(../images/cranberry-packshot.jpg) no-repeat 506px bottom;
	height: 320px;
	width: 828px;
}

#contenttext {
	height:320px;
	margin-bottom: 20px;
	width: 620px;
	margin-left: 20px;
}

#contenttext  a {
	font-weight:bold;
	color:#00B6E8;
	text-decoration:none;
}

#contenttext  a:hover {
	text-decoration:underline;
}

#contenttext  p {
	line-height:17px;
	margin-bottom:10px;
}

#footer {
	height:25px;
	margin-bottom:20px;
	text-align: center;
	line-height: 25px;
	color: #FFF;
}

h2 {
	font-size:1.2em;
	margin-bottom:5px;
	color:#00B6E8;
}

.smalltext {
	color:#AA4062;
	font-size:0.8em;
	line-height:10px;
	margin:0px;
	padding:0px;
}
.curved {
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	behaviour: url(Scripts/border-radius.htc);
}
