*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #617688;
	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
}

a {
	outline: none;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

/*| CONTAINER |*/
#container {
	width: 900px;
	margin: 32px auto 0 auto;
}

#index_container {
	width: 900px;
	margin: 90px auto 0 auto;
}

/*| INDEX |*/ 
#index_flash {
	width: 465px;
	height: 120px;
	margin: 0px auto 60px auto;
}

#index_navigation ul {
	list-style-type: none;
	width: 465px;
	margin: 0 auto;
}

#index_navigation ul li {
	float: left;
	margin-left: 35px;
	margin-bottom: 200px;
}

#index_navigation ul li:first-child {
	margin-left: 0px;
}

/*| NAVIGATION |*/
#navigation {
	width: 900px;
	height: 56px;
}

#navigation a {
	float: left;
	margin-left: 25px;
}

#navigation ul {
	list-style-type: none;
	float: right;
}

#navigation ul li {
	float: left;
	margin: 20px 35px 0 0;
}

#navigation ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
}

#navigation ul li a:hover {
	color: #a0abb5;
}

#navigation ul li a.active {
	color: #a0abb5;
}

/*| CONTENT |*/
#content {
	border: 1px solid #fefefe;
}

/*- index -*/
.index {
	width: 900px;
	height: 650px;
}

/*- about -*/
.about {
	width: 825px;
	height: 610px;
	background: #eae9e9 url(images/about.jpg) top right no-repeat;
	padding: 40px 0 0 75px;
}

.about h1 {
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	color: #536574;
	margin: 0 0 36px 0;
}

.about p {
	color: #2b2c2c;
	line-height: 28px;
	font-size: 14px;
	width: 430px;
	margin: 0 0 36px 0;
}

.about p span {
	font-weight: bold;
}

.about p#bloglink {
	font-size: 18px;
}

.about p#bloglink a {
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #596d7e;
	background: #c9cdd1;
	padding: 0 4px;
}

/*- investment -*/
.investment {
	width: 865px;
	height: 578px;
	background: #8a97a2 url(images/investment.jpg) top right no-repeat;
	padding: 68px 0 0 35px;
}

.investment h1 {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 17px;
}

.investment p {
	font-size: 14px;
	font-weight: bold;
	color: #1c1c1c;
	margin: 0 0 17px 28px;
	width: 360px;
}

.investment p span {
	font-weight: normal;
}

.investment p#big {
	color: #FFF;
}

.investment p#big a {
	color: #1c1c1c;
	text-decoration: none;
}

.investment p#big a:hover {
	text-decoration: underline;
}

.investment ul {
	list-style-type: none;
	margin: -13px 0 17px 60px;
}

.investment ul li {
	font-size: 14px;
	font-weight: bold;
	color: #1c1c1c;
}

/*- contact -*/
.contact {
	width: 865px;
	height: 578px;
	background: #8a97a2 url(images/contact.jpg) top left no-repeat;
	padding: 68px 0 0 35px;
}

.contact #col {
	float: right;
	width: 405px;
	color: #FFF;
	padding: 0 0 0 45px;
}

.contact h1 {
	font-size: 20px;
	
}

.contact p a#email {
	color: #FFF;
	text-decoration: none;
}

.contact p a#email:hover {
	text-decoration: underline;
}

.contact p#tagline {
	color: #272626;
	font-weight: bold;
	margin: 45px 0 20px 0;
}

.contact h2 {
	font-size: 16px;
	margin: 0 0 25px 0;
}

.contact form {
	width: 350px;
}

.contact form label {
	float: left;
	
}

.contact form input {
	width: 290px;
	float: right;
	margin-bottom: 5px;
}

.contact form textarea {
	float: left;
	width: 350px;
	height: 180px;
}

.contact form label#comments {
	width: 200px;
}

.contact form input#submit {
	margin-top: 7px;
	cursor: pointer;
	cursor: hand;
	width: 65px;
	height: 25px;
	float: right;
	background: #7a8894;
	border: 0px;
	color: #FFF;
	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
}

/*- proofing -*/
.proofing {
	width: 900px;
	height: 640px;
	background: #8a97a2 url(images/proofing.jpg) top left no-repeat;
}

.proofing iframe {
	border: none;
}

.proofing .col {
	float: left;
}

.proofing .col.left {
	width: 368px;
	padding: 40px 0 0 32px;
}

.proofing .col.right {
	width: 430px;
	padding: 33px 0 0 30px;
}

.proofing .col.left h1 {
	font-size: 14px;
	color: #242323;
	margin-bottom: 23px;
}

.proofing .col.right h1 {
	font-size: 24px;
	color: #242323;
	font-weight: normal;
	margin-bottom: 31px;
}

/*| FOOTER |*/
#footer {
	margin: 20px 0 40px 0;
}

#footer p {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#footer p span {
	color: #FFF;
	margin: 0 15px 0 0;
}

#footer p a {
	color: #a0abb5;
	text-decoration: none;
}
