/*
iphone style sheet, overriding several settings from main stylesheet
*/

html>body #content {
	height: auto;
        width: auto;
	min-height: auto;
}

body{
	font: 135% Georgia, "Times New Roman", Times, Serif;
}

#wrap {
    width: 100%;
    padding: 0;
}


#content {
        width: 680px;
        padding: 250px 20px 0px 20px;
}


#bookmarks {
        width: auto;
        padding: 0px 20px 75px 310px;
	position: relative;
	top: 0px;
}
