/**
  * Website design by Craig McNicholas @ designdotworks.co.uk
  * Copyright: Charlotte Chapman Photography
  * Author: Craig McNicholas
  * Date: 11/11/2008
  */


/**
  * Styles for non scripted browsers
  */

/* Show picture not spiral */
body.noscript
{
	background-image:url("../Images/Backgrounds/abi01.jpg");
	background-attachment:fixed;
}

/* Show by default as theres no script interaction */
.noscript #contentBox, .noscript #aboutme, .noscript #contentLeft .album
{
	display:block !important;
}

/* Allow page scrolling */
.noscript #contentBox, .noscript #content, .noscript #contentLeft
{
	height:auto;
}

/* Make sure images dont touch the bottom */
.noscript #contentLeft
{
	padding-bottom:20px;
}