body
{
  background-image:url('background.png');
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
}

p
{
  margin-left: 10px;
	margin-right: 10px;
	margin-top: 9px;
	margin-bottom: 9px;
}

h2
{
  margin: 10px;
	font-size: 18px;
}

h3
{
  font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	margin: 15px 10px 2px 10px;
}

#page
{
  background-color: white;
	border: 1px solid #666;
	width: 1070px;
	margin: 9px auto 9px auto;
	padding: 0;
}

#header
{
  height: 70px;
	background-color: #333;
	position: relative;
	padding-left:20px;
	padding-top: 25px;
}

#header h1
{
  color: white;
	margin: 0;
}

#footer
{
	padding-top: 5px;
	padding-bottom: 15px;
	border-top: 2px solid #bbb;
}

#footer p
{
  color: #666;
	font-size: 12px;
	text-align: center;
}

#navigation-bar
{
	background-color: #ccc;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	font-weight: normal;
	color: black;
}

#navigation-bar a
{
  text-decoration: none;
	color: #444;
}

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

#mid-page
{
  height: 50px;
	background-color: #333;
	position: relative;
}

.separator-1
{
  height: 10px;
	background-color: #ccc;
}

#sidebar
{
  width: 135px;
	float: left;
}

#content-1
{
  width: 925px;
	float: right;
}

div.left-article
{
  width: 460px;
	float: left;
	border-right: 1px solid #999;
}

div.right-article
{
  width: 460px;
	float: right;
}

#main-image
{
/* max width and height of image */
  width: 568px;
	height: 285px;
	margin: 0 10px 0 0;
	float: left;
}

#link-ad-1
{
  width: 728px;
	height: 15px;
	position: absolute;
	bottom: 5px;
	right: 10px;
}

#link-ad-2
{
  width: 728px;
	height: 15px;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

#text-ad-1
{
  width: 336px;
	height: 280px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

div.sidebar-ad
{
  width: 120px;
	height: 600px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

a.kwlink
{
  text-decoration: none;
	color: black;
	cursor: text;
}

#boilerplate
{
  margin: 15px 150px 15px 150px;
}

#boilerplate h1
{
	font-size: 24px;
}

#boilerplate h2
{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 7px 0;
}

#boilerplate p
{
	margin: 10px 0 20px 0;
}
