body {
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #5e5e61;
	line-height: 135%;
}

#book-back
	{
	margin: 0px;
	height: 384px;
	width: 899px;
	background-color: #FFF;
	border: 0px solid  #b1515d;
	}


#Container {
	height: 485px;
	position: relative;
	margin: 40px auto -10px;
	padding: 10px;
	width: 900px;
	background-color: #FFF;
	border: 0px solid #000;
}

#leftbox
	{
	position:absolute;
	width: 440px;
	height: 382px;
	border: 0px solid #c1c3c3;
	}	

#leftboxPort
	{
	position:absolute;
	width: 440px;
	height: 382px;
	background-color: #fff;
	border: 1px solid #c1c3c3;
	}	

#leftboxsma
	{
	position:absolute;
	width: 440px;
	height: 382px;
	overflow: auto;
	background-color: #b1515d;
	border: 1px solid #c1c3c3;
	}	
	
#rightbox
	{
	position:absolute;
	left: 456px;
	width: 440px;
	height: 382px;
	overflow: auto;
	background-color: #c0ccd8;
	border: 1px solid #c1c3c3;
	}

.bodytext
	{
	font: 75% arial, verdana, helvetica, sans serif;
	color: #5e5e61;
	overflow: auto;
	padding: 0px 30px 10px 0px;
	margin: 10px 0px 10px 20px;
	line-height: 140%;
	}

.head1
	{
	font: 120% georgia, times, serif;
	color: #b1515d;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 200%;
	}

.head2
	{
	font-weight: bold;
	}

.head3
	{
	font: 105% georgia, times, serif;
	color: #b1515d;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 200%;
	}

#book
	{
	position:absolute;
	width: 899px;
	height: 384px;
	overflow: none;
	background-color: #fff;
	border: 0px solid #404040;
	padding: 0px;
	}
	
.focus
	{
	margin: 0px;
	background-color: #000;
	}

#navigation
	{
	position:absolute;
	top: 404px;
	width: 900px;
	height: 90px; 
	background-color: #567d96;
	border: 0px dotted #000;
	padding: 0px;
	margin-bottom: 0px;
	
	}
#portfolio
	{
		height: 90px;
		width: 900px;
		vertical-align: middle;
		text-align: center;
		border: 0px solid #000;
		}

.textnav
	{
		height: 70px;
		width: 180px;
		vertical-align: middle;
		text-align: left;
		border: 0px solid #000;
		color: #fff;
		font-style: bold;
		text-transform: uppercase;
	}
.thumbs
	{
		padding: 2px;
		border: 1px solid #fff;
	}

a.navlink
	{
		font: 68% verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		line-height: 160%;
		padding: 2px 10px 2px 2px;	
		color: #FFF;	
	}

a.navlink:hover
	{
		font: 68% verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		line-height: 160%;
		background-color: #FFF;
		color: #b1515d;
		padding: 2px 10px 2px 2px;	
	}

a.bodylink
	{
		font-weight: roman;
		text-decoration: none;
		color: #b1515d;	
	}

a.bodylink:hover
	{
		font-weight: roman;
		text-decoration: underline;
		color: #b1515d;
	}
a.footlink
	{
		font-weight: bold;
		text-decoration: none;
		text-transform: none;
		color: #fff;
		padding: 1px 2px 1px 2px;		
	}

a.footlink:hover
	{
		font-weight: bold;
		text-decoration: none;
		text-transform: none;
		color: #b1515d;
		background-color: #FFF;
		padding: 1px 2px 1px 2px;
		
	}
	
#mail_form_error {}
#mail_form_error ul {}									
#mail_form_error ul li {}		

#footer
	{
	position: absolute;
	color: #fff;
	font: 60%  verdana, arial, helvetica sans-serif; 
	font-weight: roman;
	text-transform: none;
	text-align: center;
	letter-spacing: 0.1em;
	top: 500px;
	width: 900px;
	height: 100px;
	overflow: none;
	padding: 10px; 
	}
