/* CSS Document */
/*
Site Name: Woods, Loeb & Co. v01
Created By: Paul Burd Design - www.paulburddesign.com
*/

/* Begin Page Structure */

body, html {
	height: 100%;
	text-align: center;
	background-image: url(images/bg-square-tile.jpg);
	background-position: fixed;
}

div.container {  /* centers entire page */
	position: relative;
	margin: 0 auto;
	width: 664px;
	height: 100%;
	text-align: left;
}

#wrapper {
	min-height: 100%;
	width: 664px;
	background-image: url(images/center-bg.jpg);
	text-align: center;
	background-repeat: repeat-y;
	background-position: fixed;
}

* html #wrapper { /* IE Fix */
  height: 100% 
}

#header {
	height: 365px;
	width: 640px;
	margin-left: 12px;
	background-color: transparent;
}

#content {
	background-color: transparent;
	color: #333;
	padding-bottom: 60px;
	margin-right: 60px;
	margin-left: 60px;
	text-align: justify;
	margin-top: 30px;
}

#footer {
	height: 50px;
	width: 664px;
	margin-top: -50px;
	background-image: url(images/center-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

/* End Page Structure */


/* Begin Typography */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	text-align: justify;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	text-align: justify;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	text-align: justify;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #999999;
	text-align: center;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:visited:hover {
	text-decoration: underline;
}

div.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	text-align: justify;
	border-top-color: #999999;
	border-top-style: solid;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	width: 520px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.callout-home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	text-align: justify;
	border-top-color: #999999;
	border-top-style: solid;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	width: 546px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* end Typography */