html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 8pt;
	color: #4d4d4d;
        text-align: center;
        background-image: url("http://sweetniblets.org/images/bg.png");
}

#header {
	background: ;
	height: 800px; 
        position: absolute;
        top: 0px;
        left: 30px;
}

#content {
        background-color: #ffffff;
        width: 470px;
        position: absolute;
        top: 560px;
        left: 385px;
        text-align: center;
	padding: 3px;

}

#sidebar {
        background-color: #ffffff;
        float: left;
	width: 230px;
        position: absolute;
        top: 560px;
        left: 133px;
	padding: 3px;
}

h1 {
        background-repeat: repeat-x;
        background-color: #B893B2;
        margin-bottom: 2px;
        margin-top: 0px;
        line-height: 12px;
        font-size: 10pt;
        font-family: arial;
        text-transform: normal;
        color: #ffffff;
        text-align: center;
        padding: 5px;
}

.padding {
	padding: 0px;
}

a#nav, a#nav:active, a#nav:link, a#nav:visited {
display:block;
font-family: Microsoft Sans Serif;
font-size: 11px;
line-height: 15px;
font-weight: normal;
letter-spacing:2px;
text-decoration:none;
background: ;
color: #000000;
text-align: left;
letter-spacing:1px;
padding:2px;
margin-top:1px;
margin-top:1px;
text-align: center;
}
a#nav:hover {
display:block;
font-family: Microsoft Sans Serif;
font-size: 11px;
line-height:15px;
font-weight: normal;
letter-spacing: 2px;
text-decoration:none;
background: #f2f2f2;
color: #B893B2;
text-align: left;
letter-spacing:1px;
padding:2px;
margin-top:1px;
margin-top:1px;
text-align: center;
}

a:link img { 
border:1px solid #B893B2;
padding:0px;
background:#FFFFFF;
} 

a:visited img { 
border:1px solid #B893B2;
padding:0px;
background:#FFFFFF;
} 

a:hover img { 
border:1px solid #000000;
padding:0px;
background:#FFFFFF;
}


b {color: #A1A8b4;}
i {color: #B893B2;}
u {color: #000000;}
strong {color: #A1A8b4;}
A:link { text-decoration: none; color:#A1A8b4; cursor: crosshair ;}
A:active {text-decoration: none; color:#A1A8b4; cursor: crosshair ;}
A:visited {text-decoration: none; color:#A1A8b4; cursor: crosshair ;}
A:hover { text-decoration: none; color:#000000; cursor: crosshair ;}