body {
	background-color: #ffda97;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

body, div, h1, h2, h3, h4, p {
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

.clear {
	height: 1px;
	margin: -1px 0 0 0;
	clear: both;
	overflow: hidden;
}

a, img {
	border:none;
	outline-style:none;
}

.left {
	float: left;
}

.right {
	float: right;
}

#container {
	margin: 0 auto 0 auto;
	background: url(/images/container-bg.png) repeat-y center;
}

#header {
	margin: 0 auto 0 auto;
	width: 1000px;

}

	#header h1 {
		width: 630px;
		height: 173px;
		background: url(/images/sugar-sugar-logo.png) no-repeat center;
		text-indent: -9999px;
		margin: 0 auto 0 auto;
	}
	
	#header h1.narrow {
		height: 110px;
	}
	
	#header p {
		display: none;
	}




#footer {
	background: #7a143d url(/images/footer-bg.png) repeat-x;
	color: #d6a4b8;
	font-size: 11px;
	line-height: 40px;
	overflow: hidden;
}

	#footer .fixed {
		width: 900px;
		margin: 0 auto 0 auto;
	}

	#footer a, footer a:visited {
		color: #d6a4b8;
	}
	
	.copyright {
		margin: 0;
		float: left;
		width: 300px;
	}

	.bottom-links {
		float: right;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.bottom-links li {
		float: left;
		line-height: 40px;
		margin: 0 0 0 15px;
		padding: 0;
	}
	
	
.form {
	font-family: Helvetica, Arial, sans-serif;
	color: #4c4c4c;
	font-size: 12px;
}

label {
	display: block;
	width: 160px;
	font-weight: bold;
	float: left;
	clear: left;
	line-height: 20px;
	margin: 0 0 10px 0;
}

.form .solid-line {
	height: 2px;
	margin: 15px 0 15px 0;
	padding: 0;
	overflow: hidden;
	background: #edc5d5;
}

.form h3 {
	font-size: 24px;
	color: #d6a4b8;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.form .no-bottom-margin {
	margin-bottom: 0;
}
input,textarea {
	float: left;
	border: solid 1px #d6a4b8;
	background: #fff url(/images/field-bg.png) repeat-x top;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #7a143e;
	padding: 3px;
	margin: 0 0 10px 0;
	z-index: 200px;
}

input.error, select.error, textarea.error {
	border: solid 1px #990000;
	background: #900 url(/images/field-error-bg.png) repeat-x top;
	color: #fff;
}

label.error {
	color: #900;
}

.error-indicator {
	float: left;
	font-size: 11px;
	color: #900;
	line-height: 18px;
	padding-left: 20px;
}

.error-indicator img {
	display: block;
	margin: -18px 0 5px -20px;
}

select {
	float: left;
	border: solid 1px #d6a4b8;
	background: url(/images/field-bg.png) repeat-x top;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #7a143e;
	margin: 0 0 10px 0;
}

option {
	background: #fff;
	color: #7a143e;
}

input:focus, select:focus {
	border: solid 1px #7a143e;
}

.form a, .form a:visited {
	color: #7a143e;
}