@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 24px;
	font-style:italic;
}

h5 {font-size: 13px;
	font-weight: normal;
	padding-bottom: 20px;
	color: #ffffff;
}

p {
	margin-bottom: 1em;
}


body {
	background: #1b3f8b url('images/background.jpg') no-repeat left top;
	font:"Times New Roman", Times, serif;
	
}

#container {
	height: 917px;
	width: 1000px;
	position:absolute;
	left:128px;
	top: 83px;
	
}

#header {
	height: 80px;
	width: 772px;
	position:absolute;
	left: 0px;
	top: 0px;
	text-align:center;
	padding-top: 20px;
}

#letter {
	height: 797px;
	width: 712px;
	position:absolute;
	left: 0px;
	top: 100px;
	text-align: left;
	font-size:18px;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 20px;
	
}



#sidebar {
	height: 917px;
	width: 200px;
	position:absolute;
	left:837px;
	top: 0px;
	text-align: left;
	color:#FFF;
	font-size: 14px;
	font-style:italic;
}

#sidebar a{
	color:#FFF;
}

.signature {
	margin-left: 520px;
}

.signaturep {
	margin-left: 490px;
}

.contact {
	font-style:normal;
	font-size:16px;
}

.book-title {
	font-style:italic;
}