/* CSS Document */

/* This is a fixed, centered layout*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333300;
	background: #FFCC66 url(images/background.jpg) no-repeat center top;
	}

#container {
  margin: 1em auto;
  width: 750px;
  text-align: left;
  margin-top:130px;
  } 
.narrowlines {
	text-align:center;
	line-height:1em;
	}
.footer{
	color: #666600;
	font-size:smaller;
	}
/* ---  links  --- */

a:link {
	color: #666600;
	text-decoration: underline;
	}
a:visited {
	color: #666600;
	text-decoration: underline;
	}
a:hover {
	color: #993333;
	text-decoration: none;
	}

/* ---[ common elements ]--------------------- */

p {
	padding: 0;
	}
p img{
	float:left;
	margin-right: 5px;
	}
h1 {
	font-family: Verdana, sans-serif;
	font-size: 200%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 130%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	}
h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-family: Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #006699;
	border-bottom: 1px solid #eaeaea;
	}
h4 {
	margin: 0em 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	color: #333300;
	}
h5 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	}
h6 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 88%;
	font-weight: bold;
	color: #333;
	}
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #333;
	padding-left: 23px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #999;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
