﻿/* 

Simple Brochure
Designed and coded by: Jeffrey Way
www.detacheddesigns.com
jeff_way@yahoo.com
October 9, 2008

*/


body
{
	font-size: 85%;
	font-family: helvetica, Arial, Georgia;
	background: #696969 url('../images/bg.jpg') repeat-x;
	text-align: center;
	color: #c3c3c3;
	line-height: 1.7em;
}

a
{
	color: #c3c3c3;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul, ol, li, dl, body
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h1 a
{
	color: #272727;
}

h2
{
	font-size: 2em;
	line-height: 1.2em;
}

#primaryContent p
{
	text-align: justify; /* you may want to change this to "left" */
}

p span.firstLetter
{
	font-weight: bold;
	font-size: 5em;
	float: left;
	padding: 0 5px 5px 0;
	color: #c49f76;
	line-height: 1em;


}
#wrap
{
	position: relative;
	overflow: hidden;
	margin: auto;
	text-align: left;
	width: 792px;
	height: 1600px; /* remove this */
}

#header
{
	position: relative;
	background: url('../images/headerBG.jpg') no-repeat;
	height: 350px;
	margin-bottom: 1.5em;
}

#header h1
{
	line-height: 100px;
	padding-left: 1em;
	margin-top: 0;
}
ul#nav
{
	position: absolute;
	right: -61px;
	top: 89px;
	width: 600px;
}
ul#nav li
{
	display: inline;
	font-size: 1.5em;
	padding-right: 4em;
}

#primaryContent
{
	float: left;
	width: 75%;
	padding-right: 3%;
}

#primaryContent h2
{
	color: #e5e5e5;
	font-weight: normal;
	margin-bottom: 1.1em;
}

#primaryContent h2 span
{
	display: block;
	font-weight: bold;
}

#primaryContent img.mainImage
{
	width: 600px; /* not ideal */
}

#secondaryContent
{
	float: right;
	width: 20%;
}

#secondaryContent img
{
	padding: 0 0 1.5em 0;
}

