/*=Styled tags*/
body{
	text-align:center;	
	margin:8px 0 15px 0; 
	padding:0; 
	font-family:'Tahoma',Verdana, Arial, Helvetica, sans-serif; 
	font-size:0.7em; 
	color:#666; 
	line-height:1.6; 
	text-align: center;
}
div{  /*container div*/
	width:760px; 
	text-align:left; 
	margin:auto;
	padding:0;
}
div div div{ 
	margin:5px; /*between home page boxes*/
	padding:8px; 
	background-color:#F2F2F2;
	width:auto;
}
a:link, a:visited{
	text-decoration:underline;
}
a:hover, a:active{
	text-decoration:none;
}
h1{
	text-indent:-999em;
	background-repeat:no-repeat;
	margin:0 0 -20px 0;/*for IE*/
	padding:0;
	/*background:transparent url(../images/logo_myholden.gif) no-repeat;*/
}
div>h1{
	margin:0;
}
#header h1{
	height:52px;
	position:relative;
	top:37px;
	left:23px;
}
#header{
	height:119px;  
	background:#FFF no-repeat;
}
h2{
	color:#C00;
	font-size:small;
	margin:15px 0 0 0;
}
h3{
	font-size:small;
}
h3 img{ /*for club page logos*/
	float:right;
}
h4{
	color:#C00;
	font-size:1.2em;
	margin:5px 0 0 0;
	padding:0;
}
p{
	padding:0;
	margin:.8em 0 0 0;
}
form{
	display:inline;
	position:relative;
}
sub{
	font-size:xx-small;
	color:#C00;
}
strong, label{
	color:#C00;
	font-weight:normal;
	display:block;
	padding:0 0 0.5em 0;
	position:relative;
}

#google_ads{
	width:auto;
	padding:0 0 15px 0;
	margin:0;
	border:none;
}

input, textarea, select{
	position:absolute;
	left:140px;
	width:15em;
	padding:0;
	margin:0;
}
.button{
	width:80px;
}

select{/*for IE only*/
	width:11.5em;
	margin-left:.4em;
}

fieldset>select{
	margin-left:0;
}
textarea{
	height:5em;
}
input[type="image"]{
	width:auto;
	height:auto;
	border:none;
}
label{
	display:block;
	margin-top:.5em;
}
fieldset{
	border:none;
}
legend{
	display:none;
}

/*=ragged bottom on each page*/
#bottom{
	margin:-5px 0 0 0; 
	padding:0 0 0 13px;
	height:17px; 
	width:747px; 
	clear:both;
	}
#bottom a:link, #bottom a:visited{
	text-decoration:none;
}

