@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: #384d5e url(http://pavementshoes.com/images/pavement_bgd.gif) center repeat-y;
	margin: 0px;
	padding 0px;
	}
	

#all{
	position: relative;
	background: #694426 url(http://pavementshoes.com/images/all_bg.jpg) top no-repeat;
	width: 986px;
	margin: 0px auto auto auto;
	text-align: left;
	}

#logo {
	position:absolute;
	top: 40px;
	left: 47px;
	}	

#nav {
	position: absolute;
	top: 97px;
	left: 5px;
	width: 366px;
	height: 574px;
	background: url(http://pavementshoes.com/images/nav_frame.gif) top no-repeat;
	}

#links {
	position: absolute;
	top: 153px;
	left: 102px;
	}
#links a {
	color: #9f7d5d;
	font-size: 12pt;
	display:block;
	text-decoration:none;
	margin: 0px 0px 10px 0px;
	}
#links a:hover {
text-decoration:underline;
}
#newsletter {
	position: absolute;
	top: 324px;
	left: 102px;
	}	
#hours {
	position: absolute;
	top: 450px;
	left: 102px;
	font-size: 9pt;
	line-height: 11pt;
	color: #6e7f92;
	}		
#contactinfo {
	position: absolute;
	top: 593px;
	left: 102px;
	color: #fcfbe0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	}	

#content {
	position: relative;
	left: 287px;
	background:url(http://pavementshoes.com/images/content_top.jpg) top no-repeat #fcfbe0;
	width: 638px;
	padding: 160px 0px 400px 0px;
	margin-bottom: 20px;
	
	}
#content h1 {
	margin: 0px 55px 20px 70px;
	color: #826941;
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	line-height: 22px;
	}
#content h3 {
	margin: 8px 55px 8px 70px;
	color: #5ab9c5;
	font-weight: normal;
	font-style:italic;
	font-size: 14pt;
	line-height: 22px; 
	}
	
#content p {
	margin: 8px 55px 8px 70px;
	color: #4c4c4c;
	font-size: 9pt;
	font-weight: normal;
	line-height: 22px;
	}	
		
#content img {
	margin: 0px;
	border: 10px solid #FFFFFF; }	

#content a {
	color: #5ab9c5;
	text-decoration:none; }
#content a:hover {
	text-decoration: underline;
	}					

#postbody {
	margin: 8px 55px 8px 70px;
	color: #4c4c4c;
	font-size: 9pt;
	font-weight: normal;
	line-height: 22px;

	}

#copyright {
	padding-top: 100px;
	}	