/* - 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;
	background-image: url(http://www.triobookworks.com/images/Garnet.gif);
	}

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

h1 {margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

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

h3 {
	font-size: 1.1em;
	color: #000;
	}

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:link, a:visited, a:active {
	color: #000000;
	}

a:hover, a:focus {
	color: #993243;
	}
	
a.contact {
	background: transparent;
	text-decoration: underline;
	font-style: italic;
	}

a.contact:link, a.contact:visited, a.contact:active {
	color: #000000;
	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: #FFF;
	color: #000;
	padding: 0;
	text-align: center;
	margin: 0;
	position: relative;
	width: 50em;
	height: 170px;

}

#headerhome	{
	background: #FFF;
	color: #000;
	padding: 0;
	text-align: center;
	margin: 0;
	position: relative;
	width: 50em;
	height: 252px;

}

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


/* - 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: #666666;
	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;
}

#contact {
	float: left;
	text-align: left;
	margin: 0;
}

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


/* - home layout - */

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

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

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


}

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


}

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

#homeright p {
	font-size: 1.15em;
	font-family: Georgia, Times, serif;
	color: #000;
	line-height: 2em;

}

/* - miscellaneous - */

.floatright {
	float: right;
}
