/*

andfold.co.uk CSS (NEWS)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

/* 
News Page style - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

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

hr {
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #F2F2F2;
}
body {
	background-color: #F9F9F9;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
}
#wrapper {
	height: 400px;
	width: 900px;
	padding-top: 20px;
	padding-left: 10px;
}
#menu {
	background-color: #FFFFFF;
	height: 90px;
	width: auto;
	padding-top: 20px;
	padding-left: 40px;
}

#wrapper #bodyArea {
}
#wrapper #bodyArea #left {
	width: 570px;
	height: auto;
	float: left;
	padding-left: 30px;
	padding-top: 15px;
	padding-right: 60px;
}

#wrapper #bodyArea #right {
	float: left;
	height: auto;
	width: 189px;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 20px;
}
#wrapper #bodyArea #centre {
	height: 1300px;
	width: 240px;
	float: right;
}
#wrapper #bodyArea #centre2 {
	float: right;
	height: 90px;
	width: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	line-height: 16px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: lighter;
	color: #464646;
}




a:link {
	text-decoration: none;
	color:#666666;
}
a:active { text-decoration: none; }
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	color:#18d15d;
	text-decoration: underline;
}
#content a:link { text-decoration: underline; }
#content a:hover { text-decoration: underline; }

html {
	overflow-x: hidden;
	overflow-y: auto;
}

a {	
	color: #666666;	
	text-decoration: none

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper .content {
}

