/* - Trio Book Works style sheet - */

/* - html - */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #fff;
	margin: 0 0 0 0;
	font-size: .9em;
	}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	background: transparent;
	}

h1 {margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #4A4097;}

h2 {
	font-size: 1.2em;
	color: #000;
	}

h3 {
	font-size: 1em;
	color: #4A4097;
	}

p {
	font-size: .85em;
	color: #000000; 
	background: transparent;
	}
	
ul, ol {
	font-size: .85em;
	color: #000000;
	background: transparent;
	}
	
ul, ol {
	font-size: .85em;
	color: #000000;
	background: transparent;
	}


img	{
	border: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

hr {
	height: 1px;
	margin-bottom: 9px;
	}

a {
	background: transparent;
	text-decoration: underline;
		}
	
a.contact {
	background: transparent;
	text-decoration: underline;
	font-style: italic;
	
	}

a.contact:link, a.contact:visited, a.contact:active {
	color: #333;
	font-style: italic;
	
	}

a.contact:hover, a.contact:focus {
	color: #993243;
	font-style: italic;
	}

/* - layout divs - */

#wrap	{
	background: #FFF;
	color: #000;
	padding: 0;
	text-align: left;
	width: 50em;
	margin: 30px auto 10px auto;
	border: 1px solid #ccc;

}

#header	{
	background: #D5E15B;
	color: #000;
	padding: 0;
	text-align: center;
	margin: 0;
	position: relative;
	width: 50em;
	height: 200px;

}


#content  {
	background: #FFF;
	color: #000;
	margin: 1em 2em 2em 2em;
	padding: 0;
	text-align: left;
	
}


/* - site navigation - */

#nav {
	margin: 1em 1em 2em 1em;
	text-align: center;
}

#nav li {
	display: inline;
	list-style-type: none;
	background: transparent;
	padding: .2em .8em .2em .5em;
	margin: 0px;
	font-size: 0.85em;
}

#nav a {
	color: #333;
	text-decoration: none;
}

#nav a:hover {
	color: #993243;
	text-decoration: underline;
}

#nav li.nav-bold {
		color: #993243;
		background: transparent;
		font-weight: 700;
		}

/* - footer - */

#footer	{
	background: #FFF;
	color: #000;
	margin: 2em;
	padding: 0;
	border-top: 1px dotted #333;
	font-size: 0.85em;
	height: 1em;
	clear: both;
}


#copyright {
	float: right;
	text-align: right;
	margin: 0;
}


/* - home layout - */

#homeleft {
	float: left;
	text-align: left;
	vertical-align: top;
	width: 11em;
	margin: 1.25em 0 0 -2em;
	
}

#homeleft li {
	font-size: .9em;
	text-align: left;
	list-style-type: none;
	margin: 1.5em .5em 1.5em 0;
		line-height: 1.5em;
}

#homeleft a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin: 1.5em .5em 1.5em 0;


}

#homeleft a:hover {
	color: #993243;
	margin: 1.5em .5em 1.5em 0;


}

#homeright {
	float: right;
	width: 35em;
	margin: .5em 2em 2em 0;
		vertical-align: top;
}



/* - miscellaneous - */

.floatright {
	float: right;
}
