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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Default link colors */

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}


/* General style */

#wrapper {
	margin: 20px auto;
	width: 960px;
}


#header {
	background: url(images/header.jpg) no-repeat;
	width: 960px;
	height: 205px;
}

#navigation {
	background: url(images/bar.jpg) no-repeat;
	width: 960px;
	height: 55px;
}

#navigation ul {
	margin: 0 auto;
	width: 700px;
}

#navigation li {
	list-style: none;
	float: left;
	margin: 0 5px;
	font: 16px arial;
	line-height: 50px;
	color: #FFF;
	text-align: center;
}

#navigation li a {
	color: #FFF;
	font: 17px arial;
	font-style: italic;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline;
}

#contents {
	padding: 10px 20px;
	width: 920px;
	overflow: hidden;
	min-height: 250px;
	text-align: left;
}

h1, h3 {
	font-weight: 600;
	font-family: arial;
	font-style: italic;
	color: #FF9900
}

h1 {
	font-size: 35px;
}

h3 {
	font-size: 20px;
}

.books {
	float: left;
	padding: 0 0 0 20px;
	width: 250px;
	height: 300px;
	background: url(images/books.jpg) no-repeat;
}

.texts {
	float: left;
	width: 650px;
	font: 600 15px arial;
	font-style: italic;
}

ul.benefits {
	overflow: hidden;
}

ul.benefits li {
	background: url(images/bullet.jpg) no-repeat center left;
	padding: 0 0 0 45px;
	height: 40px;
	margin: 10px 0;
	font: 600 18px arial;
	font-style: italic;
	line-height: 40px;
}

#footer {
	background: url(images/bar2.jpg) no-repeat;
	width: 960px;
	height: 50px;
}


