/*

onesidezero.co.uk CSS

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

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

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFF;
	color: #666666;
}
#wrapper {
	height: auto;
	width: 900px;
	padding-top: 10px;
}
#menu {
	background-color: #FFFFFF;
	height: auto;
	width: 130px;
	padding-top: 20px;
	padding-left: 30px;
}

#wrapper #bodyArea {
}
#wrapper #bodyArea #left {
	width: 115px;
	height: auto;
	float: left;
	padding-left: 35px;
	padding-top: 20px;
	background-color: #FFF;
	position: fixed;
}


#wrapper #bodyArea #right {
	float: right;
	height: auto;
	width: 690px;
	padding-left: 60px;
	padding-top: 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;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9C3;
	font-weight: normal;
}


a:link {
	text-decoration: none;
	color:#666666;
}
a:active { text-decoration: none; }
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	color:#CCC;
}
#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 {
}
