/*
Theme Name: AHC
Theme URI: http://www.JohnnyTWhite.com
Description: Default theme for Accurate Home & Construction
Version: 1.0
Author: Johnny T White
Tags:
*/

*{
        padding:0;
        margin:0;
}

h1, h2, h3, h4, h5, h6, h7, p{
       margin:20px 0px 20px 0px;
}

body {
	background-color:#FFFFFF;
	font-family:tahoma, arial;
}

p{
	text-indent:20px;
}

h3 {
	color:blue;
}

.imgleft{
	float:left;
	padding:10px;
}

.imgright{
	float:right;
	padding:10px;
}
#pagewrapper{
	position:relative;
	top:10px;
	margin:0 auto;
	width:1024px;
	height:100%;
}
	#banner {
		position:relative;
		top:0px;
		width:1024px;
		height:207px;
		font-size:18px;
		margin:0;
		background-image: url('./images/banner.gif');
	}
		#nav a{
			position:relative;
			top:170px;
			text-decoration:none;
			color:#FFFFFF;			
		}
			#nav a:hover{
				text-decoration:underline;
				vertical-align:top;
			}
			
	#contentwrapper{
		position:relative;
		width:1024px;
		text-align:left;
		overflow:auto;
	}
		#pagecontent{
			position:relative;
			width:795px;
			height:100%;
			padding:10px;
			float:left;
		}
#pagecontent li{
margin-left:20px;
}
		
		#sidebar{
			position:relative;
			width:200px;
			padding-top:5px;
			float:right;
			background-image:url('./images/sidebar-tp.gif');
			background-repeat:no-repeat;
			margin-top:20px;
		}
			#sidebarcontent{
				position:relative;
				margin-top:10px;
                                padding-left:20px;
				padding-right:20px;
                                text-align:left;
			}

                               #sidebarcontent h2{
                                      font-size:20px;
                               }
 
                               #sidebarcontent li{
                                      list-style:none;
                               }
			
	#footer{
		position:relative;
		margin:25px auto;
		width:1024px;
		height:207px;
		background-image:url('./images/footer.gif');
		background-repeat:no-repeat;
	}
		#footercontent{
			width:1004px;
			height:187px;
			padding:10px;
			color:#FFFFFF;
		}
			#footercontent a{
				text-decoration:none;
				color:#FFFFFF;
			}
				#footercontent a:hover{
					text-decoration:underline;
				}
					#copyright{
						position:relative;
						margin-top:50px;
						width:994px;
					}
