html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 8pt;
	color: #4d4d4d;
        background-image: url("12.png");
        background-position: 0 29px;
        background-repeat: repeat-x;
	background-color: #d7e6eb;
}

#header {
	background: ;
	height: 800px; 
        position: absolute;
        top: 0px;
        left: 30px;
}

#content {
        width: 470px;
	background-color: #ffffff;
        position: absolute;
        top: 650px;
        left: 385px;
	padding: 3px;

}

#sidebar {
        float: left;
	width: 210px;
	background-color: #ffffff;
        position: absolute;
        top: 650px;
        left: 155px;
	padding: 3px;
}

#ad {
        float: left;
	width: 210px;
	background-color: #ffffff;
        position: absolute;
        top: 450px;
        left: 142px;
	padding: 3px;
}

h1 {
        background-image: url("http://lucyfashion.org/wp-content/themes/v1/not.png");
        background-repeat: repeat-x;
        background-color: #B9B9B9;
        margin-bottom: 2px;
        margin-top: 1px;
        line-height: 10px;
        font-size: 18pt;
        font-weight: normal;
        line-height: 20px;
        font-family:arial;
        outline: #fa7eb2;
        letter-spacing: -1px;
        color: #FFFFFF;
        text-align: center;
        text-transform: lowercase;
        padding: 5px;
}

.outline {
text-shadow: #ffffff 1px 1px 1px;
}

.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: #ededed;
color: #8C742B;
text-align: left;
letter-spacing:1px;
padding:2px;
margin-top:1px;
margin-top:1px;
text-align: center;
}

a:link img { 
border:1px solid #ff60a0;
padding:1px;
background:#FFFFFF;
} 

a:visited img { 
border:1px solid #ff60a0;
padding:1px;
background:#FFFFFF;
} 

a:hover img { 
border:1px solid #d7e6eb;
padding:1px;
background:#FFFFFF;
}


b, strong {color: #ff60a0;}
i {color: #d7e6eb;}
u {color: #fa7eb2;}
A:link { text-decoration: none; color:#fa7eb2; cursor: normal ;}
A:active {text-decoration: none; color:#fa7eb2; cursor: crosshair ;}
A:visited {text-decoration: none; color:#fa7eb2; cursor: crosshair ;}
A:hover { text-decoration: none; color:#d7e6eb; cursor: crosshair ;}