body {
	 margin: 0;
	 padding: 0;
	 font-size: 13px; 
	 color: black;
	 background-image: url("page_background.gif");
	 font-family: Arial, Helvetica, sans-serif;	
}

#container {
	 margin: 5px auto; 
	 width:932px;
	 border: 3px solid red;
	 border:solid orange 2px;
	 background: white;
}	

/* BANNER area */
#banner{ 
	clear:both;
	width: 922px;
	border: 0px solid black;
	text-align: center;
	padding:0px; 
	margin: 0px 0px 0px 10px;
}

#logo{
	float:left;
	margin:0 0 0 10px;
	padding:0;
}

#right_banner_content {
	float:right;
	margin:0;
	padding:0;
}

#strapline {
	margin:0;
	padding:0;
}

#basket_button {
	margin:25px 0px 0px 250px;
	padding:0;
}

/* TOP navigation */

#nav_top {
	float:left;
	width: 932px;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	text-align: center;
	padding: 5px 0px;
	margin:0;
}
		
#nav_top ul {
	margin: 0px;
	margin-left:13px;
	list-style-type: none;
}
		
#nav_top li {
	float:left;
	padding: 0px 21px;
}

#nav_top a {
	display:inline;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:gray;
	font-weight:bold;
	font-size:11px; 
}

#nav_top a:hover {
	color:orange;
	text-decoration:none;
}	

/* LEFT navigation */	

#nav_left {
	float: left;
	width: 175px;
	border: 0px solid blue;
	margin: 15px 0px 5px 20px;
	text-align: center;
	padding-top: 10px;
}

#image {
	margin: 0;
	padding: 0;
	background: #3b3b3b;
	width: 145px;
	float: left;
	border-bottom: 10px solid white;
}
	
#nav {
	margin: 0;
	padding: 0;
	background: white;
	list-style-type: none;
	width: 140px;
	float: left; /* Contain floated list items */
}

#nav li {
	margin-left: 2px;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
}

#nav a {
	display: block; /* to increase clickable area as a’s
	default to inline */
	color: white;
	font-weight:normal;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;		
	text-decoration: none;
	padding: 0 3px;
	line-height: 2.0;
	border-bottom: 10px solid white;
	background-image: url("left_buttons_background.gif");
	background-repeat: no-repeat;
}

#nav #nav_con a {
	background-image: url("left_buttons_background.gif");
	background-repeat: no-repeat;
}

#nav a:hover {
	background-image: url("left_buttons_background_hover.gif");
	background-repeat: no-repeat;
	color:#3b3b3b;
	font-weight:bold;
}

.message{
	position:absolute;
	top:200px;
	left:20px;
	font-size:14px;
	width:450px;
}

#cost_image{
	margin-top:20px;
	margin-left:-30px;
	width:130px;
}

/* FOOTER */

#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid black; 
	text-align: center;
	height:15px;
	padding: 15px 0px;
	background-image:url("bottom_background.gif");   
}

#left_align_bottom{
	float:left;
	text-align:left;
	margin-left:10px;
}
	
#right_align_bottom{
	float:right;
	margin-right:10px;
	font-size: 10px;
}

#left_align_bottom a{
	color:black;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight:normal;	
	text-decoration:none;
}
#right_align_bottom a{
	color:black;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight:normal;	
	text-decoration:underline;
}

#right_align_bottom a#wwd_link {
	text-decoration:none;
	font-size:10px;
}

.clear{
	clear:both;
}

h1{
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
}