/* LAYOUT */
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/layout/stripe_bkg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	
}
#background {
	background-image: url(../images/layout/gradient_bkg.jpg);
	background-repeat: repeat-x;
	top:0;
	margin: 0px;
	padding: 0px;
	width: 100%; height:614px;
	
	z-index:1;
}
#imagery {
	margin: 0px;
	padding: 0px;
	position:static;
	z-index: 10;	
}
#content {
	width: 445px;	
	margin: 0 0 0 360px ;
	padding: 0 0px 0 0px ;
	position:absolute;
	float:right;
	z-index: 100;
	
}
#nav_screen{
	background-image: url(../images/layout/nav_bkg.jpg);
	background-repeat: repeat-y;
	width: 235px;	
	margin: 128px 0 0 20px ;
	padding: 0 0px 0 0px ;
	position:absolute;
	z-index: 20;
	
}
#nav_header {
	background-image: url(../images/layout/nav_header.jpg);
	background-repeat: no-repeat;
	width: 235px;	
	margin: 0 0 0 0 ;
	padding: 0 0px 0 0px ;
	
}
#nav_footer {
	background-image: url(../images/layout/nav_footer.jpg);
	background-repeat: no-repeat;
	width: 235px;
	height: 32px;
}
#nav_menu {
	width: 200px;	
	margin: 0 0 0 0 ;
	padding: 10px 0px 0 10px ;
	
}
#nav_quote {
	width: 200px;	
	margin: 20px 0 0 0 ;
	padding: 10px 0px 0 10px ;
}
#footer {
	margin: 20px 0 0 0 ;
	padding: 0px 0px 0 0px ;
}

/* LINKS */
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
}
a:hover {
	color:#990000;
	text-decoration: underline;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}


body.home #nav_home,
body.writing #nav_writing,
body.editing #nav_editing,
body.training #nav_training,
body.strengthening #nav_strengthening,
body.qualifications #nav_qualifications,
body.how #nav_how,
body.portfolio #nav_portfolio,
body.clients #nav_clients,
body.awards #nav_awards,
body.tips #nav_tips,
body.links #nav_links,
body.quotes #nav_quotes,
body.contact #nav_contact
  {
	
	font-weight: bold;
	}

/* Typography */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	text-transform: uppercase;
	padding: 10px 0 10px 0px;
	color: #000033;
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.1em;
	padding:0 0 10px 0;
	color: #660000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #000033;
	text-align: left;
	padding: 0 0 8px 0;
	
}
li {
	list-style-position: outside;
	list-style-type: disk;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.3em;
	text-align: justify;	
	padding: 0px 0 0px 0px;
	margin: 0 0 0 15px;
	
}
li li{
	padding: 0px 0 0px 0px;
	margin: 0 0 0 15px;
}
#nav_menu li {
	list-style-position: outside;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}
#nav_quote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	line-height: 15px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align:left;
	color: #333333;
}
.smaller {
	font-size: 0.8em;
	line-height: 1.25em;
	color: #333333;
}