/*BEGIN SITE LAYOUT*/

A:link {color: #0000ff;text-decoration: none}
A:visited {color: #0000ff; text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #80A000;}

.class1 A:link {text-decoration: none; color:blue;}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline; color: red;}


body{
	background-color:#ffffff;
}

#container{
	margin-left:auto;
	margin-right;auto;
}

#top1{
	background-image:url('http://scottishmotorcycleclub.org.uk/smc/_images/cut6/frontpage.jpg'); 	
	background-repeat: no-repeat;			
	width:1050px;
	height:850px;
	padding:0px;
/*	
	background-image:url('http://scottishmotorcycleclub.org.uk/smc/_images/cut6/header.gif'); 		
	background-attachment:fixed;
	background-position: 50px 100px;
*/	
}

#top2{
	position:absolute;
	left:45px;
	top: 20px;
	z-index:1;
	width:162px;
	height:268px;
}


#titlebar{
	width:740px;
	position:absolute;
	left:235px;
	top:108px;
	color:#008000;
	text-decoration: none;
	font: bold 90% arial;
	text-align:center;
}

.bar{
	width:740px;
	position:absolute;
	left:250px;
	top:10px;
	color:#008000;
	text-decoration: none;
	font: bold 90% arial;
}


.menubar{
	color: #008000;
	text-decoration: none;
	font: bold 90% arial;
}

#menu{
	width:206px;
	float:left;
	text-align:center;
	padding:0px;
}

#menufooter{
	width:210px;
	height:17px;
	padding:0px;
}

#content{
	position:absolute;
	left:200px;
	top:150px;
	width:800px;
	padding:6px;
	padding-right:15px;
	
	background-position: top left; 
	background-repeat: no-repeat;	
	background-color:#99CDFF;	
}

#editlink{	;
	text-align:left;
	font: bold 90%; 
	font-weight:bold;
	background-color:#0066FF;
}


#textindent{
	padding:6px;
	padding-right:15px;
}

#footer {
	width:798x;
	height:20px;
}


/*END THE SITE LAYOUT*/
/*BEGIN MENU BUTTONS*/

.menubutton {
	width:170px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
}

.menutext{
	position:absolute;
	top:215px;
	width:130px;
	margin-left: 15px;	
	text-align:center;
	font: bold 90% arial;
}


#topimage{
	position:absolute;
	top:20px;
	left:270px;
	text-align:center;
	font: bold 90% arial;
	background-image:url('http://scottishmotorcycleclub.org.uk/smc/_images/cut6/header.bmp'); 	
	width:663px;
	height:69px;
	padding:0px;

}

#bikeimage{
	position:absolute;
	top:1px;
	left:30px;
	text-align:center;
	font: bold 90% arial;
	background-image:url('http://scottishmotorcycleclub.org.uk/smc/_images/cut6/bike.bmp'); 	
	width:111px;
	height:150px;
	padding:0px;
}


/*END MENU BUTTONS*/

