* {
	margin:0px;
	padding:0px;
}

body {
	border: 0px;
	margin: 0px;
	/*text-align:center; /*center hack*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

html, body, div, span,applet,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

li, ol, ul {
	margin-left: 10px;
		
}

a img, :link img, :visited img {
	border: 0;
}

#wrapper {
	background: #ffffff;
	width: 1008px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin:0 auto;
	position: relative;
}

#inner-wrapper {
	width: 1008px;
	float: left;
}

#branding {
	width: 1008px;
	margin-bottom: 10px;
	margin-top: 5px;
}


#chepstow_logo {
	float: left;
	margin-top: 20px;
}

#chepstow_info {
	padding: 0px;
	text-align: right;
	
}

#follow_us {
	float: right;
	margin-top: 20px;
	text-align: right;
}

#follow_us p {
	text-align: right;
	font-size: 11px;
	color: #666;
	line-height: 20px;	
}

#follow_us p img {	
	vertical-align: middle;
	padding-left:10px;
}

#follow_us a {
	text-decoration: none;
	color: black;	
}

#follow_us a:hover {
	color: #666666;
}

#footer {
	clear: both;
	padding-top: 5px;
	padding-right:5px;
	text-align: right;
	font-size: 8pt;	
}

#footer a {
	text-decoration: none;
	color: #333333;	
}

#lang a:hover {
	color: #666666;
}

