    body {
text-align:center;
        margin: 0;
        padding: 0;
        background: url('/images/sugarfix_cc_bg.jpg') 90% bottom no-repeat;
    }
    #header {
		background: url('/images/menubackground.jpg') bottom right no-repeat;
        float: left;
    }
    .menu ul {
        padding-left: 20px;
        list-style-type: none;
    }
    .menu li {
        display: inline;
        padding-right: 20px;
    }
    .menu a {
        font-family: Georgia, Georgia, serif;
        font-size: 16pt;
        color: purple;
        letter-spacing: 0.04em;
        text-decoration: none;
    }
    .menu a:hover { color: #ed1c24; }
    #container {
text-align:left;
        width: 860px;
        padding: 30px 0px 250px 10px;
		margin: auto;
    }
    #header img { border: 0; }
	.borderimg { border: 5px #FCDFFF solid; }
    #content h1 { text-align: center; font-weight: normal; color: purple;}
	#content h2 { font-weight: normal; color: purple; }
    #content {
		color: #924e9f;
        padding-top: 20px;
        font-family: Times New Roman, Times, serif;
/*        font-family: Tahoma, Geneva, sans-serif; */
        color: #333;
        letter-spacing: 0.05em;
    }
    #content h1 { font-size: 18pt; font-weight: normal; }
    #footer {
        text-align: right;
        font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
        font-size: 10pt;
        color: #ec2023;
        padding: 10px 0px 20px 0px;
    }
	#footer a, #footer a:visited { color: #ec2023; }
#mailinglist {
	position: absolute;
	right: 120;
	top: 0;
	background-color: #ff6666;
	border: 2px dotted red;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
}
#mailinglist form {
	margin:0; padding:3;
}
.inputemail {
	font-size: 8px;
	line-height: 8px;
}
.inputsubmit {
	color: red;
	font-size: 8px;
	line-height: 8px;
}
