@charset "UTF-8";
body {
	font-family: "Myriad Web", Tahoma, sans-serif;
	background-image: url(../images/furn/bodyfill.png);
	background-repeat: repeat-x;
}
/*Layout*/
#wrapper {
	background-image: url(../images/furn/midfill.png);
	margin: 0 auto;
	width: 705px;
}
#header {
	height: 128px;
	margin-left: 30px;
}
#logo {
	height: 70px;
	width: 700px;
}
#logo a {
	border: 0;
}
#logo h1 {
	display: none;
}

#main {
	margin-left: 30px;
	margin-right: 50px;
	margin-top: 12px;
}
#contacts p {
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	text-align: center;
}

#left-col {
	float: left;
	margin-right: 45px;
	width: 280px;
}

#top {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url(../images/furn/topfill.png);
	height: 75px;
}
#bot {
	background-image: url(../images/furn/botfill.jpg);
	margin: 0 auto;
	height: 25px;
}

#clearfix {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/*Links*/

img {
	border: 0;
}

/* navbar */

#nav {
	height: 20px;
	margin-left: 35px;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 12px;
	border-top: solid 1px #4578bc;
	border-bottom: solid 1px #4578bc;
	margin-right: 35px;
}

#nav ul {
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav a {
	margin: 0px;
	padding: 0px 10px 0 10px;
	width: 100%;
	text-decoration: none;
	font-weight: lighter;
}
a {
	color: #4578BC;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #4578bc;
}

/*Headings*/

/*The JJ footer thing*/
#jj {
	width: 700px;
	margin: 0 auto;
	text-align: right;
}
img#jj {
	background: transparent url(../images/furn/jj-logo.png) no-repeat scroll 0 0;
	float: right;
	height: 25px;
	width: 100px;
}
a.jjlink {
	border:0 none;
	cursor:pointer;
	text-decoration:none;
}

#contacts {
	margin-left: 30px;
	margin-right: 50px;
	margin-top: 20px;
}

#right-col {
	float: right;
	width: 280px;
	height: 450px;
}

#content h1 {
	font-weight: lighter;
	font-size: 1.5em;
	color: #000000;
	padding-bottom: 10px;
}
#content h2 {
	font-weight: bold;
	font-size: 1.1em;
	color: #91AECD;
	padding-top: 25px;
}
#content h3 {
	color: #333333;
	padding-top: 20px;
}
#content p {
	text-align: left;
	font-weight: lighter;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 10px;
}
blockquote {
	padding: 10px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
	background: url(../images/furn/quote_open.png) 0px 0px no-repeat;
	
}
#comments h3 {
	color: #999999;
}

blockquote p {
	background: url(../images/furn/quote_closed.png) 100% 90% no-repeat;
	padding: 0px 20px 10px 30px;
	margin: 10px 0px 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}

.quoter {
	color: #000000;
	font-weight: bold;
	float: right;
}
#comments {
	float: right;
	width: 250px;
	margin-left: 20px;
}
.bold {
	font-weight: bold;
}

