/* mobile styles */
@media handheld {
* {
	float: none;
	}


}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

html { -webkit-text-size-adjust: none;}

/* mobile styles */
@media handheld {
* {
	float: none;
	}


}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

html { -webkit-text-size-adjust: none;}

	
#content {
font: 20px sans-serif;
line-height:1.5;
position: absolute;
padding-top: 250%;
width: 100%;
}


#header {
background-image: url(fashion.png);
background-repeat: no-repeat;
background-position: center; 
width: 100%;
}

#nav {
font: 20px sans-serif;
font-variant: small-caps;
text-align:center;
word-spacing: 10px;
line-height:1.8;
max-width: 100%;
position:absolute;
margin:0 auto;
left:75%;

}

#sidebar{
font: 20px sans-serif;
font-variant: small-caps;
line-height:1.5;
position: static;
padding-right: 35%;
padding-top: 35%;
max-width: 100%;
}


#sidebar
a:link {color:white; font-size:22px; font-weight:bold; background-color:black; padding-left: 35px; padding-right:35px; padding-top:1px; padding-bottom:1px;}
#sidebar
a:visited {color:white; font-size:22px; font-weight:bold; background-color:black;  padding-left: 35px; padding-right:35px; padding-top:1px; padding-bottom:1px;}


}