/* maxelcat.co.uk Edward Eldon - Begun 23rd July 2007*/

/*for AJClarke Carpentry Contractors */

body, h1, h2, h3, p, ul, ol, li  {padding:0; margin:0px; border:0;}

body { background-color:#9db486; margin-top:20px; margin-bottom:20px;}


/*postitional elements*/

#wrapper {width:760px; margin:0 auto;}

#header {width:740px; background-color:#ffffff; padding:12px 10px 8px 10px;}

#maininfoarea {width:760px; background:url(images/background.gif);}

#right_col_pic {width:200px; float:right;display:block;}

#list_col {width:140px; margin-left:10px; margin-top:20px; float:left;}

#central_content {width:370px; margin:20px 0 20px 20px; float:left;}

#footer {width:760px; background-color:#ffffFF;}

#footer_left{float:left; padding-left:20px; width:300px;}
#footer_right{float:right; padding-right:20px; width:300px;}



/*textual elements*/
#list_col p {color:#e4e7dc; font-size:11px; line-height:1; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif;}

#central_content p {color:#000000; font-size:12px; line-height:1.4; font-family:Arial, Helvetica, sans-serif; margin-bottom:12px;}
#central_content p.nospace{color:#000000; font-size:12px; line-height:1.2; font-family:Arial, Helvetica, sans-serif; margin-bottom:0px;}
.emphasis {font-weight:bold;}

#footer_left p, #footer_right p{color:#655b52; font-size:11px; font-family:Arial, Helvetica, sans-serif; line-height:2;}

#footer_right p{color:#9db486; text-align:right; font-size:11px;}


.spacer {margin-top:12px;}/*this class added to bring down the start of teh second paragraph. This is required due to the inserting of h1 and p class=inlines*/

/*h1 and .normal are used together to make the AJ Clark C Cont... in the first line into a title. Make the para before and after the h1 into display:inline as well as the h1. I feel this is ugly, but it validates so it must be ok???*/
h1	{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; display:inline;}
.inlines {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1.4; display:inline;}

/*link colours*/
a:link {
color:#000000;
text-decoration:underline;
}

a:visited	{
	color:#000000;
	text-decoration:underline;
}

a:active	{
	color:#000000;
	text-decoration:underline;	
}

a:hover	{
	color:#000000;
	text-decoration:none;
}


#footer_left a:link {color:#655b52; text-decoration:underline;}
#footer_left a:visited {color:#655b52; text-decoration:underline;}
#footer_left a:active {color:#655b52; text-decoration:underline;}
#footer_left a:hover {color:#655b52; text-decoration:none;}

/*image elements*/
.gap {margin-bottom:28px;}
.blocker {display:block;}