html {
 height:100%;
 margin:0px;
}

body {
	background-color: #ACACAC;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	height:100%;
	color:#727272
}

p {
margin-top:0px;
}

/*h2 is only to be used for the main title on each page */

h2 {
margin:0px;
font-weight:normal;
font-size:3em;
color:#727272;
}

h3 {
font-weight:normal;
color:#000000;
margin-top:0px;
}

a, a:visited {
color:#000000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#container {
/*width:786px;*/
margin: 0px auto;
min-height:100%
}

#header {
/*width:770px;*/
height:230px;
margin: 0px auto 0px auto;
display:block;
}

#logo {
font-size:1.3em;
float:right;
color:#144592
}

#tagline {
float:left;
color:#FFFFFF;
}

#navigation {
display:none;
}

#basket {
display:none;
}

#left {
display:none;
}

#centre {

}

#right {
float:right;
margin-left:10px;
display:block;
}

#right #contact {
font-size:2em;
}

#right ul {
display:none;
}

#footer {
/*width:738px;*/
display:block;
font-size:0.7em;
margin-top:20px;
position:relative;
}

#footer ul {
display:none;
}