body {

	background: #FFFFFF;
	font-family: Verdana, Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}



h2 { font-size: 24px; }
h3 { font-size: 16px; 	padding: 0 10px 0 0;}

h5 {color: #000000;}

p {
	line-height: 22px;
  	letter-spacing: .05em;
	text-align: justify;
	padding: 0 10px 0 10px;
}

p.big {
	line-height: 44px;
  	letter-spacing: .05em;
	text-align: justify;
	padding: 0 10px 0 10px;
	font-size: 28px;
	text-align: center;
}

p.review {
	background: #6666FF;
	margin: 10px;
	border: 3px solid #666699;
}

a {color: #000000; text-decoration: none;}

a:hover {color: #000000; }


/* Wrapper */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	/* background: url("/path/to/your/background_cols.gif") repeat; */
	background: #FFFFFF;
	}

/* Header */

#header {
	width: 800px;
	height: 90px;
	background: #FFFFFF;
}



h1.header { text-align: center;}
h2.header { text-align: center;}

h1.header {padding-top: 10px;}
h2.header {margin-top: -20px;}

/*Horizontal Nav bar*/

div#navbar {
	height: 30px;
	width: 100%;
/*	border: solid #000 1px;	*/
	background-color: #FFFFFF;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 30px;
	white-space: nowrap;
/*  	letter-spacing: .05em; */
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	padding: 8px 4px 8px 4px;
	color: #000000;
}
div#navbar li a:link {
	color: #000000:
}
div#navbar li a:visited {

}
div#navbar li a:hover {
	/*font-weight: bold;*/
	color: #000000;
	background-color: #CCFFFF;
}

/* Content */

#content {
	width: 100%;
	float: left;
	background: #FFFFFF;

/*	border-left: solid #000 1px;	*/
/*	border-right: solid #000 1px;	*/
/*	border-bottom: solid #000 1px;	*/
}

h2.content {padding: 0 0 0 70px;}
h3.content {padding: 0 0 0 10px; color: #000000; font-weight: bold;}
h4.content {padding: 0 0 0 10px;}

div#content a {
	color: #0000FF;
	text-decoration: none;

}

div#content a:hover {
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}

#adsense {
	width: 680px;
	margin: 0 auto;
	}

div#amazon {
	width: 365px;
	height: 320px;
	float: right;
	margin-left: 10px;
	margin-top: 14px;
	background-color: #555555;
	}

div#amazon a {
	color: #FFFFFF;
	text-decoration: none;
}

div#amazon a:hover {
	color: #FFFFFF;
	border-bottom: none;
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	width: 800px;
	background: #FFFFFF;

	text-align: center;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px dotted;
	padding-top: 10px;
}

#footer a {
	color: #000000;
	text-decoration: none;

}
#footer a:hover {
	color: #000000;
	text-decoration: none;

}

img {
border: none;
}
