@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

/* mac hide \*/

html, body {
	background: white;
	height: 100%;
	width: 100%;
}

/* end hide */

body {
	background: #FFF;
	text-align: center;
	min-height: 350px;
	min-width: 750px;
}

#header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #91705F;
	font-size: 20px;
	padding-top: 15px;
	font-weight: lighter;
}

#centered_content {
	background: url('images/home_shell_crop.jpg') no-repeat 100% 54px;
	height: 350px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

#position {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 350px;
	position: relative;
}

#navigation {
	width: 720px;
	height: 20px;
	margin-top: 110px;
	background: #FFF;
}

#quote {
	width: 345px;
}

#quote p.left {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #91705F;
	font-weight: lighter;
	font-size: 15px;
	margin-top: 90px;
	margin-left: 75px;
	line-height: 20px;
}

.bold {
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #91705F;
	font-size: 15px;
	word-spacing: 2px;
}

#quote p.right {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #91705F;
	font-weight: lighter;
	margin-top: 10px;
}
