body {

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

h1, h2, h3 {
	font-family: 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 20px 0 20px;
}

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

a:hover {color: #000000; }


/* Wrapper */

#wrapper {
	text-align: left;
	width: 100%;
	background: #555555;
	position: absolute;
	top: 0px;
	left: 0px;
	}

/* Header */

#header {
	width: 100%;
	height: 110px;
	background: #999999;
	border-bottom: 2px solid #000000;
	position: absolute;
	top: 0px;
	left: 0px;
}

h1.header {padding-left: 40px;}
h2.header {padding-left: 40px;}

/*horizontal navigation*/

#navigation {
	height: 30px;
	width: 100%;
	background-color: #CCCCFF;
	font-size: 12px;
	border-bottom: 2px solid #000000;
	position: absolute;
	top: 112px;
	left: 0px;
	text-align: center;
}
#navigation ul {
	margin: 0px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 30px;
	white-space: nowrap;
  	letter-spacing: .05em;
}
#navigation li {
	list-style-type: none;
	display: inline;
}
#navigation li a {
	text-decoration: none;
	padding-right:20px;
	color: #000000;
}
#navigation li a:link {
	color: #000000:
}
#navigation li a:visited {

}
#navigation li a:hover {
	/*font-weight: bold;*/
	color: #0000FF;
}

/* Content */

#content {
	width: 100%;
	margin: 0 auto;
	background: #FFFFFF;
	position: absolute;
	top: 144px;
	left: 0;

}

h2.content {padding-left: 40px;}
h3.content {padding: 0 0 0 20px; font-weight: bold;}
h4.content {padding: 0 0 0 10px;}

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

}

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

#adsense {
	width: 680px;
	margin: 0 auto;
	padding: 0 6px 0 10px;
	background-color: #FFFFFF;
	position: relative;
	}

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

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

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

/* Footer */

#footer {
	width: 100%;
	background-color: #CCCCFF;
	text-align: center;
	color: #0000FF;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0;
}

#footer a {
	color: #0000FF;


}
#footer a:hover {
	color: #0000FF;


}

img {
border: none;
}
