/*This stylesheet style1.css is the main and only stylesheet 
that the pages in swamorecommunity.co.uk use currently.
All the webpages link to this stylesheet*/

.container{
margin: 0 auto 0;
padding: 0px;
position: relative;
top: 0px;
left: 0px;
border: 0px;
height: 100%
}

A:link
{
	text-decoration: none;
	color:#000000;
	font-family: "Helvetica";
	font-size: 12px;
	font-weight: bold;
}
A:visited
{
	text-decoration: none;
	color:#201B58;
	font-size: 12px;
	font-weight: bold;
}
A:active
{ text-decoration: none;  color:#000000; }
A:hover
{
	text-decoration: none;
	color:#FF0000;
}

html, body {
margin: 0;
padding: 0;
height: 100%; 
}
 
body{
font-family: Arial;
font-size: 14px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: auto;
padding: 0px;
}


#main {
position: relative;
/*background-image: url("images/montage.jpg");*/
background-position: left center;
background-repeat: no-repeat;
margin: 0;
padding:0;
border: 0px;
top: 0px;
left: 0px;
z-index:1;
width: 780px;
min-height: 100%;
height: 100%
}



*html #main{
height: 100%;
}



#ads{
	position: absolute;
	top: 5px;
	left: 800px;
	z-index: 4;
	width: 130px;
	border: 0px;
}



#subheadings{
	position: absolute;
	top: 109px;
	left: 150px;
	z-index: 4;
	width: 595px;
	border: 0px;
}

#banner{
	position:absolute;
	top: 170px;
	left:	54px;
	/*height: 435px;
width: 129px;*/
z-index: 5;
}

#content {
	position: absolute;
	top: 130px;
	left: 150px;
	z-index: 5;
	width: 630px;
	height: 69%;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	border: 0px;
	font-size: 13px;
}

#footer {
position: absolute;
margin-top: -48px;
height: 48px;
left: 0px;
z-index: 1;
width: 780px;
border: 0;
padding:0;
}

img {
border: none;
}

